Hello,

I have inerited a web service which I need to modify and deploy on our web
server.
The web methods signatures will remain the same, but of course their
implementations will change.
Also I wish to change RequestNamespace (and response) to something else. Is
there way to do it without modifying the clients applications. Client
application will be pointed to the new URL, but without modifying and
recompiling their WS proxy classes.

Thank you