The createOrderFromXML Web service takes the order specified in the parameter and saves it to the order repository. The XML must follow a schema that represents an order. For more information, see the Repository to XML Data Binding chapter in the Web Services and Integration Framework Guide.

Servlet Name

createOrderFromXML

Input Parameters

OrderAsXML - The XML document represent ting the entire order.
ProfileId – The ID of the profile to be associated with the new order.

Output

OrderId – The ID of the new order.

Web Service Class

atg.commerce.order.OrderServices

Nucleus Component

/atg/commerce/order/orderServices

Method

createOrderFromXML(String pOrderXML, String pProfileId)

Executes within a session

Yes

WSDL URL

http://hostname:port/commerce/order/createOrderFromXML?WSDL

Endpoint URL

http://hostname:port/commerce/order/createOrderFromXML/createOrderFromXML

Security FunctionalName

orderCreation

 
loading table of contents...