使用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>

相关推荐
胜天半月子2 天前
接口测试 | Postman的安装和测试使用
测试工具·接口测试·postman
Run Freely9376 天前
Postman 请求前置脚本
测试工具·postman
Run Freely9377 天前
postman-Newman插件
测试工具·postman
Run Freely9378 天前
接口测试-postman-全局变量与环境变量
测试工具·postman
balance_rui10 天前
操作技巧——vscode.git.
postman
云闲不收10 天前
接口请求工具对比 apifox apipost swagger postman等
测试工具·postman
Apifox.11 天前
Apifox 9 月更新| AI 生成接口测试用例、在线文档调试能力全面升级、内置更多 HTTP 状态码、支持将目录转换为模块
前端·人工智能·后端·http·ai·测试用例·postman
IDOlaoluo12 天前
Postman-win64-8.6.2-Setup安装教程(附详细步骤,Win64版Postman下载安装指南)
测试工具·postman
运维小菜鸟h12 天前
利用wxpython开发API接口调试工具,类似postman
测试工具·postman
胡斌附体14 天前
springbatch使用记录
数据库·接口·shell·命令·批量·springbatch·并发抽取