Book Image

WS-BPEL 2.0 Beginner's Guide

Book Image

WS-BPEL 2.0 Beginner's Guide

Overview of this book

Table of Contents (19 chapters)
WS-BPEL 2.0 Beginner's Guide
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – configuring the <invoke> activity within a <forEach> activity


We will now configure the <invoke> activity such that it talks to the search service, using the following steps:

  1. For creating the partner link, we will create the local partner link within the scope where the previous <invoke> activity was created, as shown in the following screenshot:

  2. For creating the input and output, we create local variables within the scope where the previous <invoke> activity was created, as shown:

  3. Once the <invoke> activity is properly configured, click on Apply and then on OK to close the window.

What just happened?

In the preceding section, we configured the <invoke> activity that realizes the repetitive execution logic within the <forEach> activity. We configured the <invoke> activity to invoke the bookstore search service. In the next section, we focus on how to prepare the request message or the input variable of this <invoke&gt...