I’m currently working with API proxy in a “REST > SOAP > REST” situation.
It works in simple cases.
However, when there is complicated variable extractions, form a Rest Json payload to a Soap xml envelope, it doesn’t always work.
What makes the situation even more difficult is that I struggle to debug it.
In the tracer tool, I would like to see my full request body in the different steps but that content is truncated.
How can I see the full body of a request in the tracer tool (or in any other tool I may not be aware of) for all the steps of a call? Thank you