Run the sample

Client application

To run this sample, use the Business Process Choreographer Explorer.

Business Process Choreographer Explorer (BPC Explorer)

To start BPC Explorer in the integrated test environment of your WebSphere® Integration Developer, follow these steps:

  1. In WebSphere Integration Developer, switch to the Servers view.
  2. In the table, right-click WebSphere Process Server v7.0.
  3. From the pop-up menu, select Launch > Business Process Choreographer Explorer.

To start BPC Explorer on WebSphere Process Server, follow these steps:

  1. In a web browser, open URL http://yourhost:yourport/bpc.
  2. Note: Replace yourhost with your server's internet address and replace yourport with the port of your server's HTTP transport, for example

If security is enabled, the BPC Explorer opens with a login screen:

  1. Enter a valid User ID and Password. The default User ID is admin.
  2. Click Login.

The BPC Explorer opens:

Start the sample business process

To start the hello world process, follow these steps:

  1. Switch to the BPC Explorer.
  2. In the Process Templates Section, click Current Valid.
  3. The Current Valid Process Templates view is displayed:

  4. Select HelloWorldProcess, then click Start Instance.
  5. The Process Input Message view opens:

  6. In the input1 field, enter a value of type string.
  7. Click Submit.

Process output

Output window

Since the hello world process is a microflow, the process output message is displayed immediately after the process input message has been submitted:

Output message

Inspect the SystemOut.log of your WebSphere Process Server or the Console within WebSphere Integration Developer. The HelloWorldProcess prints statements similar to the following:

[11/23/07 16:01:35:281 CET] 00000052 SystemOut O Hello, Joe Smith