Dynamically call Webservices

The main challenge when using web service is the static web service URL or web service references.

In the .Net framework 2.0, the .url property of proxy object helps to change or dynamically call web services.


DynamicWebService objDynamicWebService = new DynamicWebService();
objDynamicWebService.url = "http://sample.org/DynamicWebService.asmx";

No related content found.

This entry was posted in .Net. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*


*

You may use these HTML tags and attributes: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>