logger.debug("IN");
SsoServiceInterface proxyService = SsoServiceFactory.createProxyService();
String xml = "";
try {
proxyService.validateTicket(token, user);
logger.debug("Token validated");
xml = DAOFactory.getKpiDAO().loadKPIValueXml(kpiValueID);
logger.debug("Xml Retrieved");
} catch (EMFUserError e) {