It's all about the answers!

Ask a question

Execute BIRT Report from plain java api or rest api


Norberto Mazza (111) | asked Nov 26 '15, 8:54 a.m.
 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.

One answer



permanent link
Ralph Schoon (63.3k33646) | answered Nov 26 '15, 10:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
 IReportService seems to be a server side service. Try com.ibm.team.reports.client.IReportManager.

Your answer


Register or 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.