Skip to content

Instantly share code, notes, and snippets.

@Qkyrie
Created July 17, 2013 08:04
Show Gist options
  • Save Qkyrie/6018657 to your computer and use it in GitHub Desktop.
Save Qkyrie/6018657 to your computer and use it in GitHub Desktop.
set the system properties to display the debug logging for webservice calls
System.setProperty("com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.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