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

相关推荐
草履虫建模19 小时前
Postman - API 调试与开发工具 - 标准使用流程
java·测试工具·spring·json·测试用例·postman·集成学习
WIN赢10 天前
PostMan使用
测试工具·lua·postman
aiden:)15 天前
Postman 的 Jenkins 管理 - 自动构建
测试工具·jenkins·postman
ViatorSun17 天前
「解析」docker容器起服务,外部访问失败
linux·ubuntu·docker·容器·postman
終不似少年遊*17 天前
【软测】接口测试 - 用postman测试软件登录模块
软件测试·测试工具·json·postman·web·可用性测试
天才测试猿18 天前
Postman中变量的使用
自动化测试·软件测试·selenium·测试工具·职场和发展·测试用例·postman
終不似少年遊*20 天前
【软测】node.js辅助生成测试报告
软件测试·测试工具·node.js·postman·web
互联网杂货铺20 天前
如何使用Postman做接口自动化测试
自动化测试·软件测试·python·测试工具·测试用例·接口测试·postman
测试杂货铺21 天前
postman接口测试
自动化测试·软件测试·python·测试工具·测试用例·接口测试·postman
测试者家园22 天前
接口测试不再难:智能体自动生成 Postman 集合
软件测试·人工智能·测试工具·postman·agent·智能化测试·测试开发和测试