User Tools

Site Tools


info:java:jax-ws_debugging
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

This is an old revision of the document!


JAX-WS Debugging

If you use the builtin JAX-WS implementation and want to see the SOAP requests and responses, you have to turn on the “dump” option in the transport pipe.

The system property to set depends on your Java version.

com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true
com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=true
com.sun.xml.ws.transport.http.HttpAdapter.dump=true
com.sun.xml.internal.ws.transport.http.HttpAdapter.dump=true

Here are some working combination I found out:

Java 6 (1.6.0_05): com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=true

info/java/jax-ws_debugging.1369219948.txt.gz · Last modified: 2013-05-22 10:52 by andunix