Web service and initialization block
717256Aug 31 2009 — edited Sep 9 2009This is another question so I'm creating another thread.
I created an initialization block in OBIEE, because I use SSO and I need to check that certain server variables are correctly passed.
The block basically does a SELECT :MY_VAR from specific_table, MY_VAR being a variable taken from a cookie.
I want to know if this initialization block will be executed when a session is created via web service.
If so, then my web service call will fail.
So again, are initialization blocks executed when creating a session via web services?
If so, what are the solution to conciliate both?
thanks