Data Type Conversion Rules for ABL Calls to SOAP Web Services
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
This appendix describes how OpenEdge converts between the following ABL data types and XML Schema data types in parameters passed to SOAP Web services called from ABL. Any casting between an ABL type and an unsupported XML Schema type or an invalid match between an ABL type and a supported XML Schema type raises an ABL run-time error, as detailed in the following sections.
Note: The tables in this chapter describe data transformations for the ABL
INPUT and OUTPUT parameter modes. The
INPUT-OUTPUT parameter mode behaves in the same manner.