Book Image

WS-BPEL 2.0 Beginner's Guide

By : Matjaz B Juric
Book Image

WS-BPEL 2.0 Beginner's Guide

By: Matjaz B Juric

Overview of this book

If you are a software architect, a designer, a software developer, an SOA and BPM architect, a project manager, or a business process analyst who is responsible for the design and development of business processes, composite applications, and BPM/SOA solutions, then this book is for you. You should have a clear grasp of general SOA concepts including business processes and web services, but no prior knowledge of the BPEL language is required.
Table of Contents (14 chapters)
13
Index

Time for action – creating XML type variables


Let's now create the described variables:

  1. To create a new variable, we will click on the big + icon in the Variables dialog window. The Create Variable dialog window will open.

    The declaration is rather simple. We have to provide the name and select the variable type. We have three choices: Type, Message Type, and Element. We select Type for the simple XML Schema types. We select Message Type for the WSDL MessageTypes. We select Element for XML element variables.

  2. Let's declare the BookstoreLocationWithLowestStockQuantity variable. This variable will be of the type string. We will enter the variable Name, select Type for the type, and use the magnifier glass icon to select a string from XML Schema Simple Types:

  3. We could initialize the variable with the default value. This can be achieved in the Initialize tab. We could also enter the detailed description of the variable and its purpose. This can be done in the Documentation tab. We will not use these...