There are different ways to logs the request.
- Logging can be enabled to trace for the following logging levels to get more information in the Server logs:
0088 SOAP
0141 Web Service Stack
Setting the below flags in IS extended settings and restarting server should capture the SOAP request and respond in the server.log:
watt.server.SoapRPC.debug=true
watt.server.SoapRPC.trace=true
watt.server.SoapRPC.verbose=true
There are third-party tools, such as TCP Monitor, which can be used to capture the SOAP message on the wire.
Note: Logging this on the server will impact the performance.
Let us know your need to log a request on each node?
#webMethods#Integration-Server-and-ESB