Feedback

  • Contents
 

SOAP Get Body Element

This SOAP tool retrieves the first body element that matches the given base name and namespace. If no namespace is specified, the first element matching ‘Base Name’ is returned. Returns the first element in the body if neither a name nor namespace is given.

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.

Base Name

Base name of the element to return. If no name given, the first entry in the body in ‘Namespace’ is returned. This corresponds to the element of the method for RPC requests.

Namespace

Namespace of the element to return. Optional.

Retrieve Value

Check this box to return the node value. Leave this box unchecked if you do not want to retrieve the node value.

Outputs

Body Element

Child element of the <SOAP-ENV:Body> element that has the given base name and namespace. NULL node if the element is not in the body.

Element Base Name

Base name of the returned element.

Element Namespace

Namespace URI of the returned element.

Value

Value of the body element (if ‘Retrieve Value’ = True).

Exit Paths

Success

This path is taken if the specified Body element is returned.

Not Found

This path is taken if the specified namespace is not found.

Failure

This path is taken if the operation fails.