I'm consuming webservices developed by a third party and I noticed some differences in its behaviour depending on how I add them to the VS project: Add Service Reference
or Add Web Reference
.
From what I've researched, a service added by Add Service Reference
is more recent and suited for WCF services. Since I don't know what kind of services are the ones I'm trying to interact with, is there a way I can know which is the better way to add them?
I get a little better behaviour when I add them by Add Web Reference
and so I'm tempted to use it for every service but I really don't know.
Note: I've checked this post too.