- Contents
Interaction Designer Help
SOAP Get Body
This SOAP tool retrieves the Body element from the SOAP envelope. A body must exist and if it can’t be found, the tool exits through ‘Failure’ and attaches error information to the envelope.
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
Body
Node of the <SOAP-ENV:Body> element.
Exit Paths
Success
This path is taken if the Body element is retrieved.
Failure
This path is taken if the SOAP envelope does not contain a Body element.