Hi there,
I wanna get JasperPrint object from jasperreport server via RESTful webservice,
following jasperreports-server-web-service-guide.pdf
Method | URL |
---|---|
GET |
http://
where
|
Then view this report in jasperreports flash viewer.
I spent a lot of time on Google, Some people also encounter same problem with me, but no body can find solution.
I am using Jasperreport Server 5.0.0 COMMUNITY EDITION.
here is my codes,
when I use 'jrprint' format, throw errors as below:
2 Answers:
Found this within the community. Is this a possibility?
http://community.jaspersoft.com/questions/543049/jrprint-output-format-t...
Dale
in that post, he did 2 things.
First, use "put" method generate a report then use "get" method download report as JasperReport Object.
Can I only use get method both can generate report and export it.
for PDF format seems can only use get method obtain the data.
PS. is rest_v2 only for jasperreport-server 5.0.0 ? if it's ture. maybe rest_v2 Running a report for jasperprint format got a issue.
Any solution?