Connecting the operations

The connections between the WebSphere Commerce operations and the External OMS simulator are created.

Procedure

  1. In the assembly diagram, double-click ExtOMSSimMediationModule and click Yes to confirm the action.
  2. Select ExtOMSSimMediationModule as the directory where the mediation flow implementation will be generated.
  3. Click OK. This opens the Mediation Flow Editor.
  4. Create the connections by connecting the operations. In the Operation connections section:
    1. Navigate your mouse cursor over OrderServicesPortType > ProcessOrder where its connector is visible. Drag the connector to ExtOMSSimPartner > createOrder to create the connection.
    2. Navigate your mouse cursor over InventoryServicesPortType > GetInventoryAvailability where its connector is visible. Drag the connector to InventoryServicesPortType > ProcessInventoryRequirement to create the connection.
    3. Navigate your 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

    Connections to create for the operations

  5. Select File > Save to save your changes.