Jump to content
We've recently updated our Privacy Statement, available here ×

webService runReport() and save it in repository?


taborda

Recommended Posts

hi,

 

is it possible (what are the parameters i should use?) to run a report, but instead only of returning the report i would like a copy of the report (pdf or html) stored in the /contentFiles repository?

 

i know how to do that using the server interface, but how can i do that from my java application using the web service function runReport()

 

best regards,

João Taborda

Post edited by: taborda, at: 2007/03/19 16:14

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

thanks for the answer,

 

is there explained anywhere how the architecture of JasperServer works?...

 

because from the web interface of JS we can do that, right?..with the runReportInBackground function, so i would like to know how this funciton works...

 

does it call the webservice?..or does the "service" alone?..

 

i can extend the API but if i do that i can see one problem: the next version of JS maybe is not compatible with my API :s...

 

i already saw another way.. but it's too inefficiently i can use the runReport() webservice, receive the report in the client side and send it again with the put().. but i would like a more "elegant" solution ;)..

 

best regards,

João Taborda

Link to comment
Share on other sites

  • 3 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...