Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Accela & BI Publisher integration

Summary
Accela and BI Publisher integration
Content
Hello All,
Do any of you know if we can integrate BI Publisher reports in Accela( accela is a Government software that streamlines land, permitting, asset, licensing, right-of-
We can integrate Oracle report in Accela,but not sure of BIP.
just posting here to see if anyone has worked with above mentioned tools.
thanks,Ss
Answers
-
Hello,
I don't know Accela personally but BI publisher is able to integrate basically with any other application either by means of iframes or using its APIs and web services.
You will find all the details here:
https://docs.oracle.com/middleware/12213/bip/BIPDV/index.html
And here is the reference of its REST APIs:
https://docs.oracle.com/middleware/12213/bip/BIPAP/toc.htm
The two typical approaches are:
- For embedding a BI Publisher interactive report inside the application (Accela) use iframes.
- For generating a report (e.g. pdf) in the application (Accela or any other) this one use the Java API or web services to call BIP generate the report and return it to the user.
Hope it helps.
Regards,
Juan Diego
0