34
Views
2
Comments
How Outsystems use rest api to get an Oracle BIP report?
Question

Hi,
Does anyone know how Outsystems integrated with Oracle BIP (Business Intelligence Publisher)?
If I want to run BIP report from Outsystems and get the response contains the report output.
The oracle BIP help doc is here:
https://docs.oracle.com/middleware/12213/bip/BIPAP/op-v1-reports-%7BreportPath%7D-run-post.html

2019-10-24 08-26-27
Babu Basha

Hello Shan,

Its just like consuming any other REST API in outsystems. Please refer the documentation for detailed steps on how to consume REST API. Once you have that configured, You can call that from a server action to save the report ouptut or a client action to display the report on your screen. 

Thanks,

Babu

UserImage.jpg
Shan Jiang

Thank you!

Hello Shan,

Its just like consuming any other REST API in outsystems. Please refer the documentation for detailed steps on how to consume REST API. Once you have that configured, You can call that from a server action to save the report ouptut or a client action to display the report on your screen. 

Thanks,

Babu



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.