Search code examples
jsonweb-servicesjasper-reportsjasperserver

Call Jasper report from external application through URL


My requirement is, I have a url in my windows application that is pointing to a jasper report in the jasper server I only need my jasper server as a query builder, when I call the Report from my application(which has the result) the result should come as a JSON data using web service. How can I achieve it. Is it possible? correct me if I am wrong


Solution

  • 1.place the fields in the detail band and add the property "net.sf.jasperreports.export.json.path" in each field 2.deploy on server so it will available for the rest_v2 calls