Multiple Servers with identical services

Posted by Jerry Bailey on Stack Overflow See other posts from Stack Overflow or by Jerry Bailey
Published on 2010-01-26T21:12:30Z Indexed on 2010/04/19 17:03 UTC
Read the original article Hit count: 270

I have a dozen servers in different locations all running the same web service application but each going against their own SQL Server DB. I am writing a desktop application that consumes the web services. I want to present the user with a drop down of all servers in the network that are running the same wweb service application. Do I have to add a ServiceReference for each of the servers running the web service app and thereby having as many proxies as there are servers? Or can a define a single instance of the services and dynamically build a list of endpoints to select from a drop down?

© Stack Overflow or respective owner

Related posts about web-services

Related posts about Proxies