I am using JAX-WS as a client. I used to use the following system property to log all HTTP requests & responses for debugging:
com.sun.xml.ws.transport.local.HTTPTransportPipe.dump=true
However, since upgrading to Java 1.7 and using the built-in JAX-WS (instead of the external libraries) this functionality has stopped working.
I have done a lot of searching to find what the equivalent properly is in 1.7 but have had no luck. Does anybody know how to log the output?
Thanks for any help