主页 > 电脑硬件  > 

使用postman调用Webservice接口

使用postman调用Webservice接口

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 ">    <soapenv:Header/>    <soapenv:Body>       <pm:暴漏的方法>           <message>            <![CDATA[             {"k1":"v1","k2":"v2"}          ]]>           </message>       </pm:暴漏的方法>    </soapenv:Body> </soapenv:Envelope>

标签:

使用postman调用Webservice接口由讯客互联电脑硬件栏目发布,感谢您对讯客互联的认可,以及对我们原创作品以及文章的青睐,非常欢迎各位朋友分享到个人网站或者朋友圈,但转载请说明文章出处“使用postman调用Webservice接口