Capturing the Request and Response of a published webservice

0
I have a published webservice (SOAP), and I want to capture the incoming requests (in XML) and the outgoing responses (in XML) without using the logging module.
asked
1 answers
0

Do you just want to capture it once for debugging? Or do you want to store it? For debugging you can set the lognode to trace level. If you want to store it, maybe you can create an own entity to store it in, and create objects in the microflow that is behind the webservice call?

answered