0
You could try using the MS SOAP Toolkit to create a reference the the WSDL at runtime rather than a generated proxy at compile time.
On my current system we have Java and VB6 clients talking to a C# web service, they both connect dynamically to avoid such problems.
The other alternative, if you have the resources, is to host your site within a webfarm. As far as I understand, this means the physical machine you map an IP address to can change, without clients realising.
Regards,
Liam
0
Any information would be appreciated