Before you start
About this tutorial
In this tutorial, you will learn how to build an e-business platform for an integrated environment based on the WebSphere Commerce (WC) V7 Feature Pack 5 and Sterling OMS (SC) V9.2. WC and SC are two systems with completely different architectures, so for the smooth interaction of two systems, WESB is used as a message conversion system. WESB converts a message to a SC-acceptable message after receiving a request from the WC to convert the message through XSLT.
Goal
In this tutorial, you will learn how to do the following:
Configuring the WebSphere Commerce V7 Feature Pack 5
Install WID and build mediation module EAR
Installation and Configuration WESB
Configure Sterling OMS V9.2
Set security
With these efforts, you will be ready to complete the WC, WESB, SC integration environment and lay the groundwork for learning the business scenarios in a variety of integrated environments in subsequent chapters.
Configuring the WebSphere Commerce V7 Feature Pack 5
For the installation of WebSphere Commerce, refer to the WebSphere Commerce Information Center for details. The following describes how to configure the WebSphere Commerce section in an integrated environment.
Configure transfer Mode
Add Sterling OMS Transfer mode
Landing WC Management Console Adminconsole,https://<wc_hostname>:8002/adminconsole
Admin Console site/Store Selection page, select site, click OK.
Select Menu Configuration (Configuration)-> Transfer (transport). If there is no Sterling OMS transfer mode, click Add, add Sterling OMS transfer mode and activate.
Click to add a good Sterling OMS transfer mode, set parameters:
Integration Url:https://<wesb>:<secureport>/wctossfsmediationmoduleweb/wcstoreexport
Integration User Id:wcintegrationuser
Activate webservices over HTTP transfer mode
Select the existing webservices over HTTP transfer mode and click Change Status as shown in Figure 1. Change its state to active.
Figure 1. Figure 1. Transfer Mode List page
To create a message type
Create a message type to get external inventory information
Select the menu configuration (Configuration)-> message type (messages types). Click New to add the message for external inventory system messaging type. The parameters are set as follows:
Message type:message for external inventory system
Transport:webservices over HTTP
Device form:webservices
Url:http://<wesb Ip>:<port>/wctossfsmediationmoduleweb/sca/wcinventoryservicesexport
Other parameters can be kept at the default value or set according to the actual business needs.
Enter the URL above in the browser to get a welcome message indicating that the service started successfully.
Create a message type to get External order information
Select the menu configuration (Configuration)-> message type (messages types). Click New to add the message to external order system messages type. The parameters are as follows:
Message type:message to External order system
Transport:webservices over HTTP
Device format:webservices
Url:http://<wesb Ip>:<port>/wctossfsmediationmoduleweb/sca/wcorderservicesexport