XML requests
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To add an XML message, create an XML document, save it to a
MEMPTR variable, and then pass it as an OpenEdge.Core.Memptr object. The following example loads XML content from
a file:
|
You can also create the XML document in your ABL program. For example:
|