Hi,
We have a requirement to invoke an OIC (APP driven orchestration) from an ESS job via BIP.
Please let me know if this is possible and anyone has achieved it.
Doc ID 2642375.1 says that Oracle doesn't support RESTful data sources.
I have tried this by following steps mentioned in this blog https://binarytechworld.com/blog/f/trigger-oic-using-custom-ess-job but it didnt work as all steps are not mentioned.
I have done below steps:
1. Created a new data source (Administration > Publisher > Manage Publisher > Data Sources > HTTP Connection) by entering the OIC instance url as the Server and the port. Username and password of a user having access to OIC instance was entered.
2. Created an OIC (APP driven orchestration) that returns status and message as response (xml schema sample file).
3. A BIP report data model with data set as 'HTTP (XMl Feed) was created.
Data source which was created in step 1 was selected as the Data Source.
OIC endpoint url after the port was entered as the URL Suffix.
Method was selected as POST. (Tried both GET and POST)
4. Received the error "HTTP Process error, no response returned" while trying to view the data.
5. OIC gets invoked but completed in error "Message processing failed with errors at Trigger GetData". (GetData was REST endpoint)
Thanks & Regards,
Arun