Wrapped form
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
In a wrapped form, the procedure or function mirrors the Wrapped Doc/Lit
convention and passes two LONGCHAR parameters, INPUT and
OUTPUT, each of which contains the serialized XML data for the
corresponding SOAP request or response message. Programming with this definition of the
procedure or function requires that you parse or serialize XML for both parameters. For more
information on coding with the wrapped form, see Programming options.