SOAP template post-processing parameters

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • Use these parameters to create a post-processing script.

    Table 1. Activity designer post-processing parameters
    Name Variable Type Usage
    Status code status_code Integer Contains the status code returned from the web service.
    Header header Hashmap of JavaScript object Contains the key value paired hashmap associated with the header values passed into the web service. You can access each value with executionResult.header[keyName].
    Body body String Contains a string value representing the output from the SOAP message
    Error error String Returns the error string from the SOAP web service, unless there are no errors, in which case it returnsnull.