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 > Create SCA Components and SCA Imports for the services in the application for rewiring

Migrating a Java service

You can migrate a Java service to an SCA Java Component.

In WebSphere Studio Application Developer Integration Edition when generating a new Java™ service from an existing Java class, the following options were given:

There are many new components that offer new functionality such as data mapping, interface mediation, business state machines, selectors, business rules, and more. First you should determine whether one of these new component types can replace the custom Java component. If that is not possible, follow the migration path described below.

Using the Migration wizard results in the creation of a business integration module with the WSDL Messages, PortTypes, Bindings, and Services generated in WebSphere Studio Application Developer Integration Edition.

In the Business Integration perspective, expand the module to see its contents. Open the Assembly Editor by double-clicking the first item under the module project (it will have the same name as the project).

If the Migration wizard did not fully migrate all of your service projects, you have the following options:

: Create SCA Components and SCA Imports for the services in the application for rewiring