Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : GET-HEADER-ENTRY( ) method
 

GET-HEADER-ENTRY( ) method

Retrieves the SOAP-header-entryref object at the given header entry index (base 1). In other words, a SOAP-header object contains a list of entries. Each entry points to an existing SOAP-header-entryref object. This method finds the SOAP-header-entryref object associated with indexed header entry and copies its handle to the header-entryref handle you provided.
Return type: LOGICAL
Applies to: SOAP-header object handle

Syntax

GET-HEADER-ENTRY ( header-entryref , index )
header-entryref
A valid SOAP-header-entryref object handle.
index
An integer expression indicating the 1-based index of the header entry.