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

相关推荐
进阶的小名4 天前
@RequestMapping接收文件格式的形参(方法参数)
java·spring boot·postman
@Aurora.5 天前
【接口自动化测试】---YAML、JSON Schema
selenium·单元测试·测试用例·压力测试·postman·ab测试·测试覆盖率
ACGkaka_5 天前
Postman 如何设置Cookie
测试工具·postman
山里幽默的程序员6 天前
如何使用Postman无障碍导入JSON文件?详细步骤&工具对照
测试工具·json·postman
₯㎕星空&繁华9 天前
接口自动化-pytest
运维·经验分享·笔记·自动化·pytest·接口
Java&Develop10 天前
用html写一个类似于postman可以发送请求
前端·html·postman
w_312345410 天前
支持多网络协议的测试工具(postman被无视版)
网络协议·测试工具·postman·调试工具
zk_xyb11 天前
Postman 四种请求体格式全解析:区别、用法及 Spring Boot 接收指南
spring boot·lua·postman
吃饱了想撑死13 天前
Postman四种请求教程
测试工具·postman
大白曾是少年14 天前
基于Postman进行http的请求和响应
测试工具·http·postman