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.