Creating a SOAP request header
- Last Updated: May 18, 2026
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To create a SOAP request header entry from a temp-table or ProDataSet:
-
Write the header entry from the temp-table or ProDataSet to a
LONGCHARusing theWRITE-XML( )method. -
Replace the header entry with the serialized XML in the
LONGCHARusing theGET-SERIALIZED( )method.
For more information on temp-table and ProDataSet XML methods, see OpenEdge Programming Interfaces.