basically if you want to consume webservice in your applicaion, add service reference with your solution explorer. with this it generates the proxy class file of that service. and now you can access the class file in your web/windows application
i don't think so again generate the proxy class with svcutil.exe. with command also you can generate proxy class. and add it to your solution explorer.
naveenreddy....
Member
135 Points
104 Posts
Re: Added a web reference, still need to add a proxy class generated via svcutil.exe
Mar 02, 2012 10:05 AM|LINK
Hi,
basically if you want to consume webservice in your applicaion, add service reference with your solution explorer. with this it generates the proxy class file of that service. and now you can access the class file in your web/windows application
i don't think so again generate the proxy class with svcutil.exe. with command also you can generate proxy class. and add it to your solution explorer.
thanks
Greater Noida