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
- Select the Business integration view.
- Double-click to open the assembly diagram.
- Right-click OrderServices and select .
- Select SOAP/HTTP and click OK. There can be more available options depending on your WID version.
- Select the Binding tab and note the address. This is the endpoint URL you will use for the com.ibm.commerce.order.external component.
- Right-click InventoryServices and select .
- Select soap/http and click OK.
- Select the Binding tab and note the address. This is the endpoint URL you will use for the com.ibm.commerce.inventory.external component.
- Right-click ExtOMSSim and select .
- Select Use an existing web service port and click Browse....
- Select ExtOMSSim as the service port and click OK.
- Select the Binding tab and note the address. Change it to the endpoint URL of the External OMS Simulator.
- 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.