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 : Creating a SOAP request header
 
Creating a SOAP request header
To create a SOAP request header entry from a temp-table or ProDataSet:
1. Write the header entry from the temp-table or ProDataSet to a LONGCHAR using the WRITE-XML( ) method.
2. Replace the header entry with the serialized XML in the LONGCHAR using the GET-SERIALIZED( ) method.
For more information on temp-table and ProDataSet XML methods, see OpenEdge Development: Programming Interfaces.