Logging SOAP Requests and Responses

If you want to log incoming SOAP requests and the corresponding outgoing responses, you must configure JVM startup parameters on your WebLogic server.

The SOAP requests and responses are logged to the console output and captured in the following file:

<WLServerDomainFolder>/servers/P6WebServices/logs/P6WebServices.out.

To configure logging of SOAP requests and responses, add the following JVM properties to your startup parameters in the Arguments section of the Server Start tab of the managed P6 EPPM Web Services server:

-Dcom.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true

-Dcom.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=true

-Dcom.sun.xml.ws.transport.http.HttpAdapter.dump=true

-Dcom.sun.xml.internal.ws.transport.http.HttpAdapter.dump=true

-Dcom.sun.xml.internal.ws.transport.http.HttpAdapter.dumpTreshold=999999

Note: You must restart your P6 EPPM Web Services server for these settings to take effect.



Last Published Thursday, May 2, 2024