Enabling service module assets in WebSphere Commerce Developer
When you finish creating a service module and the associated assets to complete your service, add the appropriate assets to your WebSphere Commerce application. Prerequisites:
Before performing this task, ensure you have completed the following tasks:
To add the assets that you have created to the WebSphere Commerce Server:
- Start WebSphere Commerce Developer.
- Select Enterprise Applications > WC > Deployment Descriptor.
- Select the Module tab.
- Under Modules, click Add, select the MyServiceModule-Server, and click Finish.
- Under Modules, click Add, select the MyServiceModuleServicesHTTPInterface, and click Finish.
- Refresh the context root for MyServiceModuleServicesHTTPInterface by selecting the module in the Modules display and clicking Refresh. The context root should now change to /webapp/wcs/component/ MyServiceModule.
- Under Project Utility Jars, click Add, select MyServiceModule-Client, and click Finish.
- Under Project Utility Jars, click Add, select MyServiceModule-DataObjects, and click Finish.
Related concepts
WebSphere Commerce services
WebSphere Commerce service moduleRelated tasks
Create a WebSphere Commerce service module
Deploying the client library
Deploying the component facade