Invoking a Web Service dynamically
PurposeSometimes, it is required to invoke a web service dynamically. The standard way is to add a web reference to the service from the project and then use the generated proxy client to call the web service. But, it you do not know the web service at the time of creating the project then this cannot be done. Imagine if you have to invoke a web service whose method signature is known to you but…
View On WordPress












