The given SOAPAction http__xxxxx_xx does not match an operation

这篇具有很好参考价值的文章主要介绍了The given SOAPAction http__xxxxx_xx does not match an operation。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

这是在客户端调用服务端接口时报出的错误,主要是客户端在调用时设置了SOAPAction,参考如下:
The given SOAPAction http__xxxxx_xx does not match an operation,# Soap Web Service,webservice

解决方案

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

@WebMethod(action = "xxx")

添加后,可以重新看下服务端的wsdl文件,确认SOAPAction属性是否成功赋值。文章来源地址https://www.toymoban.com/news/detail-724338.html

到了这里,关于The given SOAPAction http__xxxxx_xx does not match an operation的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 鸿蒙app启动远程平板报错解决方法The type of the target device does not match the deviceType configured in the confi

      The type of the target device does not match the deviceType configured in the config.json file of the selected module. 在entry-src-main-config.json,添加tablet

    2024年02月02日
    浏览(32)
  • curl: (51) Unable to communicate securely with peer: requested domain name does not match the server

    问题图: 问题原因: 该问题是由于无法与对等体安全通信,请求的域名与服务器的证书不匹配,可以理解为https证书加密的问题。 解决方法: 可以在curl后面加上相关参数,由于我们需要访问的是https的加密链接,需要加上:–insecure(或-k), 效果图如下: 关于curl更多的用

    2024年02月11日
    浏览(37)
  • flink-cdc-mysql The MySQL server has a timezone offset (0 seconds ahead of UTC) which does not match

    报错信息 MySQL server has a timezone offset (0 seconds ahead of UTC) which does not match the configured timezone Asia/Shanghai. Specify the right server-time-zone to avoid inconsistencies for time-related fields. 查看mysql配置 这时候你如果设置 **serverTimeZone(“Asia/Shanghai”)**会报错 可以使用命令设置 接下来就可以正常链

    2024年02月11日
    浏览(30)
  • 【BUG历险记】vivado报错:binding vhdl entity ‘ xxxxx ‘does not have port ‘ xxxxx ‘解决方案

    🏔【BUG历险记】 vivado报错:binding vhdl entity xxxxx \\\' does not have port \\\' xxxxx \\\'解决方案 我在编写雷达的脉冲压缩仿真时,先例化了FFT和复数乘法器,并仿真验证通过了;再例化IFFT,结果仿真时出现错误,前面仿真通过的复数乘法器报错。说是没有aclk引脚,实际上是有的。 更改代

    2024年02月12日
    浏览(28)
  • 【BUG解决】sudo apt-get update 报错 E: The repository ‘http://xxx Release‘ does not have a Release file.

    前两天在虚拟机Vmware中安装了Ubuntu18.04操作系统,因为需要安装其他工具。所以想着执行命令 更新一下系统,以便进行安装。结果出现 “E: The repository ‘http://xxx Release‘ does not have a Release file.” 以及 “E: Problem executing scripts APT::Update::Post-Invoke-Success \\\'if /usr/bin/test -w /var/cache

    2023年04月10日
    浏览(24)
  • error: src refspec master does not match any

    当git报这个错的时候,证明我们执行了git push命令,但是我们会发现代码提交不上去 git push -u origin main  执行这个命令就可以解决(注释:现在master改成了main)

    2024年02月21日
    浏览(32)
  • AES解密报错Invalid AES key length: xx bytes与Given final block not properly padded的解决方法

    最近和其它系统联调接口,用到了Java的AES加解密。 由其它系统AES加密,本人的系统获取到加密报文后,AES解密,获取到内容。 本来是比较简单的,可是其它系统只提供了秘钥,没有提供解密方法,解密方法需要我们自己写…… 正常应该是加密方提供解密方法的吧,我觉得…

    2024年02月01日
    浏览(33)
  • error: src refspec main does not match any解决办法

    用GitHub Actions自动部署Hexo,到了最关键的一步;突然报错:error: src refspec main does not match any 1、错误一:  main 分支应填写为master分支;但是只改这里也会报其他错误 2、错误二: ! [rejected] main - main (non-fast-forward) 这个问题解释起来很简单,还记得我们创建仓库时添加到README和

    2024年02月19日
    浏览(31)
  • error: src refspec master does not match any.处理方案

    在使用git bash指令将项目上传到github时,总是遇到一些错误无法解决。 下面是我遇到的一个问题 错误:SRC ReFSPEC主控器不匹配任何。 错误:未能将某些引用推到’git @ Github.com:HaHaa/ftpMal.git’ 也就是仓库为空。 利用git add xxx.py 指令,将所有的文件全部都添加,然后再进行g

    2024年02月08日
    浏览(32)
  • MySQL8.xx 解决1251 client does not support ..解决方案

     MySQL8.0.30一主两从复制与配置(一)_蜗牛杨哥的博客-CSDN博客 MySQL8.xx一主两从复制安装与配置 MySQL8.XX随未生成随机密码解决方案 一、客户端连接mysql,问题:1251 client does not support ...  二、解决 1.查看用户信息 备注:host为 % 表示不限制ip    localhost表示本机使用    plugin非

    2024年02月10日
    浏览(39)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包