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 WebSphere Business Integration Server Foundation client code

Migrating the EJB process binding client

This topic shows how to migrate clients that use the WSIF EJB process binding to access a BPEL service.

Clients that used the EJB process binding to invoke a business process should now use either the SCA API to invoke the service (the migrated business process must have an export with SCA binding) or the IBM Web Service Client API to invoke the service (the migrated business process must have an export with web service binding).

See the topics "Migrating the EJB client", "Migrating the IBM Web Service (SOAP/JMS) client", or "Migrating the IBM Web Service (SOAP/HTTP) client" for more information on generating such clients.

: Migrating WebSphere Business Integration Server Foundation client code