Feedback

  • Contents
 

SOAP Get Transport Info

This SOAP tool returns an XML document containing transport specific (header) data. It allows the client to include any kind of out-of-band data in the request. For example, for HTTP requests, this document contains the HTTP method and a list of the header elements. See appendix for Schema. If there is no transport information data, an empty document is returned and the tool takes the ‘No Info’ exit. If there is an error (Failure), an empty document is returned which can be queried with ‘XML Get Error Info’.

Note: The data may be parsed every time the tool is invoked or cached. This may depend on the specified selection namespaces. The returned document is read-only.

Inputs

SOAP Request

Handle of the SOAP request.

Selection Namespaces

Optional. Space delimited list of namespace declarations to be set as selection namespaces the XPath queries.

Preserve Whitespace

If this box is checked, nonessential whitespaces will be preserved. By default, this box is not checked and whitespaces are ignored when parsing the payload.

Validate On Parse

If this box is checked, the tool will validat against the schema during parse. By default, this box is not checked and it only verifies for well-formedness.

Resolve Externals

If this box is checked, all resolvable externals (namespaces, DTDs, entity references etc.) will be resolved at parse time. By default, this box is not checked and externals are not resolved.

Outputs

Transport Info

Read-only node. XML document containing transport-specific out-of-band information. Empty document if no transport information. See remarks.

Exit Paths

Success

This path is taken if the info is successfully retrieved.

No Info

This path is taken if there is no information to retrieve.

Failure

This path is taken if the operation fails.