Showing posts with label jax-ws. Show all posts
Showing posts with label jax-ws. Show all posts

Wednesday, June 10, 2009

Override default JAX-WS endpoint address in wsdl


((BindingProvider)port).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, MyENDPOINT);

Monitor JAX-WS soap traffic request and response


System.setProperty("com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump", "true");