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

Summary


In this chapter, we created a request and response integration and then used the request to enrich the response with the original request values. This was then cloned and extended to incorporate an enrichment service that was implemented using a REST-based web service. We then looked at how mapping exploits an additional variable that holds the enrichment data. All forms of enrichment will follow these basic patterns.

Although we used an external web service to perform the enrichment, it would be equally possible to perform the enrichment using another ICS integration, as long as it met the need for a synchronous request and response.

We then enhanced the integration after cloning it again, this time utilizing a lookup mechanism to retrieve additional values related to one of the response object's values to populate another element. We used the lookup to simply enrich our service (so it was possible to see both the original value and the lookup result). But often, the lookup would...