Hi
I have several jasper reports. They are compiled in my machine.
It's possible using rest api v2 , upload all this .jasper resports to my jasper server?
I need to do this, in java, and i'm noot finding a solution that works
regards
M.
3 Answers:
Posted on May 30, 2016 at 3:10pm
Yes. It's possible to import a report using REST APIs. It's also necessary to import datasource, images, and other resource that a report needs before importing a report.
http://community.jaspersoft.com/documentation/tibco-jasperreports-server...
Posted on June 6, 2016 at 2:43pm
I did it with jrxml file. If I remember correctly, I was using the resource service. Set the mime type to "application/jrxml". Not sure about jasper.
http://community.jaspersoft.com/documentation/tibco-jasperreports-server...