Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to fetch web service from wsdl file?Need to fetch web service from local server only.Need to create web service from wsdl file.
Posted

XML
Try 

wsdl.exe /server <path or URL to WSDL file>. 



This will generate code for
an abstract web service class with web methods that correspond to the WSDL.
You'll need to derive a class from this abstract class and implement the
body for the abstract methods yourself.
 
Share this answer
 
1. In the Add Web Reference dialog box, enter the location of the WSDL file or Web service definition and click Go.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900