Try OpenEdge Now
skip to main content
ABL Reference
ABL Syntax Reference : CREATE SOAP-HEADER-ENTRYREF statement
 

CREATE SOAP-HEADER-ENTRYREF statement

Creates an instance of a SOAP-header-entryref object dynamically at run time, and assigns its handle to the specified handle variable.

Syntax

CREATE SOAP-HEADER-ENTRYREF hshEntry [ IN WIDGET-POOL widget-pool-name ]
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.

See also

SOAP-header-entryref object handle