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

Tweet changes in flight schedules


The first social integration we are demonstrating is when a flight schedule is changed and the flight is delayed or is arriving early, a tweet is sent out to inform passengers about the change, as you can see here:

To demonstrate the scenario, we start by showing how to set up a Twitter account and the necessary application. Then we define the necessary social connection and show how to give consent to ICS to use our social account. We then use it in our integration. This time, we create a mapping and use XSL Elements to make the tweet text dynamic based on the request. We conclude the scenario by showing how to test and troubleshoot the social integration.

Getting ready

As with Chapter 4, Integrations between SaaS Applications, before we can build the integration we need to set up the social application we are integrating with. As shown in the preceding diagram, our inbound call receives the notification of the flight schedule update. Our outbound call is...