Feedback

  • Contents
 

SOAP Get Transport Info

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.

Tip—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.

See SOAP ISAPI Filter Schema for schema details. 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'.

Exit Paths: Success, No Info, and Failure

Parameter

Dir

Type

Remarks

SOAP Request

IN

Handle

Handle of the SOAP request

Selection Namespaces

IN

String

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

Preserve Whitespace

IN

Boolean

Checkbox:

False Default. Nonessential white space is ignored when parsing the payload.

True Preserve nonessential white space.

Validate On Parse

IN

Boolean

Checkbox:

False Default. Only verifies for well-formedness.

True Validates against the schema during parse.

Resolve Externals

IN

Boolean

Checkbox:

False Default. Do not resolve resolvable namespaces.

True Resolve resolvable externals (namespaces, DTDs, entity references etc.) at parse time.

Transport Info

OUT

Node

Read-only. XML document containing transport-specific out-of-band information. Empty document if no transport information. See Appendix A: SOAP Transport Information and Control.