Hi, search the archives for *"private final" attribute in generated stub java client* messages (11/6/2002), this topic has been discussed there.
bye -- mattia -----Original Message----- From: Matthias David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 10:52 AM To: '[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 XYZServiceLocator(); XYZ stub = service.getXYZYServiceSoapPort(DYNAMIC_ADDRESS); ... Currently the address is hard-coded within the Locator class. Any ideas? Thanks, Matthias.
