Tracing XML request/responses with JAX-WS when error occurs

Use

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

and

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

instead (note the “internal” in the package name), this did the trick for me.

Cheers,
Torsten

Leave a Comment