Ariba Supplier OnRamp 7.1 | webMethods Ariba Supplier OnRamp Documentation | webMethods Ariba Supplier OnRamp Installation and User’s Documentation | Implementing a Punchout Ordering System without Trading Networks | Creating OrderRequest Handlers
 
Creating OrderRequest Handlers
 
Creating OrderRequest Handler Services
Implementing OrderRequest Handler Services
An OrderRequest handler is a service that you create and implement to receive and process order requests, order updates, and deletions (cancellations). The OrderRequest handler is responsible for mapping the cXML OrderRequest to order requests/ cancellations for the underlying purchasing system. The cXML processing mechanism built into receiveCXML in Ariba Supplier OnRamp invokes this handler when buyers send OrderRequest messages.
To create and implement an OrderRequest handler, you perform the following tasks:
*Create an appropriate service for the handler, using Config.
*Implement the handler's functionality using the API services of Ariba Supplier OnRamp.