Hi, I'm currently tring to get rid of dependencies to proxies (the machine used with CXF is behind a firewall). When I remove the proxy settings of the JVM, I get : org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://schemas.xmlsoap.org/wsdl/', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>. I read http://cwiki.apache.org/CXF20DOC/schemas-and-namespaces.html and thought the schemas and their dependencies were found in the jars. I tried the -Dspring.validation.mode=VALIDATION_NONE argument, but it doesn't change anything.
Did I miss something? Thanks. Bruno Verachten.
