【发布时间】:2016-01-04 18:34:22
【问题描述】:
我正在尝试使用合同优先的方法使用 Eclipse 和 CXF 设置 SOAP Web 服务。我已经生成了 wsdl 文件,它是正确的。当我使用 CXF Wsdl2Java 生成 SOAP Web 服务时,出现以下错误:
org.xml.sax.SAXParseException; schema_reference:
Failed to read schema document 'xml.xsd', because 'file' access is not allowed
due to restriction set by the accessExternalSchema property.
有什么帮助吗?非常感谢您。
【问题讨论】: