String json = invocatioManager.getServiceJson(includeInputAttributes);
logger.debug(json);
Import imp = new JsonImport(json, worksheetName, workspace, encoding, -1);
Worksheet wsht = imp.generateWorksheet();
c.add(new ImportServiceCommandPreferencesUpdate(serviceUrl, worksheetName));
c.add(new WorksheetListUpdate());
c.append(WorksheetUpdateFactory.createWorksheetHierarchicalAndCleaningResultsUpdates(wsht.getId(), SuperSelectionManager.DEFAULT_SELECTION));
return c;
} catch (Exception e) {