GET-HEADER-ENTRY( ) method
- Last Updated: July 20, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
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
|
- header-entryref
- A valid SOAP-header-entryref object handle.
- index
- An integer expression indicating the 1-based index of the header entry.