Oracle® Business Intelligence Web Services Guide > Overview of Oracle BI Web Services >
Accessing the Oracle BI Web Services Interface
You can access the Oracle BI Web Services interface on any platform on which a SOAP client library and tools are available. The steps to access the SOAP services are different for each programming environment. Example of Accessing Oracle BI Web Services from Microsoft Visual Studio
The following procedure shows the steps required to access Oracle BI Web Services from Microsoft Visual Studio. To access Oracle BI Web Services from Microsoft Visual Studio
- Open your project in Microsoft Visual Studio.
- In the Solution Explorer, expand the solution node, right-click References, and choose Add Web Reference.
The Add Web Reference dialog box is displayed.
- In the URL field, type the URL to access the Oracle BI Web Services WSDL document.
The following URL is an example URL to access the Oracle BI Presentation Services WSDL document:
http://<somehost>/analytics/saw.dll?WSDL
- Click Go.
The found services and methods are displayed in the Add Web Reference dialog.
- Click the Add Reference button.
The Add Web Reference dialog box closes, and the node that represents the added Web reference is displayed in the Solution Explorer pane.
- To see the added classes and methods, right-click the node and choose the following option:
View in Object Browser
The classes and methods are displayed in the Object Browser window.
- Begin using the classes in your program.
For a code example, see Code Example.
|