首页 > 代码库 > GF4.0+jdk8.0 webservice bug

GF4.0+jdk8.0 webservice bug

环境:netBeans8.0+jdk8.0+GF4.0 

bug: schema_reference: 由于 accessExternalSchema 属性设置的限制而不允许 ‘file‘ 访问, 因此无法读取方案文档 ‘xjc.xsd‘

解决: http://wiki.netbeans.org/FaqWSDLExternalSchema 

         https://netbeans.org/kb/docs/websvc/jax-ws.html 

参考:http://stackoverflow.com/questions/23011547/webservice-client-generation-error-with-jdk8 

GF4.0+jdk8.0 webservice bug