It seems that there are two methods for auto generating web service proxies in VS2008 from a wsdl.
- wsdl.exe
- Adding a web reference/service reference from the interface
I've been using wsdl.exe because I like having access to the class - and when I add a reference, I haven't been able to find the generated proxy code. Is there a benefit of just adding a reference that I may be overlooking?