N
Naidu
Hi
I would like to enumerate methods exposed by a .NET web services dynamically from a windows application and call a specific one.
I think this can be done by following steps: (Please correct me if I am wrong here.)
1. Getting the WSDL
2. Generating the Proxy
3. Enumerating web methods
4. Calling the web method
Could you please let me know how to perform these steps in C#?
Thanking you in anticipation
Naidu
I would like to enumerate methods exposed by a .NET web services dynamically from a windows application and call a specific one.
I think this can be done by following steps: (Please correct me if I am wrong here.)
1. Getting the WSDL
2. Generating the Proxy
3. Enumerating web methods
4. Calling the web method
Could you please let me know how to perform these steps in C#?
Thanking you in anticipation
Naidu