Building BizServices-CustomerInfoMgmt module
Customer Information Management Business Service allows JungleSea to create, maintain, lookup/search, and view customer information. The application named "Green" exposes its capabilities through Enterprise Java Beans (EJB). We will have to implement the RetrieveCustomerInformation Business Service as a BPEL component.
We will use the EJB import bindings to enable the mediation flow components to invoke services provided by a Green application running on an external Java enterprise application server. In order for you to use the EJB import, you will need the associated EJB client JAR files as dependencies in your module to be able to invoke the remote interface. Once you do this, you can create an EJB import in the assembly diagram. As shown in the following screenshot, from the palette, you can use the Enterprise Java Beans from the Outbound Imports in the WID assembly diagram and specify the remote (or local) interface to import. Once you do...