Hello,
Im looking for obtain PDF report from my JasperServer, with a embbemed json in the request as a DataSource which fill the report. Im using Angular-JS.
I found this solution wich use XML instead. http://community.jaspersoft.com/wiki/remote-xml-datasource.
This is the correct way to do it?.
Thanks, im newbie in JasperSoft.
2 Answers:
Posted on May 30, 2016 at 5:32am
You could check my answer here: http://stackoverflow.com/questions/37408863/location-data-for-filling-th...
It is more up-to-date and involves REST services. Although it is for XML it can easily be switched to use JSON (with JSON_INPUT_STREAM or net.sf.jasperreports.json.source parameter)
Oooops. Just found this http://community.jaspersoft.com/wiki/how-use-json-remote-data-source-version-561.
Lets test it =).