[RESOLVED] Web services help (advanced)
I am deploying a web service that will run on several ASP.NET hosts. The web services are all identical in functionality. How can I dynamically get my application to connect to one service, run the procedure, then connect to another one, run the same procedure, etc, for as many services as I want to (perhaps their URLs can be stored in an XML file?)
After deploying the windows forms application, I may need to add/remove the services as I desire. I can use at least one service to give the clients a list of the "other" available services. Or maybe I can store a file on a web server that has the location of the services. Is this possible? If so, how?
Thanks.
KT
Update: Created an XML document that is loaded when the program starts. The XML document defines the names of the affiliates and the URLs of their web services, and by implementing a user interface to allow the user to change to another affiliate, they can consume a web service located on a different server.
No thanks to anyone here. :p
Just kidding!
KT