IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Editing module deployment properties
Adding JAX-RPC handlers for web service imports
In the module deployment editor, you can add a JAX-RPC handler after an SCA import with a SOAP1.1/HTTP using JAX-RPC web service binding or a SOAP1.1/JMS web service binding and change the message request.
To add a JAX-RPC handler for a web service import:
Procedure
- In the Business Integration view, select the module that contains your web services import.
- Right-click the selected module and select Open Deployment Editor. The module deployment editor opens.
- Click the Design tab.
- Select the Web Services Imports node.
- Click Add and select Web Services Import. A web service import node is added under Web Services Imports.
- Set the Name field of the web service import node to your web service import, for example, sendWebServiceCallToServer.
- Select the Web Service Import node.
- Click Add and select JAX-RPC Handlers. A JAX-RPC Handlers and a JAX-RPC Handler node are added under Web Service Import.
- Select the JAX-RPC Handler node.
- In the Display name field, type the name that you want to assign to the display.
For example, WSImportHandler.
- In the Description field, type a description for the new JAX-RPC handler.
For example, JAX-RPC handler for the sendWebServiceCallToServer import.
- In the Handler name field, type the name that you want to assign to the new JAX-RPC handler.
For example, WSImportHandler.
- Beside the Handler class field, click Browse and select your handler class.
For example, com.ibm.test.li536.rpc.WSImportHandler.
- Click OK to close the New Handler window.
- Add Initial Parameter and SOAP Header 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.