Friday, July 8, 2011

How to generate proxy class from a web service in asp .net?

open visual studio command prompt and go to root directory and write this command and press enter. MyProxyClass.cs will be created in your root directory.
WseWsdl3 http://hostServer/WebServiceRoot/WebServiceName.asmx?WSDL /out:MyProxyClass.cs

No comments:

Post a Comment