MockResponseStepConfig config = MockResponseStepConfig.Factory.newInstance();
config.setInterface(dialog.getValue(CreateForm.INTERFACE));
config.setOperation(dialog.getValue(CreateForm.OPERATION));
config.setPort(dialog.getIntValue(CreateForm.PORT, 8080));
config.setPath(dialog.getValue(CreateForm.PATH));
config.addNewResponse();
config.getResponse().addNewResponseContent();
if (dialog.getBooleanValue(CreateForm.CREATE_RESPONSE)) {
WsdlInterface iface = (WsdlInterface) project.getInterfaceByName(config.getInterface());
String response = iface.getOperationByName(config.getOperation()).createResponse(