Thursday, June 23, 2011

OBIEE services

  • XmlViewService—Returns report results as XML formatted result sets compatible with the Microsoft XML Resultset format. This is the key service to expose OBI: EE content via SOA and is a stateful service against which multiple calls may be made using the same session key.
  • SAWSessionService—Manages OBI: EE Presentation Service (formerly known as SAW) Web services sessions. Before you use any of the other services, this service should be called to create a session key that may then be used with the other services.
  • SecurityService—Permits access control lists (ACLs) to be read and set in the OBI: EE Presentation Server catalog.
  • IBotService—Permits immediate mode execution of an OBI: EE iBot.
  • WebCatalogService—Exposes reports, filters, and iBots in the OBI: EE Presentation Server catalog.
  • ReplicationService—Not used in OBI: EE 10.1.3.2, this is a legacy interface.
  • MetadataService—Exposes the OBI: EE Analytics Server metadata model.
  • ReportEditingService—Permits assembly of reports from other reports and filters.
  • HtmlViewService—Allows generation of HTML fragments by executing reports. Note that this service returns immediately with an HTML fragment containing script to poll for the completed report, which is then substituted into the resultant HTML. This service is intended for use by portals.
  • JobManagementService—Permits control over OBI: EE iBots and other scheduled jobs being executed by the OBI: EE scheduler. 

No comments:

Post a Comment