Creating a SOAP request header
- Last Updated: June 1, 2021
- 1 minute read
- OpenEdge
- Version 13.0
- 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 Development: Programming Interfaces.