IBM BPM, V8.0.1, All platforms > Migrating and upgrading your IBM BPM environment > Migrating from other products > Migrating from WebSphere Studio Application Developer Integration Edition > Additional migration information > Migrating to the SCA programming model

Migrating interactions with WebSphere Business Integration Adapters

If the JMS Client is a WebSphere Business Integration Adapter, you may need to use the External Service tools to create the Import with JMS Binding. This Import uses a special data binding in order to serialize the SDO to the exact format that the WebSphere Business Integration Adapter expects.

To access the External Service tools, follow these steps:


Procedure

  1. Go to File > New > Other > Business Integration and select External Service. Click Next.

  2. Choose Adapters. Click Next.

  3. Enter the path of the WebSphere Business Integration Adapter's configuration (.cfg) file and the directory that contains the XML schema of the business objects that the adapter uses. Click Next.
  4. Examine the query that is generated for you, and if it is correct click Run Query. In the Objects discovered by query list, select the objects that you want to add (one by one) and click the >> Add button.

  5. Accept the configuration parameters for the business object and click OK.
  6. Repeat for each business object.

  7. Click Next.

  8. For the Runtime business object format select SDO. For the Target project select the module you just migrated. Leave the Folder field blank.

  9. Click Finish.


What to do next

This tool will migrate the old XSDs to the format expected by the special data binding, so remove the old WebSphere Business Integration Adapter's XSDs from the module and use the new XSDs. If the module will not receive messages from the adapter, delete the Exports generated by this tool. If the module will not send any messages to the adapter, delete the Import. See the information center for more information on this feature.

: Migrating to the SCA programming model