' oicbasics: April 2022
April 24, 2022

Schedule BI Publisher Report through OIC | Oracle Integration Cloud




In this article I have mentioned the steps to develop an Integration that can invoke "Schedule Report" operation and can check the status of submitted schedule report operation i.e. Job Status.

When to use Schedule Report & when to use run report operation ❓🤔   

  • In laymen term , use 'Run Report' operation if report output size  is <10 MB and use 'Schedule Report' if report content size is >10 MB. Run Report operation can provide the report output in the webservice response but Schedule Report will generate the report output in FTP , UCM etc. ( know as report bursting )



Lets develop the  integration in two parts :

In Part 1 : we will see the development steps to invoke 'Schedule Report' operation and in Part 2 : we will see the development steps to check the Status of 'Schedule Report' operation.


April 21, 2022

Create Schedule Service SOAP Connection | Oracle Integration Cloud

 

In this article I have mentioned the steps to Create Schedule Service SOAP Connection  that can be use to Schedule BI Publisher Report through OIC.

    • Login to OIC Instance. Navigate to Connections window, Click on Create button (top right) and then Search for SOAP Adapter. Select SOAP adapter and click Select button.

    • Enter any meaningful name for the connection and then click create


    • Enter the below details and then Click Test and then click Save :
      • *WSDL URL : https://<domainname>/xmlpserver/services/v2/ScheduleService?wsdl
      • Security : Select No Security Policy


    • Connection is Active and ready to use in Integrations 



April 14, 2022

Subscribe to HCM Updates ( via ATOM Feed ) | Oracle Integration Cloud



In this Article I have tried to explain HCM Atom Feeds and also have develop one end to end Integration to let you know how you can subscribe to changes made to feed-enabled resources in Oracle HCM Cloud through OIC Integration.


What are Atom Feeds ?
  • HCM Atom Feeds offer a real time mechanism to subscribe to changes in the application
  • Atom feeds enable you to track changes made to feed-enabled resources in Oracle Global Human Resources Cloud
  • For any updates of interest to downstream applications such as new hires, terminations, employee transfers, and promotions, Oracle Global Human Resources Cloud publishes Atom feeds.
  • Oracle Global Human Resources Cloud currently supports creation of Atom feeds for the employees and work structures resources in the following scenarios:

Configure Oracle HCM Cloud Adapter Connection | Oracle Integration Cloud


In this article I have wrote down the steps to create Oracle HCM Cloud Adapter connection in Oracle Integration Cloud.



- Advertisement -



    • Login to OIC Instance, Click on top left hamburger sign and then click Integrations, Click Connections
    • Click Create (Top Left ), Search for HCM Adapter. Select it and then click Create. Enter any meaningful name for the connection, leave the other fields as it is  and click Create.


    • Enter the below details, click Save and then click Test
      • *HCM Cloud Host : Enter your HCM Cloud Host URL
      •   Security : Enter yours HCM cloud user credentials 

Top