Try OpenEdge Now
skip to main content
ABL Reference
Handle Reference : SOAP-fault-detail object handle
 

SOAP-fault-detail object handle

A handle to a SOAP-fault-detail object.
Note: Does not apply to SpeedScript programming.

Syntax

soap-fault-detail-handle [ :attribute | :method ]
soap-fault-detail-handle
A handle variable that references a SOAP-fault-detail object.
attribute
An attribute of the SOAP-fault-detail object.
method
A method of the SOAP–FAULT-DETAIL object.

Attributes

Methods

Notes

You can use the GET-NODE( ) method to get an X-noderef object handle that refers to the XML that underlies a SOAP-fault-detail object. The application can then use this X-noderef object handle to access the underlying XML. The only restriction is that the application cannot use the X-noderef object handle retrieved from the SOAP-fault-detail object to access the X-document associated with the SOAP-fault object. For more information, see OpenEdge Development: Web Services.