• ABL:

    /* FindCustomerByNum.p */
    
    DEFINE INPUT PARAMETER CustomerNumber AS INTEGER.
    DEFINE OUTPUT PARAMETER CustomerName AS CHARACTER.
  • Java OrderInfoObjStub method:

    public void findCustomerByNum
            (int customerNumber,
             javax.xml.rpc.holder.StringHolder customerName) 
    Note: The output parameter holder class shown in bold is provided by Axis.