Viewing soap request and response

Hi all,

is there a way to view the exact soap request (that comes in) and soap response (that goes out) in webMethods? So before it parses the soap request into the document type…

How are you all monitoring soap requests and responses?

Best regards,
Bosarro

Following properties logs the soap request / response to the logs

watt.server.SoapRPC.debug=true
watt.server.SoapRPC.verbose=true

Thanks Shahid

I already added watt.server.SoapRPC.debug=true, but that is not working. Adding also property watt.server.SoapRPC.verbose=true helped.

watt.server.SoapRPC.debug=true
watt.server.SoapRPC.trace=true
watt.server.SoapRPC.verbose=true
watt.server.WSDL.debug=true

Try adding these…

–Shaik