//***SpagoBIAccessUtils sbiutils = new SpagoBIAccessUtils();
ContentServiceProxy proxy=new ContentServiceProxy(userUniqueIdentifier,session);
try {
/** byte[] response = sbiutils.saveSubObject(spagoBIBaseUrl, jcrPath, analysisName,
analysisDescription, user, visibilityBoolean, xmlString);*/
String result=proxy.saveSubObject(documentId, analysisName,analysisDescription,
visibilityBoolean, xmlString);
//*****String message = new String(response);
logger.debug("result save subobject: " + result);
session.setAttribute("saveSubObjectMessage", result);