Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When a service reference is inserted in the project and the address of the web service is entered, VS2010 displayes very nicely all the web services available and their methods.
I would like to develope a simple app (in C#) that does just that. I do not want the client to consum rather just alist all available web services and their methods.

Any help is greatly appreciated
Posted

1 solution

You can use discovery methods. For WCF: [^]- but this is a starting point. You can use Disco.exe, too.
 
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