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

相关推荐
少云清1 天前
【接口测试】1_Postman _Postman环境搭建
测试工具·postman
程序员杰哥1 天前
如何使用Postman做接口自动化测试?
自动化测试·软件测试·python·测试工具·测试用例·接口测试·postman
SmoothSailingT1 天前
C#——Interface(接口)
开发语言·c#·接口
少云清1 天前
【接口测试】2_Postman _Postman基础使用
测试工具·postman
古城小栈1 天前
接口测试:Postman+Newman 自动化脚本实战指南
自动化·lua·postman
syt_biancheng3 天前
博客系统全流程测试总结
python·selenium·测试用例·压力测试·postman
中年程序员一枚6 天前
python开发接口uvicorn方法启动FastAPI,postman调用接口
python·postman·fastapi
中年程序员一枚6 天前
让postman调用python的开发接口,链接sqlite数据库,让前后联动起来
数据库·python·postman
yuezhilangniao6 天前
Windows 系统变量未完全清楚 - 代理执行一半 导致 pip 和 Postman 连接失败的解决指南
windows·postman·pip