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

Map message data


Now that we finished the initial integration between our two applications it is time to map the incoming SOAP request message to the REST outbound message. The same goes for mapping the REST response message to the SOAP outbound message.

Currently our integrations looks as follows:

Mappings can be created or imported (from local disk) by clicking on the icon in the center of the integration. From top to bottom we will define the request, response, and fault mapping. First click on the request mapping and then on the plus sign, to create a new mapping. We are presented with a feature full mapping UI which has all capabilities that XSLT supports. In this chapter, we will not go into detail about all these capabilities, but we will touch base on them during later chapters.

The default view shows us the source message on the left and the target message on the right. The nodes to map depend on the selected adapters. Our target message doesn't have any leaf nodes, but we are still...