- Contents
Interaction Designer Help
SOAP Get Header
This SOAP tool retrieves the header element from the SOAP envelope if it has one.
Inputs
Envelope
Envelope node of the SOAP payload. Can be a document node whose document element is <SOAP-ENV:Envelope> or the node is the element itself.
Outputs
Header
Node of the <SOAP-ENV:Header> element. NULL node if the envelope contains no header.
Exit Paths
Success
This path is taken if the header is successfully retrieved.
No Header
This path is taken if the SOAP envelope does not contain a Header element.
Failure
This path is taken if the operation fails.