OrdersWebService Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the OrdersWebService class.
Namespace: Microsoft.CommerceServer.Orders.WebService
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New OrdersWebService()
public OrdersWebService()
public:
OrdersWebService()
public function OrdersWebService()
Remarks
The web service implements few methods required for the LOB integration. All methods in the webservice invoke the corresponding methods in the OrderSystemImpl class.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.