Chapter 8 – Composite services with SOA composites using the BPEL Component

This chapter delves into the BPEL component that can be used in SOA composites. It shows how BPEL process components are very well equipped for the implementation of such composite services. Orchestrating service calls, manipulating XML messages, performing flow logic with if-then-else and for-loops, handling exceptions as well as performing parallel processing are the sweet spot for this component.

A BPEL component has many characteristics in common with Service Bus Pipelines and Split/Join-components. In addition to orchestrating synchronous services, BPEL is also good at asynchronous interactions as well as longer running (stateful) conversations. These latter two subjects – that are both not the strong suit of Service Bus – are addressed in later chapters.

This chapter also introduces: Embedded Java, Inline Subprocess, Schema Validation and Fault Handling, Domain Value Maps, External Callouts, Use of XQuery in BPEL and the Parallel Flow activity.

Parts in this chapter:

This figure illustrates the components to be developed in this chapter.

image

Sources for this chapter can be found on Github: Chapter 8 sources.

Geef een reactie

Het e-mailadres wordt niet gepubliceerd. Verplichte velden zijn gemarkeerd met *

De volgende HTML tags en attributen zijn toegestaan: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>