Book Image

Oracle SOA Infrastructure Implementation Certification Handbook (1Z0-451)

By : Kathiravan Udayakumar
Book Image

Oracle SOA Infrastructure Implementation Certification Handbook (1Z0-451)

By: Kathiravan Udayakumar

Overview of this book

<p>Completing the Oracle SOA Infrastructure Implementation Certification develops your conceptual and real-world understanding of the primary components of the Oracle SOA Suite, including BPEL process engine and Oracle Service Bus and will allow you to become familiar with Service Oriented Architecture concepts.<br /><br /><br />This definitive certification guide provides a disciplined approach to be adopted for successfully clearing the 1Z0-451 Oracle SOA Foundation Practitioner exam to attain the Oracle SOA Infrastructure Implementation Certification.<br /><br />The book starts with essential SOA concepts and then dives into building of composite applications. You will then learn how to work with technology and application adapters. Next, you will learn orchestrating Services with BPEL and advanced BPEL concepts. Midway through the book you will learn about Mediator components and Human Workflows. The book will then cover Oracle Business Rules and securing services and composite applications. Towards the end of the book, you will learn how to monitor and manage SOA Deployment. The book concludes&nbsp; with a post assessment exam that will give you a feel for the actual SOA Foundation Practitioner exam, and a must-have developer reference that covers important SOA concepts.</p>
Table of Contents (22 chapters)
Oracle SOA Infrastructure Implementation Certification Handbook (1Z0-451)
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Pre-assessment Test
Post-assessment Test

BPEL components activities and Partner Links


Oracle Process Manager provides different types of components, which include the following:

  • BPEL constructs that are defined as part of OASIS BPEL standards definition

  • Oracle extensions to BPEL constructs

  • BPEL services - we have discussed in detail the entire list of BPEL services in Chapter 3,Working with Adapters

The standard BPEL constructs are as follows:

S.No

Construct

Details

1

Invoke

Provides the feature to invoke the required partner link

2

Partner Link

Partner link is a Web Service or adapter that is called from the BPEL process

3

Receive

The Receive activity can be used to receive the message from the BPEL process. This can be used at the start or in the middle of the BPEL process.

4

Reply

The Reply activity is used to send the message back to the caller. This is used by the BPEL process in synchronous and asynchronous communication.

5

Assign

Assigns the variables to values or expressions.

6

Compensate

...