This topic applies only to the IBM Business Automation Workflow Advanced
configuration.

EIS bindings overview

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
Draft comment:
This topic was viewed 3 times since its publication
The EIS (enterprise information system) binding, when used with a JCA resource adapter, lets you access services on an enterprise information system or make your services available to the EIS.
The following example shows how an SCA module named ContactSyncModule synchronizes contact information between a Siebel system and an SAP system.
  1. The SCA component named ContactSync listens (by way of an EIS application export named Siebel Contact) for changes to Siebel contacts.
  2. The ContactSync SCA component itself makes use of an SAP application (through an EIS application import) in order to update the SAP contact information accordingly.
Because the data structures used for storing contacts are different in Siebel and SAP systems, the ContactSync SCA component must provide mapping.
Figure 1. Flow from a Siebel system to an SAP system
Contact information flows from a Siebel system to an SCA component by way of the export and then flows to an SAP system.

The Siebel Contact export and the SAP Contact import have the appropriate resource adapters configured.