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
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
Thank you!