ActiveVOS Designer User’s Guide
Previous | Next
Using the Web Services Explorer to Start a Process
If you deployed your tutorial to ActiveVOS Enterprise Server
and do not yet have an Identity Service enabled, you will not be
able to sign into ActiveVOS Central. ActiveVOS Central requires
that authenticated users sign in, enabled through the Identity Service
in ActiveVOS Server. The ActiveVOS Central embedded in Designer
is already enabled.
To start your process from an ActiveVOS Enterprise Server,
such as JBoss or WebLogic, use the following instructions to use
the Web Services Explorer.
Step 1: 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.
- From the Designer menu,
select .
- Select the icon (upper right pane) for .
- Select .
- Return to the browser, and in the ActiveVOS Console, select .
- On the Service Definitions page, select TutorialService.
- From the address bar, copy the TutorialService URL:
http://localhost:8080/active-bpel/services/TutorialService?wsdl
- Paste this URL into the Web Services Explorer WSDL URL
field as shown:

Step 2: 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.
- In the Web Services Explorer,
select under the WSDL URL field.
- In the Bindings table, select the link for the supported
SOAP binding (SOAP 1.1).
- In the Operations table, select the request link.
- Fill in the message parts. The required parts are Last
Name and amountRequested. Fill in Smith for
Last name and a high amount, such as 15000,
as shown:

- Select , which is located at the
bottom of the message.
- Click the link, and then double-click
the box to see the SOAP request and
response sent and received.

- In the ActiveVOS Console, go back to the Service Definition
page, and select from the menu, and then
select . Notice that two processes
have completed.
- On the Active Processes page, select the tutorial process.
You can see the actual results returned from the loan approval service.
The high amount loan request was sent to the approver. The approver
approved the loan.

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-2011 Active Endpoints, Inc.