Using the wrapped form
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Suppose you have a Wrapped Doc/Lit operation, foo. The one complex input
parameter contains a single element with two child elements, bBoolean and
iInteger. The one complex output parameter also contains a single element
with two child elements, iInteger and cString. Using the
wrapped form, you might run the foo procedure with the INPUT
parameter (param1) set to the XML string as shown in this example:
Wrapped Doc/Lit operation—wrapped form
|
On the return, you might display an XML string in the OUTPUT parameter (param2) as
follows:
|
Clearly, to work with the individual values contained in these parameters, you must treat them as complex data (see Complex data example).