SOAP-header-entryref object handle
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
A handle to a SOAP-header-entryref object.
Note: Does not apply to SpeedScript programming.
Syntax
|
- soap-header-entryref-handle
- A handle variable that references a SOAP-header-entryref object.
- attribute
- An attribute of the SOAP-header-entryref object.
- method
- A method of the SOAP-header-entryref object.
Attributes
Methods
| DELETE-HEADER-ENTRY( ) method | GET-NODE( ) method |
| GET-SERIALIZED( ) method | SET-ACTOR( ) method |
| SET-MUST-UNDERSTAND( ) method | SET-NODE( ) method |
| SET-ROLE( ) method | SET-SERIALIZED( ) method |
Notes
- The application is responsible for deleting this object. Use the DELETE OBJECT statement to delete a SOAP-header-entryref object without deleting its underlying XML. To delete the XML underlying the SOAP-header-entryref object, without deleting the object, use the DELETE-HEADER-ENTRY() method.
- You can use the GET-NODE( ) method to get an X-noderef object handle that refers to the XML that underlies a SOAP-header-entryref 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-header-entryref object to access the X-document associated with the SOAP-header object.
See also
CREATE SOAP-HEADER-ENTRYREF statement, SOAP-header object handle