DFS SOAP Request/Response – XML content over the wire

To watch the SOAP Request and Response being sent by DFS Clients, add the following code before the SOAP call.  I usually add it in the first few few lines of the main() method.
System.setProperty
(“com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump”,
“true”);

This eliminates the need for using tools like TCPMon or Wireshark to observe what is being sent by DFS SDK.

Leave a Reply