Configure WebLogic Server 10.3.1 to print the SOAP request and response messages for each web service invocation
You can configure WebLogic Server 10.3.1 to print the SOAP request and response messages each time a deployed WebLogic Web Service is invoked. Specify following when you start WebLogic Server:
-Dweblogic.wsee.verbose=*
-Dweblogic.log.RedirectStdoutToServerLogEnabled=true
The SOAP messages are printed to both the <Server_Instance>.out and <Server_Instance>.log file.
Leave a Reply