Using the unwrapped form
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Using the unwrapped form for the same Wrapped Doc/Lit operation, foo, you
can access all the parameter values individually using ABL data types. In this case, the WSDL
Analyzer recognizes that there is a single INTEGER mapping for a value in
both complex input and output parameters of the wrapped operation. So, it prescribes a single
INPUT-OUTPUT parameter for that INTEGER mapping
(iInteger). It prescribes individual INPUT and
OUTPUT modes for the remaining values, as indicated in this example:
Wrapped Doc/Lit operation—unwrapped form
|
On return, you might display the individual OUTPUT values (iInteger and cString) as
follows:
|
No further work is required to access these values in ABL.