CXF中 the namespace on the "definitions" element, is not a valid SOAP version报错!
org.apache.cxf.binding.soap.SoapFault: "http://schemas.xmlsoap.org/wsdl/", the namespace on the "definitions" element, is not a valid SOAP version.
遇到以上中报错,将
axWsServerFactoryBean factory=new JaxWsServerFactoryBean();
factory.setAddress("http://localhost:8888/book?wsdl");
?wsdl去掉就好了
详细的解答如下:
CXFthe namespace on the “definitions” element, is not a valid SOAP version报错
还没有评论,来说两句吧...