Develop > Controller layer > Integrate with back-end systems and external applications > Distributed Order Management (DOM) integration > Accept a WebSphere Enterprise Service Bus (WESB) mediation module for DOM integration
Connect the operations
The connections between the WebSphere Commerce operations and the External OMS simulator are created.
Procedure
- In the assembly diagram, double-click ExtOMSSimMediationModule and click Yes to confirm the action.
- Select ExtOMSSimMediationModule as the directory where the mediation flow implementation will be generated.
- Click OK. This opens the Mediation Flow Editor.
- Create the connections by connecting the operations. In the Operation connections section:
- Navigate the mouse cursor over OrderServicesPortType > ProcessOrder where its connector is visible. Drag the connector to ExtOMSSimPartner > createOrder to create the connection.
- Navigate the mouse cursor over InventoryServicesPortType > GetInventoryAvailability where its connector is visible. Drag the connector to InventoryServicesPortType > ProcessInventoryRequirement to create the connection.
- Navigate the mouse cursor over InventoryServicesPortType > GetInventoryAvailability where its connector is visible. Drag the connector to ExtOMSSimPartner > updateInventoryReservations ExtOMSSimPartner > cancelInventoryReservations to create the connection.
The following table and diagram summarizes the connections created:
Connections to create for the operations
From To OrderServicesPortType > ProcessOrder ExtOMSSimPartner > createOrder InventoryServicesPortType > GetInventoryAvailability ExtOMSSimPartner > getInventory InventoryServicesPortType > ProcessInventoryRequirement ExtOMSSimPartner > updateInventoryReservations ExtOMSSimPartner > cancelInventoryReservations
- Select File > Save to save the changes.
Previous topic: Define the imports and exports
Next topic: Import custom XSL files and extension functions into the WESB mediation module