使用postman 调用 Webservice 接口
风景_fengjing 2024-07-06 17:33:01 阅读 85
1. 先在浏览器地址栏 访问你的webService地址
地址格式: http://127.0.0.1:8092/xxxx/ws(这个自己的决定)/xxxxXccv?wsdl
2. 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>
上一篇: SpringBoot的 ResponseEntity类讲解(具体讲解返回给前端的一些事情)
下一篇: 一文彻底学会Vue3路由:全面讲解路由流程、路由模式、传参等——全栈开发之路--前端篇(7)路由详解
本文标签
声明
本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。