Thursday, June 22, 2006

how to change the address of the webservices in run time?

Solo hay que asignar un nuevo endpoint address.

xxxxxLocator loc = new xxxxxLocator();
loc.setEndpointAddress(servicePortName,the new URL (as a String))

No comments: