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
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()