03/28/2023 07:44 AM
03/29/2023 12:41 AM
Hello @JasmeenB ,
1. We have Oracle HCM as an authoritative source to get the users from Oracle HCM, we have a BI report, which can be invoked using web services. Can we run the report from Saviynt using SOAP calls?
--> Yes, you can run the report from Saviynt using RestAPi Call, As EIC supports fetching the identity objects from Oracle ERP Cloud as supported by the HCM REST APIs.
For Ref. see https://docs.oracle.com/en/cloud/saas/
For more information, you can refer to this document.
https://docs.saviyntcloud.com/bundle/OracleERPCloud-v23x/page/Content/Understanding-the-Integration-...
Prerequisites:
>> BI Reports are needed for the role-hierarchy import.
>> REST API access for CRUD operations is to be provided for the EIC User to add a role, remove the role, and so on.
>> Ensure that you have access to Oracle ERP HCM REST API.
2. The Response of the call is in base 64 encrypted format.
Do saviynt provide any add-on /plug-in for decrypting the response and providing the data in xml/json format?
->Saviynt does not provide a specific add-on or plug-in to decrypt the base64 encoded response from the Oracle HCM BI report.