Non-persistent procedure
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
-
ABL:
/* FindCustomerByNum.p */ DEFINE INPUT PARAMETER CustomerNumber AS INTEGER. DEFINE OUTPUT PARAMETER CustomerName AS CHARACTER. -
Java
OrderInfoObjStubmethod:public void findCustomerByNum (int customerNumber, javax.xml.rpc.holder.StringHolder customerName)Note: The output parameter holder class shown in bold is provided by Axis.