REST API for Oracle BI Publisher not working in 22A
Hi Everyone,
Tried calling REST API for Oracle BI Publisher from postman but got error from Oracle Public cloud with 404 code and page not found error message.
Not sure what could be wrong with the URL. Gave below URL :
Oracle Business Intelligence Product Version 12c and Oracle Cloud Application 22A (11.13.22.01.0)
Tried '%2F' instead of '/' and also '%252F' instead of '/' but didn't work, got the same error. For space used '%20'.
Please help.
Thanks
Answers
-
Can you point me to the documentation which suggests you can use Rest API with BIP version 11. My impression is that rest only available from 12 onwards but fusion didn't upgrade their BIP version. I might be wrong so thought of testing myself. Please let me know the Rest API documentation for BIP version 11.
0 -
Hi, Yes with oracle cloud applications our oracle business intelligence OBI is stuck at the older version 11.1.1.9. OBI is a suite of products. BIP is one of the products in OBI. Here is the docs for OBI. https://docs.oracle.com/middleware/11119/biee/docs.htm
Here you can fid a Java API for BIP
https://docs.oracle.com/middleware/11119/bip/BIPJD/toc.htm
and a guide of the web services WSDL for BIP
0 -
BI Publisher Codebase used for Fusion and Standalone 12C is different. For a Fusion Consumer, BI Publisher will not have support for REST API.
0