Overview:

Oracle Integration Cloud (OIC) can be leveraged to import data from external feeds into Oracle ERP Cloud. This blog will walkthrough how to import Customers from Salesforce into Oracle ERP cloud by configuring SOAP Adapter for importing bulk data using File Based Data Import (FBDI).

OIC provides an Oracle ERP Cloud Adapter to upload bulk data by zipping the FBDI csv files and the job properties files together and submitting the import process at once. But for customers there is an additional pre-requisite step, that is to create the batch identifier before submitting the process which is not possible to create automatically and use the same identifier in FBDI csv files. Alternate way is to use SOAP adapter, zip the FBDI csv files and upload to UCM and then submit the ESS program.

Steps to build integration:

  1. Get the required fields from Salesforce are queried using the SQL query while configuring the adapter.
  2. The csv files for the FBDI are created in OIC stage and its values are mapped from SF to respective field in the csv template.
  3. All the csv files are zipped and uploaded to UCM.
  4. For the zipped files to process, use SOAP adapter to submit ESS Job Request.
  5. The response from the ESS Job Request, SOAP adapter is triggered get the details of the job status.

Below are detailed steps to achieve this integration

  1. Connections in the left pane of OIC, the connections are created. Connections are configured by selecting the required adapters and providing the credentials.Oracle Integration Cloud | Tangenz Corporation
  2. In the Integrations pane, Schedule Orchestration is selected to Create building new integration.Oracle Integration Cloud | Tangenz Corporation
  3. Salesforce Adapter is configured as invoke and SQL query is passed to get all the required fields.Salesforce into Oracle ERP Cloud
  4. The data from Salesforce source system is used for mapping and FBDI files are created in the OIC stage.Salesforce into Oracle ERP CloudOracle Integration Cloud
    Oracle ERP Cloud | Tangenz Corporation
  5. All the staged csv files are zipped and uploaded to Oracle UCM using SOAP adapter. Values to be passed in the SOAP are mapped using mapper for the SOAP Adapter.
  6. SOAP adapter is used to submit the ESSJobRequest to process the FBDI in the Oracle. The required values for
    the SOAP are also mapped in the mapper
    .Oracle ERP Cloud
  7. SOAP Adapter is used again to get the response of the Job request to submit another ESS Job request which contains the parameters values of the job.
    SOAP Adapter | Tangenz Corporation
  8. Response of the FBDI submission is obtained from SOAP adapter, the response file for of the Customer submission program is read to find the successful and failed records. Within the integration the response can be validated against the data in oracle using OTBI report to confirm if the record is loaded.

Connections Configurations:

  1. SOAP Adapter:

Connection Pre-requisite:SOAP | Tangenz Corporation

Wsdl: https://<<erp hostname>>/fscmService/ErpIntegrationService?WSDL

User Name:

Password:

  1. SalesForce Adapter:

Salesforce connector | Tangenz CorporationConnection Pre-requisite:

Instance Type:

API Version

UserName:

Password:

 

If you need any help with your Oracle Integration Cloud (OIC) Implementations, Please drop a line here. Our OIC experts will contact you promptly.