I could not think of a better way to title this question. my apologies :)
Anyways, so I have been given a url to a service that I am to consume. There is no information that I have on this service as yet, and so before I ask the clients any dumb questions, I want to know if it really matters if I am consuming this service by adding it to my project as a web reference or a service reference?
When adding as a service reference I won't be checking that box that allows to generate async methods. Does this mean that in this case both the service reference's proxy class and the web reference's proxy class are fundamentally the same?
Thanks for your time...