Hi,
I need to bypass the logon.aspx and show the home page i.e. main.aspx. I tried appending the token obtained from session using Web Service SDK but no luck. I tried the openDocument function but it needs iDocId mandatorily which will not be case if i just bypass the login.aspx
I tried both
http://<servername>/businessobjects/Enterprise115/InfoView/main.aspx?token=" + boSI.getDefaultToken()
http://<servername>/businessobjects/Enterprise115/InfoView/logon.aspx?token=" + boSI.getDefaultToken()
Please help.
Thanks,
Sasi