Hi All,
We are trying populate a Xcelsius Dashboard with CMS virtual tables (CI_INFOOBJECTS) information.
We are able to access to this virtual tables and we were able to store it as a csv file using a Java Class.
But the ideal idea is to build one web services that Xcelsius can consume and deploy it into the BI Platform Tomcat to dynamically retrieved some metadata from the connected user name. (Currently we are hardcoding the credentials at the Java Class). We have tested the webservices and is working fine.
At the moment, we are retrieving the current session from Xcelsius (CESerializedSession), using flash variables.
Once we use Xcelsius to consume it, we get the following error message: "unable to load URL"
Do you know if there is a particular way Xcelsius need to read this parameter ?
Thanks in advance for your comments,