Hi,
I am developing a custom web application (J2EE) using Report Engine Java SDK. As far as the app will be called by means of a URL link located in all webi documents my aim would be to reuse the existing session to perform the actions required by the custom web app. I have been reviewing the Business Intelligence platform Java SDK developer guide (Logging on to the CMS section). As far I can see BI Platform Java SDK provides several methods to login into CMS (see list below) but I have checked that any of methods support reusing a existing session to obtain an IEnterpriseSession object. (e.g: logon token sample creates the first token by creating a session)
- Basic logon
- Trusted Authentication
-Logon tokens
-Serialized sessions
My doubt is: does it exist any way to retrieve the serialized session/logon tokens corresponding to a given SAP BI session in order to pass them as a parameters to a given jsp (where the token may be reused as is shown in the docs).
Thanks,
Alfons