Per the Developer Guide, Report Engine is deprecated in BOXI 4.
But I see it listed under List Services:
http://<myservername>:8080/dswsbobje/services/ReportEngine
Available Operations
- getDataSourceObjectLOV
- getDocumentInformation
- getImage
And also in Java Docs:
com.businessobjects.dsws.reportengine
Class ReportEngine
"ReportEngine class is a proxy that can consume the ReportEngine Web Service and that is mapped on its WSDL. ReportEngine provides services to return DocumentInformation and Image objects."
However, I am unable to import "com.businessobjects.dsws.reportengine" in my Java code, in spite of having all BOXI 4 JArs.
So is Report Engine available for use or not? Argh!