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

Invoke SOAP endpoint using SoapUI


The tool we are using for testing our SOAP endpoints, published by ICS, is SoapUI from Smartbear. We are using the open source edition of SoapUI to simulate our flight tracking and incident system that would normally call this endpoint SoapUI can be used for functional testing of SOAP and REST API, but also supports other protocols, such as JMS and JDBC. If you do not already use this tool then you can download the latest version of SoapUI open source from https://www.soapui.org and install the software using the installer.

Open SoapUI, by starting the application using the executable (Windows) or shell script (Linux). With our WSDL endpoint URL, we can create a new SOAP project. This can be done through the File menu by selecting New SOAP Project , or just by hitting Ctrl + N.

Create the SOAP project using the following information:

  • Project Name: Enter project name as RetrieveAllAirlines_Ch2

  • Initial WSDL: The WSDL endpoint URL of integration.

  • Create Requests...