Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

SOAP template post-processing parameters

Use these parameters to create a post-processing script.

NameVariableTypeUsage
Status codestatus_codeIntegerContains the status code returned from the web service.
HeaderheaderHashmap of JavaScript objectContains the key value paired hashmap associated with the header values passed into the web service. You can access each value with executionResult.header[keyName].
BodybodyStringContains a string value representing the output from the SOAP message
ErrorerrorStringReturns the error string from the SOAP web service, unless there are no errors, in which case it returnsnull.

Parent Topic:Create a SOAP web service activity