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

Modeling logical (explicit) errors with the <throw> activity


The WS-BPEL 2.0 specification defines the <throw> activity, which can be used by the developer to generate faults to handle logical errors. In the Time for action – adding fault handlers section, we explain how to use the <throw> activity to generate faults and handle them within the <faultHandler> construct.