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?

Changing the invoke connector


In the list of connections, locate our newly created FlightStatusReport_REST_Ch7 connection from the connections list to the right of the canvas and drag and drop it onto the Trigger pad. This will then display the endpoint configuration wizard. We can start to complete the wizard with the details given in the following table:

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}

Tab

Properties

Description

Basic Info

Call your endpoint field?

To keep it simple call it RESTSource.

What does this end point do?

Add the description: receives JSON formatted progress status messages.

What is the endpoint's relative resource URI?

We want to add to the server URL the name /FlightStatusUpdate/ for this service.

What action does the endpoint perform?

As we are providing data we should be using PUT or POST, as we want a response it is better to use POST.

Add and review parameters for this end point

As we are not going to use any parameters in the URL this should be unset.

Configure a request...