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

lpalum

Members
  • Posts

    1
  • Joined

  • Last visited

lpalum's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hello, I am new to jaspersoft. I am looking for a tutorial and/or explaination on how to specify query parameters for a remote XML data source. We have a RESTful api that returns XML records and I would like to have the user of a report that pulls from the remote XML data source (our api) be able to specify a set of query parameters. E.g. the call to the API might look like this: https://api.mydomain.com/api/records and the query parameters might specify a userId and time range for records where the resulting GET request to the api would be: Eg. https://api.mydomain.com/api/records/1234/?startTime=2013-09-01T00:00:00.000Z&endTime=2013-10-12T00:00:00.000Z I am developing the report in iReport Designer Pro version 5.2.0 and deploying to jasperserver-pro in AWS. Any insight is appreciated. Thanks.
×
×
  • Create New...