2

I have a web application I'm deploying at multiple clients. Each client will be consuming a web service that was developed by a third party and is hosted at each client location. The soap.location will be different for each deployment.

I am looking to avoid having to do separate compiles foe each client.

This blog post has a potential solution but is missing a crucial element; how to make the client use the derived class for the soap calls.

Any help would be appreciated. Thank you.

1 Answers1

1

Check How can I dynamically switch web service addresses in .NET without a recompile

Community
  • 1
  • 1
Aaron Fischer
  • 20,853
  • 18
  • 75
  • 116