Revision 6081 trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/catalogClient/csw/parsers/CswCapabilitiesParser.java

View differences:

CswCapabilitiesParser.java
126 126
            operations = XMLTree.searchMultipleNode(node,
127 127
                    "OperationsMetadata->Operation");
128 128
        }
129
        if (operations == null) {
129
        if ((operations == null) || (operations.length == 0)) {
130 130
            driver.setServerAnswerReady("errorNotCSWSupportedProtocol");
131 131
            
132 132
            return false;

Also available in: Unified diff