You can use this pattern to integrate an IBM Business Process Manager (BPM) integration service with an IBM Integration Bus service.
You can use this pattern to generate a new IBM Integration Bus service that can be called by IBM Business Process Manager.
Before using this pattern, read the information about IBM Business Process Manager in the IBM Integration Bus information center; see Working with Business Process Manager
The BPM and IBM Integration Bus developers work together to integrate an IBM BPM integration service with an IBM Integration Bus service, by completing the following steps:
First, the BPM developer must complete the following tasks:
Next, the IBM Integration Bus developer must complete the following tasks:
The generated IBM Integration Bus service contains a service interface (WSDL file) that has an operation with inputs and outputs that correspond to the BPM integration service definition.
The new .twx file contains details of the new service in the form of an implementation of a BPM Web Service integration that includes the service URL and appropriate business object mapping.
Finally, the BPM developer must complete the following tasks:
The BPM integration service is updated with the details of the IBM Integration Bus service. The BPM integration service can now call the IBM Integration Bus service.
Read the following sections for information about how to apply and use this pattern.