Next >

Introduction

In the Hello World Part 1 sample, you created a mediation service that accepted 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 containing a business process that uses a human task to prompt a user for their name information, and then invokes the module from Hello World Part 1 to produce the resulting string. You will also expose this process as a Web service.

While the Hello World Part 1 sample can be deployed and run on either WebSphere Process Server or WebSphere Enterprise Service Bus, this Hello World Part 2 sample can only be deployed and run on WebSphere Process Server as it uses a module versus a mediation module.
In the sample, you learn how to complete the following activities:





Feedback



(C) Copyright IBM Corporation 2007, 2008. All Rights Reserved.

Next >