WebService Query
-
I need to download data from multiple web servers using a web-service. Now the same web-service will be running on each of the servers. They will just have separate URL. I am a new-comer in this web-service technology. I can only implement clients by first adding web reference to one of the servers. Developing clients without adding web reference seemed very complicated to me. So i want to add one reference and change the URL to access other servers. Now my question is- I will write the client code by adding any dummy web-server as web-reference. Then later when my client will run, this web-server might be shut-down, but it will keep calling this web-service by using other URL's. Will this create any trouble? thanks
Chayan
-
I need to download data from multiple web servers using a web-service. Now the same web-service will be running on each of the servers. They will just have separate URL. I am a new-comer in this web-service technology. I can only implement clients by first adding web reference to one of the servers. Developing clients without adding web reference seemed very complicated to me. So i want to add one reference and change the URL to access other servers. Now my question is- I will write the client code by adding any dummy web-server as web-reference. Then later when my client will run, this web-server might be shut-down, but it will keep calling this web-service by using other URL's. Will this create any trouble? thanks
Chayan
If you check out the client applications config file, there should already be a webreference url entry. Before deploying the applicaiton to the client, cant you just change this entry to the right URL? Unless I understood your query wrong
namaste, Nitin Koshy http://devwaves.blogspot.com ...and I thought I knew