ActiveVOS Designer User’s Guide
To start at the beginning of the tutorial, see Introduction to ActiveVOS Tutorial.
If you have followed all tutorial parts so far, you have deployed a BPEL process to ActiveVOS Server.
After deploying the process to the ActiveVOS Server, you must deploy the partner services, and then you can run the process by sending in a credit information request and getting back a response from the assessor or approver.
By completing Part 10 of the tutorial, you will be able to:
Step 1: Open a browser to view the ActiveVOS Console
You can view deployment details for your processes in the ActiveVOS Console.
http://localhost:8080/activevos.


Normally you will add your own URN mappings. However, for the convenience of the tutorial, the partner role URNs have been mapped to a URL for you.
Note: Be sure that the host port 8080 in the URL is correct. If you selected a different port during installation of ActiveVOS Designer, select the URN to open the URL for editing. Update the URL so that the host port matches your server host port.
Step 2: Deploying the Risk Assessment and Loan Approval Services
The Loan Approval and Risk Assessment services have been created as BPEL processes for the convenience of this tutorial, and they have already been packaged in a BPR file. You must deploy these services. Then, when you execute the tutorial process, one or both of these services will also execute. They will be invoked at the URL defined in the URN mapping.

[ActiveVOS Designer installation folder]\designer\workspace\Tutorial\Partner_Services\riskAssessment.bpr
You can view the deployed processes. To do so, in the Server Console, select Catalog, and then select Process Definitions. You will see the listing for the tutorial, risk assessment, and loan approval processes.
Step 3: Launch the Web Services Explorer
We need to copy the TutorialService URL into the Web Services explorer in order to send a request to the process.
http://localhost:8080/active-bpel/services/TutorialService?wsdl

Step 4: Send a request to the process
You can create an instance of the process by using the Web Services Explorer to initiate the Receive activity in tutorial.bpel.



For more details about the two services, and to debug your running or completed process from within ActiveVOS Designer, go to Tutorial Part 11: Debugging Your Process Remotely.
Copyright (c) 2004-2008 Active Endpoints, Inc.