使用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怎么获取上一个接口执行完后的参数
前端·javascript·postman
悟能不能悟5 小时前
postman中的Tests,怎么获取返回的response中的stateCde
测试工具·postman
Terasic友晶科技1 天前
Altera FPGA 的 Avalon MM总线接口规范介绍(精简版)
fpga开发·接口·sopc·avalon总线
y小川2 天前
为自动化创建接口【技术文档】
自动化·接口·caa·对象建模器
晚霞的不甘4 天前
Flutter for OpenHarmony 创意实战:打造一款炫酷的“太空舱”倒计时应用
开发语言·前端·flutter·正则表达式·前端框架·postman
C++ 老炮儿的技术栈6 天前
不调用C++/C的字符串库函数,编写函数strcpy
c语言·开发语言·c++·windows·git·postman·visual studio
木叶子---6 天前
Postman测试WebService接口
测试工具·postman
公链开发7 天前
2026年,可信数据空间 × 区块链:构建国家数据基础设施的核心技术底座与实体落地趋势
区块链·postman
REDcker10 天前
RESTful API设计规范详解
服务器·后端·接口·api·restful·博客·后端开发
天才测试猿10 天前
Chrome浏览器+Postman做接口测试
自动化测试·软件测试·python·测试工具·测试用例·接口测试·postman