public string ricercaPathComponents(string docNumber, string versionId) { string path = string.Empty; try { path = CacheFileManager.ricercaPathComponents(docNumber, versionId); } catch (Exception e) { logger.Debug("errore nel web method ricercaPathcomponets errore: " + e.Message); } return(path); }