Logging SOAP request / responses with TOMCAT
843833Jun 2 2009 — edited Jun 9 2009Using Glassfish I added
<jvm-options>-DWSIT_HOME=${com.sun.aas.installRoot}</jvm-options>
<jvm-options>-Dcom.sun.xml.ws.transport.http.HttpAdapter.dump=true</jvm-options>
<jvm-options>-Dcom.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true</jvm-options>
to the file domain.xml and then I could view the SAOP XML messages in the server.log.
I required to do something similar when the web app is used with TOMCAT. Can anybody help please?