Skip to main content
Question

Web connection logging body

  • December 10, 2025
  • 1 reply
  • 30 views

Forum|alt.badge.img

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?

 

1 reply

Forum|alt.badge.img+2
  • Moderator
  • December 12, 2025

Hello Freek,

The body should already be shown in the Processflow monitor under the processactioncompleted event > Debug Data.

This is only missing when you have the bodytype set to Multipart Form.