CREATE SOAP-HEADER-ENTRYREF statement
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Creates an instance of a SOAP-header-entryref object dynamically at run time, and assigns its handle to the specified handle variable.
Syntax
|
- hshEntry
- A variable of type HANDLE that represents the handle of the SOAP-header-entryref object.
- IN WIDGET-POOL widget-pool-name
- An expression of type CHARACTER that evaluates to the name of the
widget pool in which the dynamic SOAP-header-entryref object is created.
A SOAP-header-entryref object is created in the closest unnamed widget-pool,
by default.Note: Widget pool names are not case-sensitive.
Notes
The SOAP-header-entryref object is explicitly created by the application using the CREATE SOAP-HEADER-ENTRYREF statement. 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. Use the DELETE-HEADER-ENTRY() method to delete the XML underlying the SOAP-header-entryref object without deleting the object.