Feedback

  • Contents
 

SOAP Get Fault

Retrieves fault information from the SOAP envelope. If there is no <Fault> element in the envelope, the ‘No Fault' exit is taken and NULL elements and empty strings are returned. If the envelope is read-only, the returned elements will be read-only too.

Exit Paths: Success, No Fault, 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.

Fault Element

OUT

Node

Node of the <Fault> element.

Fault Code

OUT

String

Value of the <faultcode> element. It provides programmatic information about the fault.

Fault String

OUT

String

Value of the <fautstring> element. It provides human readable information about the fault.

Fault Actor

OUT

String

Value of the <faultactor> element. It provides the URI of the source of the fault.

Detail Element

OUT

Node

Node of the <detail> element. It is used to transfer application specific fault information. NULL Node if there is no <detail> element.