Attribute
|
Type
|
Description
|
SOAP-FAULT-ACTOR
|
CHARACTER
|
(SOAP Version 1.1 only) Returns the value of the <faultactor> element of the SOAP fault message, which is a URI that identifies the Web service returning the fault. Replaced in SOAP Version 1.2 by the combination of SOAP-FAULT-ROLE and SOAP-FAULT-NODE.
|
SOAP-FAULT-CODE
|
CHARACTER
|
Returns the value of the <faultcode> element of the SOAP fault message, which identifies the fault.
|
SOAP-FAULT-DETAIL
|
HANDLE
|
References the SOAP fault-detail object, which contains more application-specific error information.
|
SOAP-FAULT- MISUNDERSTOOD- HEADER
|
CHARACTER
|
(SOAP 1.2 only) Returns the list of fully qualified names of SOAP headers, if any, for which mandatory processing (as designated by the SOAP-ENV:mustUnderstand attribute) failed.
|
SOAP-FAULT-NODE
|
CHARACTER
|
(SOAP 1.2 only) Returns the URI of the SOAP node that generated the SOAP-fault object, if available. In combination with SOAP-FAULT-ROLE, replaces the SOAP-FAULT-ACTOR attribute used in SOAP Version 1.1.
|
SOAP-FAULT-ROLE
|
CHARACTER
|
(SOAP 1.2 only) Returns the URI that identifies the role in which the node that generated the SOAP-fault object was operating when the fault occurred. In combination with SOAP-FAULT-NODE, replaces the SOAP-FAULT-ACTOR attribute used in SOAP Version 1.1.
|
SOAP-FAULT-STRING
|
CHARACTER
|
Returns the value of the <faultstring> element of the SOAP fault message, which provides a human-readable description of the fault.
|
SOAP-FAULT-SUBCODE
|
CHARACTER
|
(SOAP 1.2 only) Returns the list of fully qualified sub-code names for the SOAP-fault object.
|
TYPE
|
CHARACTER
|
Returns the handle type, "SOAP-FAULT".
|
Attribute
|
Type
|
Description
|
TYPE
|
CHARACTER
|
Returns the handle type, "SOAP-FAULT-DETAIL"
|
Method
|
Type
|
Description
|
GET-NODE( )
|
LOGICAL
|
Returns a handle to an X-noderef object that references the root node (SOAP <detail> element) of a DOM tree containing the parsed XML for the underlying SOAP detail information
|
GET-SERIALIZED( )
|
LONGCHAR
|
Returns the XML for the underlying SOAP fault detail information in serialized form
|