I have developed a template design in JasperSoft Studio. I can upload the template code, if necessary. The template that I created using a connection to PostgreSQL database via JDBC for filling the report. Then I picked up the local JasperReports Server and download the template on the server. In this regard, I have a few questions.
- Can I use as the data json or xml (instead JDBC)?
- How I can pass the data (json or xml) to a template stored on the server, using Web Services?
Could not you make a simple example in python?