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

相关推荐
redfred10 小时前
hoppscotch 使用教程:开源 API 调试工具 Postman 免费替代 Web/桌面/Docker 部署详解
开源·postman·graphql
测试秃头怪12 小时前
Postman中变量的使用
自动化测试·软件测试·python·测试工具·测试用例·接口测试·postman
罗超驿4 天前
SpringMVC 请求参数接收详解|单个参数、多参数、对象参数、@RequestParam参数重命名
java·后端·postman·javaee
降临-max5 天前
Postman断言、数据驱动+Jenkins集成
软件测试·测试工具·postman
ZenasLDR5 天前
Type-C边充边听音频转接器
接口·芯片·usb
大志哥1238 天前
POSTMAN&APIPOST不支持字符编码设置的代偿方案
测试工具·postman
摸摸芋10 天前
postman(ai篇)
测试工具·postman
pcplayer14 天前
Delphi WebService 使用 HTTP Header 管理 Session
http·webservice·soap·web server·http header