Property or component
|
Configuration, value, or name
|
Session model
|
Managed
Note: Some information and examples are also provided to show session-free interactions.
|
SOAP format
|
Doc/Lit
|
TargetNamespace
|
"urn:OrderSvc"
|
AppObject
|
OrderInfo
|
ProcObject
|
CustomerOrder
|
Public Sub Connect_OrderInfo(
ByVal userId As String, ByVal password As String, ByVal appServerInfo As String) Public Function FindCustomerByNum( ByVal CustomerNumber As Integer, ByRef CustomerName As String) As String Public Function CreatePO_CustomerOrder( ByVal custNum As Integer) As String Public Sub Release_OrderInfo( ) |
Public Function GetOrderDetails(
ByRef OrderDetails( ) As OrderDetailsRow) As String Public Function GetTotalOrdersByNumber( ByVal Threshold As Decimal) As Integer Public Sub Release_CustomerOrder( ) |