Book Image

Implementing Oracle Integration Cloud Service

Book Image

Implementing Oracle Integration Cloud Service

Overview of this book

Discover how to use ICS to solve your integration needs with this Oracle Cloud book. Written by Oracle ACE Robert and ACE Associate Phil, you?ll learn how to deliver business value using ICS. ? The only guide to Integration Cloud Service on the market ? A comprehensive guide to building successful integrations on ICS ? Features practical examples and handy tools
Table of Contents (21 chapters)
Implementing Oracle Integration Cloud Service
Credits
Foreword
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Creating the trigger REST connection


So we need to create a new REST connection. This process is started the same way as any other connector from within the connections part of the designer, except we choose the REST connector type. We can then provide the creation dialog with the following values:

Properties

Description

Connection Name

FlightStatusReport_REST_Ch7

Identifier

This will be proposed based on the connection name and there is no need to change unless you would like an alternate name

Connection Role

Trigger

Description

The description should be: Receives flight status report information and returns relevant update information based on the update type

With the connection description provided we can complete the remaining configuration of the REST endpoint with the details given in the following table:

Properties

Description

Email Address

Your e-mail address

Security|Security Policy

Select Basic Authentication as this is the only option available

As...