Configuring the Oracle RightNow Adapter

To configure a new Oracle RightNow adapter:

  1. In the External References swimlane of the composite.xml file, right-click and select Oracle RightNow Adapter.

    Figure 5-10 Oracle RightNow Adapter with composite.xml File



  2. Oracle JDeveloper displays the Basic Info screen.
  3. Enter a meaningful name and optional description.
  4. Click Next.

    Figure 5-11 Oracle RightNow Adapter Configuration Wizard Basic Info Screen



  5. JDeveloper displays the Connection page. You must provide the WSDL URL/location, security policy, and authentication key details.

    Figure 5-12 Oracle RightNow Adapter Configuration Wizard Connection Screen



  6. If you have the WSDL available in the file system, click the Find existing WSDLs icon, located to the right of the WSDL on the screen.

    JDeveloper displays the WSDL Chooser dialog. Browse and select the downloaded Enterprise WSDL and click OK.

  7. Click OK.

    Figure 5-13 Oracle RightNow Adapter Configuration Wizard

    Description of
    Description of "Figure 5-13 Oracle RightNow Adapter Configuration Wizard "
  8. Click OK. You are returned to the Connection page.
  9. As an alternative, you can store WSDL at an MDS location and access it. The next screenshot shows you storing the WSDL at an MDS location.

    Figure 5-14 Storing WSDL at an MDS Location



  10. Navigate to IDE Connections-> SOA-MDS. Select the appropriate SOA-MDS connection where you placed the Enterprise WSDL. Select the WSDL file to be used in the adapter configuration and click OK.
  11. Ensure that the WSDL is of the form:
    oramds:/apps/SOA/WSDLs/Integration/rightnowAPI.wsdl
    

    An alternative is to directly provide the https URL:

    https://integration-test.rightnowdemo.com/cgi-bin/integration_test.cfg/services/soap?wsdl
    
  12. Click OK.
  13. Click “+" button to create a new Authentication Key.
  14. Provide a suitable name and the Right Now credentials and click OK.
  15. Click the Test button to validate the Authentication Key.
  16. Click Next.

    Oracle JDeveloper displays the Operations page.

    Figure 5-15 Oracle RightNow Adapter Operations Screen



  17. Because the requirement is to create an Account on RightNow, select the CRUD and Create options from the Select an Operation Type list.

    On the same screen, move Account from the list of Available objects to the list of the Selected objects.

  18. Click the Processing Options link in the upper right corner of the screen.
  19. Select the processing options for your requirement. Properties displayed in this page depend on the operation you selected in the previous page. In this case, the Suppress Response checkbox is selected, and suppressing a response is disabled, that is, made false. Once this is selected, the Create operation returns a valid ID for a batch operation instance you are creating.
  20. Click Next. JDeveloper displays the Summary page, which provides a complete summary of the operation selected, the object on which the operation operates and the headers selected for that operation.
  21. Click Done to complete the Oracle RightNow adapter Configuration wizard.

    Figure 5-16 The Services, Components and External References Screen Showing the Adapter in External References Swimlane