How to get a list of all the APIs exposed by a web service?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I have created a ServiceReference (to a JAVA Web-Service) using WSDL.exe. It created a .cs file. I have added this file into my project and using it. No problem up till this point. But I want to know all the APIs exposed from that JAVA Web-Service. How can I do it programmatically and at run time (Using c#)? Please help. Thanks and Regards
-
Hi all, I have created a ServiceReference (to a JAVA Web-Service) using WSDL.exe. It created a .cs file. I have added this file into my project and using it. No problem up till this point. But I want to know all the APIs exposed from that JAVA Web-Service. How can I do it programmatically and at run time (Using c#)? Please help. Thanks and Regards