GET-NODE( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns a handle to an X-noderef object that refers to the XML underlying a SOAP-header-entryref object or SOAP fault entry.
Return type: LOGICAL
Applies to: SOAP-fault-detail object handle, SOAP-header-entryref object handle
Syntax
|
- x-noderef
- A variable of type X-noderef that refers to the root node of a DOM tree that has a SOAP header entry or SOAP fault entry as its root.
The X-noderef will have namespace declarations for all namespaces that are in effect for the SOAP header entry element. The X-noderef will include attributes for all attributes that the SOAP header entry has, including SOAP ENV:mustUnderstand and SOAP-ENV:Actor. Operations performed on the X NODEREF, its child X-noderefs, will directly affect the underlying header entry (note that this contrasts with the LONGCHAR returned from GET-SERIALIZED( ) method).
Returns the Unknown value (?) if the SOAP-header-entryref
object handle has been initialized but does not refer to a header
entry (for example, immediately after the CREATE SOAP-HEADER-ENTRYREF
statement).