Get Started with the Rapid Adapter Builder in Oracle Integration 3
In this quick-start guide, you'll learn the basics of the Rapid Adapter Builder in Oracle Integration and build a sample adapter for an application.
If you're new to Oracle Integration, familiarize yourself with its key concepts (such as, integrations, connections, mappings, and so on) before beginning this tutorial. See Integration Concepts and About Connections in Using Integrations in Oracle Integration 3.
Note:
- This tutorial requires access to Oracle Cloud. To sign up for a free account, see Get started with Oracle Cloud Infrastructure Free Tier.
About the Rapid Adapter Builder
The Rapid Adapter Builder in Oracle Integration enables you to build an adapter for any application that exposes RESTful APIs, without having to develop complex code from scratch.
In Oracle Integration, an adapter provides an interface to connect an integration flow with a specific application. Adapters simplify integrations by eliminating the complexity associated with connectivity methods. You can use an adapter to create connections, configure invoke and trigger endpoints, and support runtime activities while designing an integration.
Oracle Integration has an ever-growing library of application-specific adapters that you can readily use for your integration scenarios. However, when an Oracle-provided adapter is not available for your purpose, you can build your own adapter using the Rapid Adapter Builder. It provides all the necessary infrastructure to build adapters for Oracle Integration. An adapter built using the Rapid Adapter Builder can offer the same capabilities as an Oracle-provided adapter. You can implement behaviors similar to those available in the existing adapters on Oracle Integration.
The Rapid Adapter Builder is available as a Visual Studio Code (VS Code) extension, which helps you generate the code required to build an adapter. Using this extension, you can iteratively develop your adapter and publish it to Oracle Integration.
About the Adapter Definition Document
To publish an adapter to Oracle Integration, you must define the specifications and functions of your adapter in a JSON-metadata file, termed as the adapter definition document.
An adapter definition document typically describes the design and implementation of an adapter. It contains information about the adapter's behavior and properties. Using the Rapid Adapter Builder, you can quickly create an adapter definition document from a Postman collection of an application's APIs (or an OpenAPI document describing a set of application APIs), and then you can modify the adapter definition document manually according to your requirements.
An adapter definition document consists of the following sections:
Section | Description |
---|---|
info |
Describes the general information and branding of the adapter. |
schemas |
Defines the structure that appears in the mapper in Oracle Integration. |
connection |
Defines the connection parameters and security policies supported by adapter. |
triggers |
Defines the events that the adapter can receive to start an integration. |
actions |
Defines the operations that can be implemented against the target application. Actions provide a user-centric encapsulation of the operations available and exposed in the target application. |
categories |
Defines grouping of actions and triggers for a better user experience. |
flows |
Defines the implementation logic that drives the adapter. Flows are modeled using a subset of the constructs that are supported in the Serverless Workflow specification of the Cloud Native Computing Foundation (CNCF) project. |
Build a Sample Adapter
In this section, you’ll learn how to quickly build a sample adapter using the Rapid Adapter Builder.
Note:
This tutorial illustrates building an adapter using a Postman collection of an application's APIs. However, you can also build an adapter using an OpenAPI document (describing a set of application APIs). For more information, see Workflow for Building and Testing an Adapter in Using the Rapid Adapter Builder with Oracle Integration 3.Perform the following tasks to build your first adapter:
Complete the Prerequisites
Before you can start building the adapter, you must complete a few prerequisite tasks, such as, obtaining access to Oracle Integration, installing the required software, and so on.
Order | Task | More information |
---|---|---|
1 |
Get access to Oracle Integration |
If you don't have them already, get:
Work with your Oracle Integration administrator to complete this task. |
2 |
Create a client application in IDCS for your Oracle Integration instance and obtain the client credentials |
|
3 |
Assign the integration-instance developer role to the client application you created previously |
See Assign the Integration-Instance Developer Role to the Client Application. |
4 |
Download and install the required software |
|
5 |
Install the VS Code extension for Rapid Adapter Builder |
See Install the VS Code Extension for Rapid Adapter Builder. |
6 |
Configure the VS Code extension for Rapid Adapter Builder |
See Configure the VS Code Extension for Rapid Adapter Builder. |
Create a Client Application and Obtain Credentials
In Oracle Identity Cloud Service (IDCS), create a client application for your Oracle Integration instance and obtain the client credentials.
You'll use these client credentials in your publisher-profile details while publishing an adapter using the Rapid Adapter Builder.
To create an IDCS application and obtain the required details, see Prerequisites for Client Credentials in Using OAuth 2.0 Grants in Oracle Identity Cloud Service Environments.
You must obtain the following details for your Oracle Integration instance:
-
Host
: URL of the Oracle Integration instance -
integrationInstance
: Name of the Oracle Integration instance -
The following client credentials:
tokenUrl
clientId
clientSecret
scope
Assign the Integration-Instance Developer Role to the Client Application
To successfully use the client credentials, assign the integration-instance developer role to the client application you created previously.
To assign the required role to the client application:
Download and Install the Required Software
To use the Rapid Adapter Builder, you require additional applications or software installed on your system.
Install the VS Code Extension for Rapid Adapter Builder
Download and install the VS Code extension for Rapid Adapter Builder.
Configure the VS Code Extension for Rapid Adapter Builder
After you install the VS Code extension for Rapid Adapter Builder, you must initialize a workspace on your system and configure the publisher profile for the extension.
Select a folder on your system to use as a structured workspace and organize adapter-related artifacts within it. Initialize this workspace using the VS Code extension.
Additionally, update the publisher profile of the extension with the details of the Oracle Integration instance that you'll publish the adapter to. You'll enter the client credentials you obtained earlier along with some additional data. The information in the publisher profile is used to communicate with the specified Oracle Integration instance for various tasks. The extension securely stores the client credentials you enter for each Oracle Integration instance in the publisher-profiles.yaml
file. The structure of the yaml
file is as follows:
Property Name | Definition |
---|---|
|
The active profile to use. The value must match a profile name from the profiles list. |
|
The array of profile objects. |
|
The unique name for a profile. |
|
The design-time URL of the Oracle Integration instance for REST API. |
|
The name of your Oracle Integration instance. |
|
The IDCS get-token URL for your Oracle Integration instance. |
|
The client ID of the configured application in IDCS. |
profiles[*].auth.clientSecret |
The client secret of the configured application in IDCS. |
profiles[*].auth.scope |
The allowed scope of the configured application in IDCS. |
Perform the following tasks in VS Code to make the required configuration.
Construct the API Request for OpenWeather
To make an API request for any application, you must identify the request format using the API documentation available for the application.
For the OpenWeather application, the weather-request API has the following format:
https://api.openweathermap.org/data/2.5/weather?q={City Name}&appid={API Key}
As part of the request, you must specify the name of the location and your API key created in the OpenWeather application.
Obtain your OpenWeather API key and construct the request.
Create a Postman Collection Using the API Request
Create a collection in the Postman application, add and test the API request you just constructed, and export the collection to a JSON file.
- Open the Postman application and sign in with your account.
- Create a collection.
- Add the API request you constructed earlier to the collection, test it, and save the response as an example.
- Export the Postman collection to your workspace.
Generate the Adapter Definition Document
Using the VS Code extension for Rapid Adapter Builder, you can generate an adapter definition document from the exported Postman collection.
Validate the Adapter Definition Document
Before you publish the adapter to Oracle Integration, you must validate the adapter definition document. Validating the document ensures that it does not contain any syntactic or semantic errors.
Register the Adapter on Oracle Integration
After you have validated the adapter definition document, you can make your adapter available on Oracle Integration.
Documentation Accessibility
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.
Access to Oracle Support
Oracle customers that have purchased support have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.
Oracle Cloud Get Started with the Rapid Adapter Builder in Oracle Integration 3
F85991-05
Primary Author: Oracle Corporation