SOAP-header object handle
A handle to a SOAP-header object. The object maintains a list of entries. Each entry is associated with an existing SOAP-header-entryref object. A SOAP-header object is passed as an input parameter to a response callback procedure and as an output parameter to a request callback procedure.
Note: Does not apply to SpeedScript programming.Syntax
soap-header-handle
attribute
method
Attributes
Methods
NoteThe SOAP-header object is either implicitly created by ABL or explicitly created by the application using the CREATE SOAP-HEADER statement. In either case, the application is responsible for deleting this object. Use the DELETE OBJECT statement to delete a SOAP-header object and its underlying XML.
See alsoCREATE SOAP-HEADER statement, SOAP-header-entryref object handle
OpenEdge Release 10.2B
|