PROBLEM DEFINITION
We can't access the SOA WebServicess WSIL on an OBIEE (v.11.1.1.7.131017) instance using SSO with WNA. The OBIEE instance is using SSO + WNA using kerberos. The http://server:port/analytics is PROTECTED by the SSO challenge.
DETAILED STEPS
1 - Create a credential key in EM called wsil.browsing associated to a valid username/password
2 - Restart the managed bi_server1 and the presentation services.
3 - Try to access the http://server:port/biservices/inspection?wsil
4 - We get Error 500 - Internal.
After checking the nqserver.log I can see the following error:
-----
oracle.bi.ws.activeobjects.bipresentation.BiPresentationServerCommsException: bi services:bi presentation services(SessionService) Could not access the session service 2 counts of InaccessibleWSDLException.
at oracle.bi.ws.activeobjects.security.OBIPSWebServiceFactory.getSessionService(OBIPSWebServiceFactory.java:87)
at oracle.bi.ws.activeobjects.security.Server.loginWebService(Server.java:118)
....
Caused By: com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException: 2 counts of InaccessibleWSDLException.
-----
We tested the same approach on an installation without SSO and the process was successful and we could access the inspection?wisl.
QUESTION
Do you know what configuration steps do we need to take to configure SOA webservices on a SSO+WNA protected OBIEE installation?