Hi,
is it possible to use dynamic Soap Port adresses with WSDL2Java generated classes?
E.g. I want to use a generated service as follows:
Final String DYNAMIC_ADDRESS = "http://xyz.xyz.com:1500";
XYZService service = new XYZServiceLocator();
XYZ stub = service.getXYZYServiceSoapPort(DYNAMIC_ADDRESS);
...
Currently the address is hard-coded within the Locator class.
Any ideas?
Thanks,
Matthias.
