Hello,
I am trying to use an XML datasource in the BIRT reports.
We have REST webservices which expose the data in the form of "
http://<serverName>/subject/{Id}.xml?user=<User>&token=<token>".
When i try in Eclipse, i need to give the whole URL but i want to avoid that because the server url, id, user and the token will be dynamic.
Is it possible to use report parameters in the URL of the XML so that they could be set dynamically as the report task parameters?
I know how to set the report task parameters but can i set the parameters in the URL of the XML datasource?
Is there a way?
Thank you
Tuco