Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Execute BIRT Report from plain java api or rest api

 Hi, there is a way to execute birt reports from some api? I've tried to execute from java api, but the method

IReportService reportClient = (IReportService) repository.getClientLibrary(IReportService.class) ;

returns null. 

I understand that this is not possible from the REST API, so, there any way to run reports by outside rtc clients?

Thanks in advance.

0 votes



One answer

Permanent link
 IReportService seems to be a server side service. Try com.ibm.team.reports.client.IReportManager.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Nov 26 '15, 8:54 a.m.

Question was seen: 2,775 times

Last updated: Nov 26 '15, 10:32 a.m.

Confirmation Cancel Confirm