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

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:

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...