RE: Dynamic SoapPort Address

2002-11-20 Thread Mattia dongili
o: '[EMAIL PROTECTED]' Subject: Dynamic SoapPort Address 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

Dynamic SoapPort Address

2002-11-20 Thread Matthias David
Title: Dynamic SoapPort Address 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()