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)