IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Editing module deployment properties
Adding JAX-RPC handlers for web service exports
In the module deployment editor, you can add a JAX-RPC handler before an SCA export with a SOAP1.1/HTTP using a JAX-RPC web service binding or a SOAP1.1/JMS web service binding and change the message request.
To add a JAX-RPC handlers for a web service export:
Procedure
- In the Business Integration view, select the module that contains your web services export.
- Right-click the selected module and select Open Deployment Editor. The module deployment editor opens.
- Click the Design tab.
- Select the Web Services Exports node.
- Click Add and select Web Service Export. A Web Service Export node is added beneath Web Services Exports.
- Set the Name field of the Web Service Export node to your web service export.
For example, receiveWebServiceCallFromClient.
- Select the Web Service Export node.
- Click Add and select JAX-RPC Handlers. A JAX-RPC Handlers and a JAX-RPC Handler node are added under Web Service Export.
- Select the JAX-RPC Handler node.
- In the Display name field, type the name that you want to assign to the display.
For example, WSExportHandler.
- In the Handler name field, type the name that you want to assign to the new JAX-RPC handler.
For example, WSExportHandler.
- Beside the Handler class field, click Browse and select your handler class.
For example, com.ibm.test.li536.rpc.WSExportHandler.
- In the Description field, type a description for the new JAX-RPC handler.
For example, JAX-RPC handler for the receiveWebServiceCallFromClient export.
- Add Initial Parameter, SOAP Header, and SOAP Role nodes as needed under the JAX-RPC Handler node.
- Press Ctrl-S to save your changes and then close the module deployment editor.
- If your server is already running in the Servers view, click the Build Activities tab to open the Build Activities view and then click Update Running Servers.