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

相关推荐
dogstarhuang1 天前
Kimi K3 本地部署实战:从 1.56TB 权重到推理服务的完整成本分析
java·人工智能·后端·ai·开源·接口·程序员创富
Pluchon2 天前
Java个人综合项目——萌部落社区V2.0
java·python·spring·spring cloud·postman·idea
昨夜星河入梦来4 天前
postman接口测试报错503的解决方法
开发语言·postman
冷凝娇6 天前
【Postman】2026总结
测试工具·postman
降临-max9 天前
Postman----接口自动化
软件测试·功能测试·自动化·postman
测试秃头怪9 天前
postman接口测试详解
自动化测试·软件测试·python·测试工具·测试用例·接口测试·postman
河西石头9 天前
再谈C#的抽象类和接口:从“适配器”到“毛坯房”的设计哲学
开发语言·c#·接口·依赖注入·抽象类·依赖倒挂
减瓦10 天前
告别Postman——用VSCode优雅地发起Http请求
vscode·http·postman
shawxlee12 天前
vue3+axios挑战最简洁实用的配置封装+接口调用:请求拦截器、响应拦截器、通用请求方法(单个请求/并发请求/下载文件)、统一接口管理
前端·经验分享·vue·接口·axios·api
Chloeis Syntax18 天前
JAVAEE初阶 --- 构造HTTP请求
网络·网络协议·http·postman