Results 1 to 1 of 1

Thread: [RESOLVED] Web services help (advanced)

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2004
    Posts
    95

    [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.






    Just kidding!

    KT
    Last edited by Kt3; May 11th, 2004 at 06:30 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width