defaultSoapActionButton.setAction(new SetDefaultAction(
                        operationInfo.getProperty(WebServiceOperationInfo.SOAP_ACTION), soapActionField));
    }
    private void installUndoRedo() {
        UndoRedoInstaller undoRedo = getUndoRedoInstaller();
        undoRedo.install(webServiceUrlField);
        undoRedo.install(soapActionField);
        restrictionsPanel.installUndoRedo(undoRedo);
        securityPanel.installUndoRedo(undoRedo);
    }