Using the WebLogic Integration and Service
Bus Sample Project
This example demonstrates how AquaLogic BPM can be used with other BEA products.
A. Required Software
Install the following software in order to complete the sample:
- AqualLogic BPM Studio 5.7
- WebLogic Integration 8.1.5
- AquaLogic Service Bus 2.1
B. Import BPM Project
- Launch AquaLogic BPM Studio and import the project under "1_ALBPM" directory
called "BPM2OtherBEAProducts.fpr.exp".
- At this point, the process flow is available, but the other services below
must be configured to run the example properly.
C. Configure Web Service
- The Web service is already configured and available from a BEA public test
server.
D. Configure JPD in WebLogic Integration
- Use the existing sample project that comes with WebLogic Integration. After
the installation is complete, the following directory structure should be
available:
- Drive:\< directory name
choice - bea_815>\weblogic81\samples\integration
- To start, launch the WebLogic Workshop from the path below:
- Drive:\< directory name
choice - bea_815>\weblogic81\workshop
- Using the WebLogic Workshop, navigate to the path below and
open the sampleApp.work file:
- Drive:\< directory name
choice - bea_815>\weblogic81\samples\integration\sampleApp
- Unzip the contents of the "callWLI.zip" file located inside "3_WLI" directory.
- From the Workshop sample project, import the "callWLI" module into the project.
- For more information on working with JPDs and the WebLogic Integration product,
consult the online
documentation.
E. Configure Business Service in AquaLogic Service Bus
- The sample server, which comes with the AquaLogic Service Bus, can be started
from the command line from the directory structure:
- Drive:\< directory name choice
- bea_91_sb_21> \weblogic91\samples\domains\servicebus\StartWebLogic.cmd
- At this point, the Weather Service can be registered using the same Web
service WSDL from section C above:
- To get started, use the Start menu:
- START>> BEA Products
>> Examples >> AquaLogic Service Bus>> Service Bus
Console
- Next, register the Weather Service as a Business Service. For
step-by-step instructions on how to register, monitor, manage, and expose
a business service, consult the online documentation and tutorials such as:
Routing
a Loan Application tutorial.
- For more information on AquaLogic Service Bus, consult the online
documentation.
F. Bring all the Services Together
- The process flow that comes with the BPM project in section "B" is already
configured to call the JPD, the Web Service, and the Service Bus.
- Start the AquaLogic BPM Studio. Under the Run menu, select Start Engine.
Next, select Publish and Deploy.
- Under the Run menu, select Launch WorkSpace. Login with a sample user account
"alex"; no password is required.
- Click on Applications in the left navigation bar.
- Click on "Start Process" for "ProcessOne" which is the sample process in
the example.