Using OBIEE HTMLViewService API to get a Dashboard Object Type
Hellow fellows.
Unfortunately the OBIEE SOAP API documentation is very poor. I've already read all the threads about HTMLViewService API in this forum space. But the information available is poor too.
I need to integrate OBIEE 11g Reports with a JavaEE Web App. Using the OBIEE HTMLViewService SOAP API we managed to get (and render) the OBIEE Analysis Objects, but would be nice if we could render a entire Dashboad.
When I pass a Dashboard path to 'HTMLViewService.addReportToPage()' method I get an SOAP fault saying: 'Object expected...'
So, my question is: Is possible to obtain and render Dashboards object types usins OBIEE SOAP API?