Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I know the endpoint, I am looking for sample code that shows me how to display the the webservice and its mothod in C#.
The best way to describe it is the way "soapUI.exe" displayes the services and methods. Also, VS2010 does it nicely when you add a "Service Reference", user is prompt to enter the endpoint and the service and option is listed.

I know that you can just type the URL in the browser, but not relly wat I want.

any help is greatly appreciated
Posted

1 solution

Download WSDL of webservice. It is a XML file. Parse it and extract what you want.

Here is an example:
http://stackoverflow.com/questions/4452724/parse-complex-wsdl-parameter-information-in-c-sharp
 
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