Tampilkan postingan dengan label EBS adapter ICS. Tampilkan semua postingan
Tampilkan postingan dengan label EBS adapter ICS. Tampilkan semua postingan

Rabu, 03 Januari 2018

Using Oracle EBS Adapter in Integration Cloud Service

Oracle ICS provides Oracle E-Business Suite Adapter that provides native and secure connectivity to Oracle E-Business Suite instance. It lets us create integrations with EBS public integration interfaces.

We have written a dedicated blog on Oracle E-Business Suite Adapter that gives the detailed description of EBS adapter and it's capabilities.

In this blog, we'll show how to use E-Business adapter in an ICS integration to call custom services that are deployed on EBS ISG(Integrated SOA Gateway).

Let's create a scheduled integration in which we'll use the EBS adapter to call PL/SQL API.


Drop the EBS connection just below the schedule component from the Invokes tab. Please see the blog which describes how to create EBS connection


EBS connection configuration wizard will be opened. Enter the Endpoint name and click Next


Select the Product family from the Next screen. For this use-case, we'll select Human Resource Suite since our custom service relates to this product family.

Please see the blog on how to deploy custom services

Then select Human Resources Personnel from Product drop-down. These two selections totally depend on PL/SQL API deployed on ISG. For this information please check with the EBS consultant who has deployed the API on ISG.

Select the XX_SAVE_EMPLOYEE API which is being deployed on the ISG. In another blog, we have demonstrated how to deploy the PL/SQL API on ISG.


Now select the operation which we want to call. As of now we only have a single method (save_employee) in the API (XX_SAVE_EMPLOYEE ). Select the method and click Next button

Exposed method(save_employee) takes two input parameter(C_ID, NAME) and insert the same into the table(xx_test).

Click Done button on the summary page. Edit the mapper and see all the input parameter exposed in the operation(save_employee)


Map the input parameters as per the requirement.

Save and activate the integration.

These steps complete the integration and now it's time to test the integration. Once integration executed successfully, the data should be inserted into the table.

Selasa, 15 Agustus 2017

Oracle E-Business Suite Adapter in Oracle Integration Cloud Service

The Oracle E-Business Suite Adapter is one of the most popular adapter in Oracle Integration Cloud Service. Oracle E-Business Suite is commonly used in most of the big organization and all they all want to communicate EBS with all the applications running in the organization.

The Oracle E-Business Suite Adapter is one of many predefined adapters included with Oracle Integration Cloud Service allowing us to securely connect and use Oracle E-Business Suite services in integrations in Oracle Integration Cloud Service.


 Other important links



Capabilities of EBS adapter
  • Support inbound and outbound integrations
  • It is used to call PL/SQL API
  • The Oracle E-Business Suite Adapter supports outbound integrations with concurrent programs from Oracle Integration Cloud Service when adding the Oracle E-Business Suite Adapter as invoke (target) connections.
  • When Oracle E-Business Suite Adapter used as trigger (source) connections, business events are available for inbound integrations in Oracle Integration Cloud Service.
  • Similar to business events, XML Gateway messages are available for inbound integrations in Oracle Integration Cloud Service when adding the Oracle E-Business Suite Adapter as trigger (source) connections.
In this article, we'll show how to create EBS connection in Oracle ICS with On-Premise E-Business Suite.

Pre-requisite

  • EBS should be up and running
  • EBS console credentials
  • Required ports should be open between ICS agent and EBS: This is required if EBS suite resides in organization premises.
  • ICS agent should be up and running
Let's consider we already have all pre-requisite in place, so let's move ahead and create a EBS connection.
  • Login into the Oracle ICS
  • Select Connection tile from home page and select Create button from upper right side corner
  • Search Oracle E-Business Suite and Select the adapter
EBS Adapter Oracle ICS
EBS-1
  • Enter below information and click Create button
    • Enter Name
    • The identifier would be automatically picked up based on name entered however we can edit it.
    • Select Role as Trigger and Invoke depending on the requirement.
    • Enter Description
EBS Adapter Oracle ICS
EBS-2
  • Select Configure Connectivity button and enter below information and click OK button
    • Enter EBS Connection URL
EBS Adapter Oracle ICS
EBS-3
  • Select Configure Security button and enter below information and click OK button
    • Select Basic Authentication from Security policy drop down
    • Enter User Name
    • Enter Password
    • Enter Confirm Password
EBS Adapter Oracle ICS
EBS-4
  • Select Configure Agent button, select the Agent group from the popup and click Use button
EBS Adapter Oracle ICS
EBS-5

  • Now Click Test and Save button from the upper right corner
EBS Adapter Oracle ICS
EBS-6

If everything goes fine, the progress bar will reach 100 %.