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.