Introduction to Info Definitions

While developing your adapter, you specify information about the branding and identity of the adapter, the publisher details, and the supported capabilities in the info section of an adapter definition document.

As a basic requirement, you must specify the following information for an adapter in the info section:
  • A unique ID
  • A display name and description, which appear in Oracle Integration.
  • A version number according to the semantic versioning rules. To determine the version number for your adapter, see Determine an Adapter's Version Number.

    Note:

    If you have already published an adapter definition document to an Oracle Integration instance, the Rapid Adapter Builder doesn't allow you to publish an updated document without an update to the version number.

Additionally, you can provide your organization's information as the publisher details and make security-related settings. As a best practice, you should update the security settings, so that the data of the adapter's users is handled securely.

For the full list of properties in the info section and their descriptions, see Info Properties and Sample Code.