Develop > Persistence layer > Work with WebSphere Commerce services
Enable service module assets in WebSphere Commerce Developer
When you finish creating a service module and the associated assets to complete the service, add the appropriate assets to the WebSphere Commerce application.
Procedure
To add the assets that you have created to the WebSphere Commerce Server:
- Start WebSphere Commerce Developer.
- If disabled, click Toggle Project Grouping to enable the toggled project grouping in the Enterprise Explorer view.
- Select EAR Modules > WC > WebSphereCommerceServer.
- Click the Design tab.
- Under Overview, click Add and select Module.
- Click OK.
- In the Add Module dialog, select MyServiceModule-Server and click Finish.
- In the Add Module dialog, select MyServiceModuleServicesHTTPInterface and click Finish.
- Click Actions > Manage Utility Jars.
- Select the following project utility jars:
- MyServiceModule-Client
- MyServiceModule-DataObjects
- Click OK.
Related concepts
WebSphere Commerce Web services
WebSphere Commerce service module
Related tasks
Create a WebSphere Commerce service module