Accessing a SOAP response header
- Last Updated: June 1, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To access a SOAP response header entry as a temp-table or ProDataSet:
-
Set a
LONGCHARwith the header entry XML using theGET-SERIALIZED( )method. -
Load the temp-table or ProDataSet from the
LONGCHARusing theREAD-XML( )method.