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!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
info:java:jax-ws_debugging [2013-05-22 11:00]
andunix
info:java:jax-ws_debugging [2014-11-25 10:40] (current)
andunix
Line 12: Line 12:
 </code> </code>
  
-Here are some working combination I found out:+The most common option seems to be ''com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump''
 +To use it, add the following to yout JVM arguments (e.g. to the command line):
  
-Java 6 (1.6.0_05)''com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=true''+<code> 
 +-Dcom.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=true 
 +</code> 
 + 
 +Java 8 on OS X needs this: 
 +<code> 
 +-Dcom.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true 
 +</code>
  
 {{tag>java jax jax-ws webservice debugging programming}} {{tag>java jax jax-ws webservice debugging programming}}
info/java/jax-ws_debugging.1369220410.txt.gz · Last modified: 2013-05-22 11:00 by andunix