ActiveBPEL™ Designer User’s Guide
To start at the beginning of the tutorial, see Introduction to ActiveBPEL Tutorial.
If you have followed all tutorial parts so far, you have deployed a BPEL process to ActiveBPEL Server.
After deploying the process to the ActiveBPEL Server, you can run the process by sending in a loan amount request and getting back a response from the assessor or approver.
You should have the following files in the following location:
This file is your deployment archive, which you copied to this location.
This start-up file is part of the ActiveBPEL installation.
This file serves as a test page to send and receive messages to the process.
This is a data file used by the test page.
This is a file used by the test page.
By completing Part 10 of the tutorial, you will be able to:
Step 1: Copy the test page and related files to required folders
You must copy the test page to the server webapps folder and copy the sample data file to the server temp folder.
Step 2: Start the server
The ActiveBPEL Server consists of the ActiveBPEL engine running under Apache Tomcat 5.5. Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.
Note: If you already have Tomcat set up on your server, you may need to unset the CATALINA_HOME environment variable in order to run the ActiveBPEL engine. This environment variable is set in the start-up file for the ActiveBPEL server.
or
ActiveBPEL Designer Installation folder\Server\ActiveBPEL_Tomcat\bin
Step 3: View the ActiveBPEL Administration Console
When the ActiveBPEL engine starts, it scans the bpr folder for deployed processes. You can view a list of deployed processed.
http://localhost:8080/BpelAdmin
If your computer is already using port 8080, change the port number.

Step 4: Send a request to the process
You can create an instance of the process by using the test client to initiate the Receive activity in tutorial.bpel. The test client returns a Reply.
http://localhost:8080/ActiveBPEL_Tutorial_test_page
Change the port number, if necessary.

500.
LoanService to LoanServiceComplete.
low for the Assessor reply.
This means that the variable risk used in the
Assessor invoke activity contains this value.
yes for the Approver reply.
This means the variable approval used in both
the Approver invoke and the assign activities contain this value.
You can also debug your running or completed process from within ActiveBPEL Designer. To do so, go to Tutorial Part 11: Debugging Your Process Remotely.
Tip: You can download the ActiveBPEL Enterprise versions of the tutorial support files from the Active Endpoints Web site. Sample assessor/approver Web services are available for execution on your Java-based or .NET-based ActiveBPEL Enterprise product. For details, see the Samples page of the www.active-endpoints.com.
Copyright (c) 2004-2007 Active Endpoints, Inc.