What are the Oracle Business Intelligence Session-Based Web Services?
1-2 Oracle Fusion Middleware Integrators Guide for Oracle Business Intelligence Enterprise Edition
The Oracle Business Intelligence Session-Based Web Services allow you to perform three types of functions:
■
Extract results from Oracle Business Intelligence Presentation Services and deliver them to external applications and Web application environments.
■
Perform Oracle Business Intelligence Presentation Services management functions.
■
Execute Oracle BI EE alerts known as Intelligent Agents. Oracle Business Intelligence Session-Based Web Services allow external applications
such as J2EE and .NET to use Oracle Business Intelligence as an analytical calculation and data integration engine. It provides a set of Presentation Services that allow
external applications to communicate with Oracle Business Intelligence Presentation Services.
Oracle Business Intelligence Session-Based Web Services require a valid Oracle Business Intelligence session ID to be passed as a parameter. This means that the
calling application first needs to make a call to get the session before calling the web service. A final call is made to log out.
The formal definition of services and methods in Oracle BI EE Web Services can be retrieved in WSDL format. You can use a proxy generation tool to create proxystub
code to access the services. You can access the WSDL document at the following Oracle BI EE Web Services URL:
http:host:portanalyticssaw.dllwsdlv6
1.3 What are the Oracle Business Intelligence Web Services for SOA?
The Oracle Business Intelligence Web Services for SOA contains three Web services, ExecuteAgent, ExecuteAnalysis, and ExecuteCondition, which are hosted by the
middleware J2EE application. These web services enable you to use third-party Web services clients for example, Oracle SOA Suite to browse for and include business
intelligence objects in service oriented architecture components. These Web services are used to consume specific values or small sets of values to feed into conditional
logic or subsequent steps. This approach allows end users to execute analyses, evaluate conditions, and to invoke Agents in their processes, event routing, and
business rules. Note that the Oracle Business Intelligence Web Services for SOA will only return XML strings.
The Oracle Business Intelligence Web Services for SOA support calling agents, analyses, and conditions only. Prompted filters and presentation variables included in
the business intelligence objects are supported. Oracle BI EE dynamically creates a dedicated Web Services Description Language WSDL document with its own name
space for each agent, analysis, and condition that content designers save to the catalog.
The Oracle Business Intelligence Web Services for SOA dynamically provide WSIL documents to allow you to browse for and select agents, analyses, and conditions
stored in the catalog. The WSIL lists each available business intelligence object as a WSDL document with a unique name. Since each object has a dedicated WSDL
document, the WSDL explicitly lists prompted filters for you to complete. If the your SOA development tool does not support WSIL browsing, you can still access the WSIL
from a Web browser user interface. You can access the WSIL by accessing the following URL on the Oracle Business Intelligence Presentation Server:
https:host:portbiservicesinspection?wsil The WSIL is not available until it has been properly configured. For more information
about this required configuration, see Configuring and Securing the Oracle Business
Intelligence Web Services for SOA . For specific instructions about adding the
Introduction to Oracle Business Intelligence Web Services 1-3
wsil.browsing key to the credential store, see Adding and Maintaining Credentials for
Use With the Action Framework .