SOAP-fault-detail object handle
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
A handle to a SOAP-fault-detail object.
Note: Does not apply to SpeedScript programming.
Syntax
|
- 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
| HANDLE attribute | INSTANTIATING-PROCEDURE attribute | TYPE attribute |
Methods
| GET-NODE( ) method | GET-SERIALIZED( ) method |
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.