Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Implementing Oracle Integration Cloud Service

You're reading from  Implementing Oracle Integration Cloud Service

Product type Book
Published in Jan 2017
Publisher Packt
ISBN-13 9781786460721
Pages 506 pages
Edition 1st Edition
Languages

Table of Contents (21) Chapters

Implementing Oracle Integration Cloud Service
Credits
Foreword
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Introducing the Concepts and Terminology Integrating Our First Two Applications Distribute Messages Using the Pub-Sub Model Integrations between SaaS Applications Going Social with Twitter and Google Creating Complex Transformations Routing and Filtering Publish and Subscribe with External Applications Managed File Transfer with Scheduling Advanced Orchestration with Branching and Asynchronous Flows Calling an On-Premises API Are My Integrations Running Fine, and What If They Are Not? Where Can I Go from Here?

Getting ready


Before we build our first integration, let's get acquainted with the APIs we are going to use in this first service. As shown in the preceding diagram our inbound call is a SOAP request and therefore we need a WSDL definition which defines the inbound API. Our outbound call is a REST request to a service we host on apiary (https://apiary.io) and uses the API Blueprint standard (https://apiblueprint.org) to define the REST API.

Let's start with the inbound or source definition as shown in the following screenshot. The WSDL has one operation which uses an input, output, and a fault message:

The messages reference an XSD which defines the structure for our input, output, and fault message is as follows:

The WSDL is available in the downloads as ICSBook-Ch2-FlightAirlines-Source.WSDL.

As you can see the WSDL contains one synchronous operation called AllAirlines, which uses elements from the embedded XML schema for the input, output, and fault message. In Chapter 1,Introducing the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}