jarrodhenry Posted March 4, 2014 Share Posted March 4, 2014 Hi all So here's my question. We have a report created that uses an XML file, and fills out the report using the XML file. We'd like to be able to do this via REST web services to a central location containing the report and JasperServer. How can we supply the data via a POST (or similar) ,and then have the report use that XML Data we supplied, to fill out the report and hold it in the Jasper Server setup.Thanks,Jarrod Link to comment Share on other sites More sharing options...
hozawa Posted March 4, 2014 Share Posted March 4, 2014 You can just post to save your xml file in the repostory. (See "2.1.6 Creating a Resource" in JasperReposts Server Web Services Guide).Just use this resource in your report. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now