org.apache.cxf.interceptor.Fault: The given SOAPAction ... does not match an operation

实现Webservice接口 服务端使用 的是 CXF 实现,客服端使用 axis 实现 使用客户端调取服务端的代码时候报错:org.apache.cxf.interceptor.Fault: The given SOAPAction ... does not match an operation 这是因为使用cxf实现服务端的时候WSDL文件中没有生成SOAPAction 解决办法:注释掉:ca
相关文章
相关标签/搜索