Jump to content
JasperReports Library 7.0 is now available ×

Async Report Execution not Working


daniele.pipitone

Recommended Posts

Hi,

I'm trying to run a report asynchronously via the restV2 API  

"http://JasperServer]:8080/jasperserver/rest_v2/reportExecutions"

passing (POST) a descriptor like

    /supermart/details/CustomerDetailReport    true    false    false    html    true    false    1-5                        value 1            value 2                            another value            [/code]But Jasper is responding me synchronously , so that when I perform[/code]
HttpWebResponse responseExecution = (HttpWebResponse)requestExecution.GetResponse();[/code]

I get the response only when the execution is completed.
JasperServer 5.5.0 on a windows Machine.

Any suggestions?
Thanks

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...