Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

SOAP Connection for import user through a BI report

JasmeenB
New Contributor II
New Contributor II
Hi,
 
1. We have Oracle HCM as authoritative source to get the users from Oracle HCM, we have a BI report, which can be invoked using webservices. Can we run the report from Saviynt using SOAP calls ?
2. The Response of the call is in base 64 encrypted format.
Do saviynt provide any add-on /plug-in for decrypt the response and provide the data in xml/json format? 
1 REPLY 1

sudeshjaiswal
Saviynt Employee
Saviynt Employee

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.

If you find the above response useful, Kindly Mark it as "Accept As Solution".