how to deploy the same WebService to multiple servers
Hi
I have to deploy the same webservice + its clients to multiple servers. However, the WS URL is hardcoded in its descriptor, as well as in the client, so it means that I have to rebuild everything each time I want to deploy it to a new server.
How can I set the URL dynamically at runtime?
Thanks a lot
Jean-Noel

