VB.NET: how can I reassign the soap.location property of a web service at runtime?

I have a web application that I am deploying to multiple clients. Each client will consume a web service that was developed by a third party and is located in every place of the client. For each deployment, the soap will be different.

I try to avoid doing separate compilations against each client.

This blog post has a potential solution, but a key element is missing; how to get a client to use a derived class for soap calls.

Any help would be greatly appreciated. Thanks.

+2
source share
1 answer
+1

All Articles