Next >

Introduction

In the Hello World Part 1 sample, you created a mediation service that accepted a title, first name, and last name as input and returned "Hello title firstName lastName" as output. In this Hello World Part 2 sample, you extend the Part 1 application by creating a module that contains a business process. The business process uses a human task to prompt users for their name information and it then invokes the module from Hello World Part 1 to produce the resulting string. You will also expose this process as a web service.

The Hello World Part 1 sample contains only mediation modules, which enables the sample to be deployed and run on either IBM Process Server or WebSphere® Enterprise Service Bus. However, the Hello World Part 2 sample incorporates a standard business integration module to contain the business process, which means that the sample can only be deployed and run on IBM Process Server.

Learning objectives

In the sample, you learn how to complete the following activities:
Next >