Contents Now Platform Capabilities Previous Topic Next Topic SOAP template post-processing parameters Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share SOAP template post-processing parameters 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. On this page Send Feedback Previous Topic Next Topic
SOAP template post-processing parameters 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.
SOAP template post-processing parameters 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.