Hi All, While consuming a web service in my application I have two choices(ref. msdn)
- Adding the Proxy Using the WSDL Tool
2.Adding the Proxy Using a Web Reference in Visual Studio
Now what should I choose, 2nd option is very simple and I generally follow that. I want to know what are the pros and cons of both the options(if any) and ideally what should I choose? Thanks.