Previous Topic: Dynamic ParametersNext Topic: MIME Attachments


Call Results Parameters

The following Call Results parameters determine how to save the results of a SOAP call:

Response Save File

Defines the fully qualified path for the file that restores the response to the SOAP request. Any existing file is overwritten by a new response.

Extract SOAP Response Body First-Level Elements to Individual Dataset Variables

Saves the first-level element in the body of the SOAP response to a separate dataset variable if the SOAP response exceeds 12 KB.

Extract SOAP Response Body to Dataset Variable

Saves the body of the response to a dataset variable.

Extract SOAP Header to Dataset Variable

Saves the header of the response to a dataset variable.

Extract SOAP Header First-Level Elements into Individual Dataset Variables

Saves the first-level headers of the response into an individual dataset variable.

Strip XML Namespaces from Response

Strips the namespaces from a response so that a user can provide simpler XPath expressions to find the value of a specific element. This option is available in all the SOAP operators.

Additional Extracted Data (from Entire Response)

Specifies XPath expressions that extract data from the body of the SOAP response. For each expression specified, define a dataset variable to which to store the extracted data and a data type. Click Add to add an expression, Edit to modify a selected expression, or Delete to delete a selected expression. The ordering of the expressions has no significance to CA Process Automation.

Each parameter contains the following values:

XPath expression

Specifies the XPath expression.

Dataset Variable

Specifies the name of an operator dataset variable in which to save values extracted based on the selected XPath expression.

Type

Specifies the type of element being extracted from the response. Select one of the following currently supported types:

  • Integer
  • String
  • Integer Array
  • String Array
  • XML Fragment
  • XML Fragment Array