ws异常

来源:互联网 发布:克鲁斯卡尔算法 详解 编辑:程序博客网 时间:2024/05/16 10:30
在此行中找到多个注释:- schema_reference.4: Failed to read schema document 'http://jax-ws.dev.java.net/spring/servlet.xsd', 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>.- cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'wss:binding'.

<wss:binding url="/service/test">         <wss:service>             <ws:service bean="#test" />         </wss:service>     </wss:binding>


1、命名空间版本号不对

2、文本编码格式不对

3、jar包

4、???

0 0
原创粉丝点击