Jump to content
Changes to the Jaspersoft community edition download ×

waalp

Members
  • Posts

    38
  • Joined

  • Last visited

Community Answers

  1. waalp's post in creating a report based on an adhocView with the jasperserver webservice api was marked as the answer   
    At the end we decided to use the HTTP Repository API. This for now seems to work great.
    We do a POST to http://localhost:8080/jasperserver-pro/reportGenerator.html?action=generate
    With a data parameter with the following JSON:
    {
       "label": "SCHEDULED_REPORT",
       "description": "REPORT_CREATED_BY_SCHEDULER",
       "location": "/Users/JOE_USER",
       "overwrite": true,
       "run": false,
       "sourceURI": "/Users/JOE_USER/BASE_REPORT"
    }
     
    Peter
×
×
  • Create New...