Showing posts with label WEBSERVICES. Show all posts
Showing posts with label WEBSERVICES. Show all posts

Monday, October 20, 2008

OBIEE using the webservices part 2

My Collegue Bas Piepers wrote a couple of new (good)articles on how to use the OBIEE webservice:
Till Next Time

Thursday, July 31, 2008

Wednesday, July 30, 2008

OBIEE SAWSessionService

The SAWSessionService is the core element of the webservice in OBIEE. This service is used to provide authentication methods such as logon and logoff, and other sessionrelated methods.



First some public declarations:

LogOn:



LogOff

The VB. NET source can be found here:
http://knowledge.ciber.nl/weblog/OBIEE/modSAWService001.txt

Till Next Time

Tuesday, July 29, 2008

OBIEE .Net using the webservice

Altough most of you will use the OBIEE webservice on a JAVA platform it's perfectly usable on a .NET platform.

Step 1 is to make a reference in your project. Go to your Solution Explorer, right click and press add Service Reference.
Press the advanced button:

Press the add web reference button:
Add the URL enter http://localhost:9704/analytics/saw.dll?WSDL (Change the port number if needed). Later you can put the settings for this reference in a config file.Press GO
Till Next Time