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 common interface method prototypes in Reference.vb
 

Sample common interface method prototypes in Reference.vb

The Web reference file (Reference.vb) defines the sample common interface methods for managing Web service objects using the following Sub declarations:
*Common OrderInfoObj AppObject methods
Connect_OrderInfo( ):
Public Sub Connect_OrderInfo(
              ByVal userId As String,
              ByVal password As String,
              ByVal appServerInfo As String)
Release_OrderInfo( ):
Public Sub Release_OrderInfo( )
*Common CustomerOrderObj ProcObject methods
Release_CustomerOrder( ):
Public Sub Release_CustomerOrder( )