Order Web Service

The sample Order Web service offers a number of methods and is available for testing with .NET Explorer at http://demo.borland.com/OrderWebService/OrderService.asmx. The following methods are available:

All order related methods take the userid as a header parameter. This is why you should store the user ID that is returned by the Login method in a global variable and use the variable as input for all order-related methods.

Some of the methods may throw SOAP exceptions (for example, if you are not logged in and try to create an order).