Generating SOAP/HTTP bindings for the imports and exports

The SOAP/HTTP bindings for the imports and exports of the WESB mediation module are generated.

Procedure

  1. Select the Business integration view.
  2. Double-click ExtOMSSimMediationModule > Assembly Diagram to open the assembly diagram.
  3. Right-click OrderServices and select Generate Binding > Web Service Binding.
  4. Select SOAP/HTTP and click OK. There can be more available options depending on your WID version.
  5. Select the Binding tab and note the address. This is the endpoint URL you will use for the com.ibm.commerce.order.external component.
  6. Right-click InventoryServices and select Generate Binding > Web Service Binding.
  7. Select soap/http and click OK.
  8. Select the Binding tab and note the address. This is the endpoint URL you will use for the com.ibm.commerce.inventory.external component.
  9. Right-click ExtOMSSim and select Generate Binding > Web Service Binding.
  10. Select Use an existing web service port and click Browse....
  11. Select ExtOMSSim as the service port and click OK.
  12. Select the Binding tab and note the address. Change it to the endpoint URL of the External OMS Simulator.
  13. Save your changes.

Results

After completing all the preceding tasks in order, you have completed building a WESB mediation module for DOM integration.

You can compare your results with the following sample project interchange file: ExtOMSSimMediationModuleProjectInterchange.zip.