Running an internal procedure or user-defined function
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The following example shows how you might invoke the
GetTotalOrdersByNumber( ) method on the ProcObject to run a user-defined
function:
|
Note: The
CustomerOrderIDValue is automatically inserted in the
SOAP request header by the interface.Methods for running an internal procedure are essentially the same as those for running a user-defined function.