- Contents
SOAP API Developer's Guide
SOAP Get Body
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.
Exit Paths: Success, Failure
Parameter |
Dir |
Type |
Remarks |
Envelope |
IN |
Node |
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. |
Body |
OUT |
Node |
Node of the <SOAP-ENV:Body> element. |