Hello Sir/Madam
I need to create a webservice for weather report
so how can i create the WSDl file to consume the weather
please help me out
Thanks and Regards
Sathish ReddyWhere is the weather report web service?
Showing posts with label wsdl. Show all posts
Showing posts with label wsdl. Show all posts
Wednesday, March 28, 2012
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
Subscribe to:
Comments (Atom)