Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
Hello,

Is the Java-based SDK from SpagoBI 5.x supported as a means of integration with Knowage Suite?  In SpagoBI, I use the Java SDK for purposes of integrating features into a java-based web-app. For example, I use API calls to  list available reports, dynamically retrieve a report's   parameters / pull-down menus, and execute said report. I've also used it for deploying an exported document to multiple SpagoBI Servers via the ImportDocuments call.

Thanks!

http://wiki.spagobi.org/xwiki/bin/view/spagobi_sdk/
in API and SDK by (120 points)

1 Answer

0 votes

Hello 

the old SOAP-based SDK web services are deprecated, maybe they will be removed shortly. At the time being, you can still use them or exploit the new REST API (http://docs.knowage.apiary.io/). REST API are very similar to their SOAP counterpart: you can get the list of available documents and execute them (this can be applied to reports, same as SpagoBI), but some operations are missing, such as retrieving the values for analytical drivers and import documents.

Hope this helps

Best regards

by (2.3k points)
...