ABL procedure prototype to WSDL operation
- Last Updated: March 12, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
This is the ABL procedure prototype for the sample external procedure,
FindCustomerByNum.p:
ABL procedure prototype
|
ProxyGen can extract some of the needed information from this prototype to
map it to a corresponding Web service operation definition, including the procedure name
(filename for an external procedure) and the parameter mode (input or output), names, and
data types of any parameters. However, you must specify some of the needed information
directly in ProxyGen, such as whether the ABL RETURN-VALUE
is used and (for external procedures) the Open Client object to which the operation
belongs.
For an example of how WSDL represents a procedure call, see WSDL Details.