Skip to content

Instantly share code, notes, and snippets.

@joseporiol
Created February 26, 2014 17:16
Show Gist options
  • Save joseporiol/9234022 to your computer and use it in GitHub Desktop.
Save joseporiol/9234022 to your computer and use it in GitHub Desktop.
View HTTP Request and response
System.setProperty("com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump", "true");
System.setProperty("com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump", "true");
System.setProperty("com.sun.xml.ws.transport.http.HttpAdapter.dump", "true");
System.setProperty("com.sun.xml.internal.ws.transport.http.HttpAdapter.dump", "true");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment