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

相关推荐
代码续发2 天前
postman自动化测试
测试工具·postman
哆咪学计科3 天前
postman工具使用
测试工具·postman
白皎3 天前
立志成为一名优秀测试开发工程师(第十一天)—Postman动态参数/变量、文件上传、断言策略、批量执行及CSV/JSON数据驱动测试
json·postman
sanzk4 天前
IoTGateway项目生成Api并通过swagger和Postman调用
测试工具·postman
哈哈哈哈哈哈哈哈哈...........6 天前
【软件】在 macOS 上安装 Postman
测试工具·macos·postman
mizuhokaga6 天前
Postman 发送 SOAP 请求步骤 归档
测试工具·postman
not coder8 天前
Postman 是什么
测试工具·postman
‌Freiheit8 天前
[PyTest-案例]
接口·postman
Forworder8 天前
【测试】Bug和用例
selenium·测试工具·单元测试·测试用例·bug·postman·ab测试
空城机10 天前
时代变了,我选择ApiFox替代Postman
测试工具·postman