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

相关推荐
茄菲猫的往事13 小时前
平替PostMan,推荐一款国产开源免费的接口管理工具 - PostIn
postman·postin·开源接口管理工具·开源接口自动化测试工具
Heliotrope_Sun15 小时前
Postman使用指南
测试工具·postman
卓码软件测评1 天前
第三方登记软件测试报告:Postman验证API防篡改能力
开发语言·功能测试·性能优化·lua·postman·可用性测试
程序员杰哥2 天前
Postman接口测试的cookie,token,session....鉴权
自动化测试·软件测试·python·测试工具·测试用例·接口测试·postman
GoldenaArcher2 天前
Postman 学习笔记 II:测试、断言与变量管理
笔记·学习·postman
2501_915918412 天前
Charles与Postman、JMeter结合使用教程:高效接口调试与性能测试方案
测试工具·jmeter·ios·小程序·uni-app·postman·webview
卓码软件测评3 天前
第三方网站测试工具:【Postman使用基础指南】
开发语言·测试工具·lua·postman
你的微笑,乱了夏天3 天前
spring boot项目使用Torna生成在线接口文档
java·spring boot·中间件·postman
Codebill4 天前
改 187 个接口参数:Postman 卡壳时,Apipost 凭什么 5 分钟搞定?
postman·api测试·apipost·全局参数
鱼鱼说测试13 天前
如何用Postman做接口自动化测试
测试工具·postman