Hello,I have developed a Webservice Client in Netbeans 5.5 It al works perfect, but how do i change the URL for the ENDpoint or the URL from the webservice?Greetings
[186 byte] By [TouringBMWa] at [2007-11-27 9:46:02]
You can set the ENDPOINT_ADDRESS property on the proxy.((BindingProvider)port).getRequestContext().set(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, address);