Share via


Microsoft.CommerceServer.Orders.WebService Namespace

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The Web service layer is the primary public interface to the Orders system application.

The functionality available in the Orders sub system is exposed to the remote clients through this web service.

This Web Service implements all the methods exposed by the OrderSystemImpl class, but as web methods. Also web service implements few methods required for the LOB integration. All methods in the webservice invoke the corresponding methods in the ServerOrderSystem class.

Classes

  Class Description
ms965166.pubclass(en-US,CS.70).gif OrdersWebService Orders Web Service class. Web Service implements all the methods exposed by the OrderSystemImpl class, but as web methods.