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.
|
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| 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.
|