Try OpenEdge Now
skip to main content
Web Services
Creating ABL Clients to Consume OpenEdge SOAP Web Services : Handling SOAP Message Headers in ABL : SOAP message headers: an overview : Accessing SOAP header entries : Accessing a SOAP response header
 
Accessing a SOAP response header
To access a SOAP response header entry as a temp-table or ProDataSet:
1. Set a LONGCHAR with the header entry XML using the GET-SERIALIZED( ) method.
2. Load the temp-table or ProDataSet from the LONGCHAR using the READ-XML( ) method.