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
3 comments:
Hi John Minkjan,
Can you briefly explain me the usage of this code in our OBIEE.ANd also how can we change the existing sawsession service code(FYI i am working on OBIEE 10.1.3.4 version)
Thanks in advance
Thanks
Shiva
http://shivabizint.wordpress.com
This is just playing around with the info of the saw service guide:
http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31769.pdf
regards
Hi there,
Do I need to implement those methods?
When I add WSDL to my project(web service), I have logon and other methods available to use?
When I try to create a sawsessionservice I get allways an error.. :(
thanks
Post a Comment