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

Working with adapters


  • Adapters are used in Oracle SOA Suite 11g to connect to non-service enabled backend systems.

  • File adapter supports four types of operations: read file, write file, synchronous read, and list files.

  • FTP adapter supports four types of operations: get, put, synchronous get file, and list files.

  • Oracle FTP and file adapter do not support XA transaction.

  • XA transaction is supported by all JCA-compliant adapters (for example: DB, JMS, AQ adapter).

  • Inbound adapter-rejected messages are handled through fault policies.

  • The SCA component should participate in the XA transaction and the other adapter should not have the idempotent property enabled.

  • Fault policy doesn't work for both outbound adapters in XA mode and outbound adapters with Mediator in sequential routing.

  • Oracle file adapter provides an option to delete the files after processing. This can be enabled by selecting delete after processing the checkbox in the Adapter Configuration Wizard.

  • Larger payload support is available in Oracle File Adapter.

  • The Oracle adapters support metadata service. The Oracle File Adapter and the FTP adapter provide the features to read the metadata information such as filename, file modified date, and so on. The 'Do not read file content' option in the file adapter helps to achieve this.

  • Adapter Configuration Wizard is the required feature to generate the WSDL for both the request-response and event-notification service.