I can run reports using Jaspersoft web services.
But when i run the Dashboard using the provided web service samples, i get the following exceptions,
java.lang.Exception: 2 - /Dashboards/MyTestDashboard is not a valid report
at com.jaspersoft.jasperserver.irplugin.wsclient.WSClient.runReport(WSClient.java:392)
at com.jaspersoft.jasperserver.irplugin.wsclient.WSClient.runReport(WSClient.java:309)
at com.jaspersoft.jasperserver.sample.WSClient.runReport(WSClient.java:66)
....
How to run or execute a dashbaord using Jaspersoft web services?
I found this http://jasperforge.org/plugins/mantis/view.php?id=3996
"0003996: JasperServer pro version 3.0 - Add support for calling a dashboard via the web service"
Is this new feature available in the latest Jasperserver 3.7 release?
Please help me.