The part II you will learn how to run any Jasper report file (jrxml file) designed on Jasper Studio from InterSystems IRIS. We will create a REST API to return a processed report on PDF format.
The jrxml file
On part I, we designed this report:
.png)
1. First of all, rename the report from Blank_A4.jrxml to sample.jrxml (Project Explorer tab > click right the file > Rename):
.png)
See renamed file:
.png)
2. Click right the sample.jrxml file > Properties and see the file Location:
.png)
3. Copy the file from this location to the docker instance (docker instance created on part I) on folder /home/irisowner/dev:
docker cp.png)
.png)


.png)
.png)

