dialog.setOptions(Form.MOCKSERVICE, mockServices);
dialog.setValue(Form.PATH, "/mock" + iface.getName());
dialog.setValue(Form.PORT, "8088");
if (dialog.show()) {
List<String> operations = StringUtils.toStringList(operationsFormField.getSelectedOptions());
if (operations.size() == 0) {
UISupport.showErrorMessage("No Operations selected..");
return;
}