I have a code that references a web service, and I would like the address of this web service to be dynamic (read from the database, configuration file, etc.) so that it changes easily. One of the main uses for this is to deploy in multiple environments where machine names and IP addresses are different. The web service signature will be the same across all deployments, only somewhere else.
Perhaps I just got corrupted by the Visual Studio Add Web Link wizard - it looks like this should be something relatively simple.
c # url visual-studio web-services
stames Sep 24 '08 at 4:20 2008-09-24 04:20
source share