Monday, March 26, 2012

Web service convertion

Hi,

I am Deepak If any body can help me giving any tool which could convert dot".WSDL" to dot".CS not through proxy method i want tool for that if know please help me.

Thanks and Regards

Deepak

Hello,

You can use:

wsdl.exe /si /o:WebServiceName.cshttp://localhost/MyServices/WebService.wsdl

The above line would generate for you a class that contains an Interface for all the operations mentioned in the WSDL file and class definition for all the Data Types specified in XSD in the Types section of the WSDL document.

Is this what you are after?

Regards

0 comments:

Post a Comment