Oracle by Example brandingCreating Connections in Oracle Integration

section 0Before You Begin

This 15-minute tutorial shows how to create two connections using Oracle Integration - One for an Oracle Service Cloud (RightNow) application instance (Trigger) and one for an Oracle Sales Cloud application instance (Invoke).

Some of the sections include demonstration videos that you can watch before you attempt that section of the tutorial

In this series, you learn how to create an integration using Oracle Integration. This is the first tutorial in the Creating an End-to-End Integration series. Read the tutorials sequentially.

Scenario

In this series of tutorials, you will create an integration flow that synchronizes customer information between Oracle Service Cloud (RightNow) and Oracle Sales Cloud in real time - that is, whenever an Organization is created in Oracle Service Cloud (RightNow), an AccountService is created in Oracle Sales Cloud in real time.

The following figure illustrates the scenario.

Process for Oracle Service Cloud integration
Description of the illustration whatisics.png

Background

Connections allow Oracle Integration to interact with an application instance. A connection is required for every application instance that participates in an integration.

The WSDL URLs in these steps are used by Oracle Integration to access the Oracle Service Cloud (RightNow) and Oracle Sales Cloud instances participating in the integration. This WSDL provides operations for inserting, updating, and deleting records in application business objects and services. This WSDL also provides operations to retrieve the metadata, custom attributes, and custom objects. In order to create a connection, these instances must be running in a location you can access and you must know the URL for the WSDL file that defines each instance. Here is the sample URL for the WSDL file: https://example.com/fndAppCoreServices/ServiceCatalogService?wsdl

Watch "Create Connections in Oracle Integration" to see it before you do it.

What Do You Need?

  • An Oracle Integration subscription or trial subscription.
  • An Oracle Service Cloud (RightNow) subscription or trial subscription. User account details received during subscription.
  • An Oracle Sales Cloud subscription or trial subscription. User account details received during subscription.
  • Running instances of the Oracle Service Cloud (RightNow) and Oracle Sales Cloud applications. You must know the WSDL URLs and the login credentials (username/password) required to connect to them.

section 1Create the Oracle Service Cloud (RightNow) Connection

  1. Sign in to your Oracle Integration.
  2. On the Home page, scroll down to locate Integrations and click Create Connections.
    home_screen
    Description of the illustration home_screen
  3. On the Connections page, click Create.
    create_new_connection
    Description of the illustration create_new_connection
  4. Type "right" in the Select Adapter Search field and then select the Oracle Service Cloud (RightNow) adapter.
    select_rightnow
    Description of the illustration select_rightnow
  5. Enter the following connection information in the New Connection - Information dialog.
    Field Enter
    Name Oracle Service Cloud My Instance
    Identifier ORACLE_Service Cloud_MY_INSTANCE
    (Note: The default value is entered for you automatically.)
    Role Trigger (Select Trigger for inbound connections.)
    Description Connect to my Oracle Service Cloud instance.
    new_rightnow
    Description of the illustration new_rightnow
  6. Click Create.
  7. In the Email Address field of the Connection Administrator section, optionally enter your email address to receive email notifications when problems or changes occur in this connection.
    rightnow_email
    Description of the illustration rightnow_email
  8. Click Configure Connectivity to configure the WSDL URL. Enter the URL to your Oracle Service Cloud (RightNow) WSDL file in the Connection Properties dialog and click OK.

    For example, https://example.com/fndAppCoreServices/ServiceCatalogService?wsdl

  9. Click Configure Security. Enter the username and password that you received during Oracle Service Cloud (RightNow) application subscription and click OK.

    Note:  This user credentials will be used to access the Oracle Service Cloud (RightNow)     application.

  10. Click Test to verify the connection.
    test_rigntnow
    Description of the illustration test_rigntnow

    If the test is not successful, verify that the WSDL URL and credentials that you entered are correct. Download diagnostic logs to perform further diagnosis.

  11. Click Save and then Close.
  12. The new connection is added to the top of the connections list.


section 2Create the Oracle Sales Cloud Connection

Creating an Oracle Sales Cloud connection is very similar to creating the Oracle Service Cloud (RightNow) connection.

  1. On the Connections page, click Create.
  2. Type "sales cloud" in the Select Adapter Search field and then select the Oracle Sales Cloud adapter.
    create_new_salescloud
    Description of the illustration create_new_salescloud
  3. Enter the following connection information in the New Connection - Information dialog:
    Field Enter
    Name Oracle Sales Cloud My Instance
    Identifier ORACLE_SALES_CLOUD_MY_INSTANCE
    (Note: The default value is entered for you automatically.
    Role Invoke (Select Invoke for outbound connections.)
    Description Connect to my Oracle Sales Cloud instance.
    new_salescloud
    Description of the illustration new_salescloud
  4. Click Create.
  5. In the Email Address field of the Connection Administrator section, optionally enter your email address to receive email notifications when problems or changes occur in this connection.
    salescloud_email
    Description of the illustration salescloud_email.png
  6. Click Configure Connectivity to configure the WSDL URL. Enter the URL to your Oracle Sales Cloud WSDL file in the OSC Services Catalog WSDL URL field.

    For example, https://example.com/fndAppCoreServices/ServiceCatalogService?wsdl

  7. Click Configure Security. Enter the username and password that you received during Oracle Sales Cloud application subscription.

    Note that the Username Password Token option is automatically selected in the Security Policy list. This is the only selection available.

  8. Save the connection.
  9. Click Test to verity the connection.
    test_salescloud
    Description of the illustration test_salescloud.png

    If the test is not successful, verify that the WSDL URL and credentials that you entered are correct.

  10. Click Save.
  11. Click Close.

    The new connection is added to the top of the connections list.


next stepNext Tutorial

Creating a New Integration in Oracle Integration