使用CXF发布的WebService报错:org.apache.cxf.interceptor.Fault: The given SOAPAction does not match an operat

 

场景:JAVA语言使用CXF搭建WebService发布报错apache

错误信息:org.apache.cxf.interceptor.Fault: The given SOAPAction does not match an operationblog

缘由:经查询是由于soapAction缺乏值形成的部署

若是不是cxf编写的客户端调用则会产生这个问题,cxf客户端不会出现该问题,多是其余客户端须要用这个属性来查找对应的操做io

 

解决:使用@WebMethod()编译

从新编译部署后im

问题解决。soap

相关文章
相关标签/搜索