I have set up a web connection and would like to log the content of the xml body I am sending.
My body is made dynamically with parameters
<body xmlns="endpoint_url" type="tag">
{parameter_1}
<file type="tag">
{parameter_2}
{parameter_3}
{parameter_4}
{parameter_5}
</file>
</body>I can easily see the individual parameters in the process flow monitor.
But is there a way to see or log the complete content of the body that is sent via the web connector?

