Is it possible to use BIRT with a remote (http/https) XML data source that requires authentication?
- Cookie based
- HTTP authentication
- SSL Client certificate
Any of the above would suffice.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try to use HTTP based authentication with a syntax:
But anyway you can use scripted data source and construct a report via API. I.e. you can write a Java software that pass an authentication and get data, bind them to BIRT and generate output in BIRT internal or standard format (html,pdf,doc,xls etc.).