The given SOAPAction http__xxxxx_xx does not match an operation

这是在客户端调用服务端接口时报出的错误,主要是客户端在调用时设置了SOAPAction,参考如下:

解决方案

在注解@WebMethod() 中加上action注解,设置上一模一样的SOAPAction即可,如下:

java 复制代码
@WebMethod(action = "xxx")

添加后,可以重新看下服务端的wsdl文件,确认SOAPAction属性是否成功赋值。

相关推荐
cgsthtm8 小时前
Visual studio Debug调试webservice 使用ip代替localhostt配置IIS Express
android studio·visual studio·webservice·真机调试·iis express
java_upp23 天前
简简单单实现java系统调用WebServie接口
java·webservice
gc_22993 个月前
测试ASP.NET Core的WebApi项目调用WebService
webapi·vs2022·webservice
埃和智能5 个月前
PLC通过IGT-SER系列智能网关快速实现WebService接口调用案例
http·三菱plc·post·webservice·西门子plc·web服务接口·平台对接
bigbearxyz5 个月前
Java客户端调用SOAP方式的WebService服务实现方式分析
java·webservice·soap
梁萌8 个月前
Java调用WebServices接口
java·接口·webservice·soapui
Hi~晴天大圣9 个月前
jmeter实现webservice接口测试
jmeter·webservice
WuWuII1 年前
WebService的services.xml问题
webservice·axis2
流华追梦11 年前
C# 面试题大全
面试·c#·.net·webservice·dataset
辛丑年正月十五1 年前
使用CXF调用WSDL(二)
webservice·cxf·org.apache.cxf·cxf调用webservice·cxf解析wsdl