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

[352 byte] By [705932] at [2007-11-25 10:18:40]
# 1
Hi There,I think what you can do is once you create your webservice , it has a property calledSOAP RPC URL which you can edit before you create the wsdl and the client.Hope that helpsKishore
Kishore Mandyam at 2007-7-1 20:31:18 > top of Java-index,Development Tools,Java Tools...
# 2
There is currently no facility for dynamically setting the endpoint URL. You will have to changethe URL property and rebuild (the client too) when deploying to a new server.Thanks.Rico Cruz
rico_cruz at 2007-7-1 20:31:18 > top of Java-index,Development Tools,Java Tools...
# 3
Hi Jean-Noel,I've got the same problem in that I want to deploy the same webservice to multiple servers. Have you definitativly determined that it can not be done?ThanksEric
Eric Glasier at 2007-7-1 20:31:18 > top of Java-index,Development Tools,Java Tools...