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

Extending the filter integration to use a REST source


We have seen how to use WSDL based endpoints for filtering and routing integrations, but how would the filter integration look and behave if we replaced the trigger with a REST connector and a JSON payload? While it should be possible to achieve the same integration, what does a REST connector look like that provides the two-way behavior we mentioned on the WSDL source? Is the mapping impacted at all by the fact we are receiving a JSON payload now? Our filter condition has also been a lot simpler, so we should try a more complex filter.

While we look at these points, we also have the opportunity to examine a couple of other important ideas such as CORS, which we have not yet seen in previous example integrations. This integration should look as follows: