使用postman 调用 Webservice 接口

  1. 先在浏览器地址栏 访问你的webService地址

地址格式: http://127.0.0.1:8092/xxxx/ws(这个自己的决定)/xxxxXccv?wsdl

  1. post man POST 访问wwebService接口

地址格式: http://127.0.0.1:8092/xxxx/ws(这个自己的决定)/xxxxXccv

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pm="http://xxx.xxxxx.ws.xxxxx.xxxxxx.com">

<soapenv:Header/>

<soapenv:Body>

<pm:暴漏的方法>

<message>

<![CDATA[

{"k1":"v1","k2":"v2"}

]]>

</message>

</pm:暴漏的方法>

</soapenv:Body>

</soapenv:Envelope>

相关推荐
少说多做3432 天前
使用 Postman 设置 Bearer Token 进行身份验证
java·网络·测试工具·postman
古人诚不我欺2 天前
Postman之pm.test断言操作
测试工具·postman
安冬的码畜日常4 天前
【玩转 Postman 接口测试与开发2_007】第六章:Postman 测试脚本的创建(下):预请求脚本及环境变量在多个请求自动运行中的应用
测试工具·postman·测试·runner·api测试·自动测试
囷囷菌6 天前
Postman接口测试(断言、关联、参数化、输出测试报告)
测试工具·postman
好看资源平台8 天前
爬虫开发工具与环境搭建——使用Postman和浏览器开发者工具
爬虫·lua·postman
小白~小黑8 天前
软件测试基础二十(接口测试 Postman)
python·自动化·postman
暮春二十四8 天前
关于用postman调用接口成功但是使用Java代码调用却失败的问题
java·测试工具·postman
清尘沐歌9 天前
推荐一款好用的postman替代工具2024
测试工具·postman
清尘沐歌9 天前
2024 年 Postman 进行 Websocket 接口测试的图文教程
测试工具·postman
清尘沐歌9 天前
除了 Postman,还有什么好用的 API 管理工具吗?
测试工具·postman