Announcing a new experience for the Oracle Analytics community coming April 4th!
This category will be read-only as we migrate this space from 3/30-4/4, after which you’ll be able to post as usual. See you there!
Required a new API to retrieve the whole catalog from a given root
Summary
Required a new API to retrieve the whole catalog from a given rootContent
As part of our portal we embed OAS objects (reports, widgets, dashboards) in customer's homepages.
In order to do that, we call the existing ORACLE SOAP API’s - http://<server_name>:9502/analytics-ws/saw.dll/wsdl/V12
many times recursively using getWebCatalogServiceSoap().getSubItems.
Doing it this way ends with a very bad performance (in real time) therefore we would appreciate creating this new API.
Note - this API should retrieve NOT the whole catalog BUT the catalog from a given root.
0