Mapping ABL procedures to SOAP messages
- Last Updated: April 24, 2023
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
The mapping of an ABL procedure (or, similarly, a user-defined function) to its final representation as a pair of SOAP request/response messages follows a well-defined series of steps:
In short, the process transforms:
- ABL procedure prototype to WSDL operation
- WSDL operation to client method prototype
- Client method call to SOAP request/response message pair
The examples that follow show how these three transformations proceed.