Skip to content

Inspecting Requests and Responses

To see exactly what QIE sends and receives, including the fully-rendered SOAP envelope after %%ENDPOINT_URL%% and node-tag substitution, put the channel in Debug mode before running test messages.

  1. Open the channel's Status tab.
  2. Click Enter Debug Mode and choose a duration (15 minutes to 72 hours).

While the channel is in Debug mode, the channel log records the outbound request and the endpoint's response for every web service call on the channel. Click any of these log entries to view the full payload. This is the most direct way to verify what an ack script is actually inspecting in response.

See Channel Log Level for the underlying log-level mechanics.