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 have seen how easy it is to create a simple integration in ICS between two web services using different technologies. We looked at the processes of creating and testing the necessary connections and the creation of the integration itself.

In demonstrating the integration, we have seen how to use apiary to document and mock our backend REST service. We finally tested the integration using SoapUI to invoke the SOAP service, exposed by our integration, and explained the attached security policy, and the need to add a valid WS-Security UsernameToken header to identify the requester as a valid user of ICS.

In the next chapter, we will look at another kind of integration that we can build in ICS. We will build our first publish/subscribe integration, using the ICS Messaging Service, and bring this idea alive by creating an integration that represents a flight update being received, and then sent onto one then multiple destinations.