Try OpenEdge Now
skip to main content
Web Services
Developing a .NET Client to Consume OpenEdge SOAP Web Services : Creating the VB.NET client interface : Sample ABL and VB.NET interface method prototypes : Persistent procedure
 
Persistent procedure
*ABL:
/* CustomerOrder.p */

DEFINE INPUT PARAMETER custNum AS INTEGER.
Note: This procedure returns a value using the ABL RETURN statement.
*VB.NET OrderInfoObj (AppObject) method:
Public Function CreatePO_CustomerOrder
                   (ByVal custNum As Integer) As String