0


postman请求webservice的接口

<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"<!-- 在这里添加你的请求路径,接口对应的命名空间 -->
xmlns:web="http://webservice.core.test.service.com"><soapenv:Header/><soapenv:Body><!-- web:在这里添加你的请求方法 --><web:iptDiagnose><!-- 在这里添加你的请求参数 --><id>665</id><jsonString>{"hospitalCode":"310115783675001"}</jsonString></web:iptDiagnose></soapenv:Body></soapenv:Envelope>

在这里插入图片描述


本文转载自: https://blog.csdn.net/qq_49641620/article/details/134727046
版权归原作者 MC乱码 所有, 如有侵权,请联系我们删除。

“postman请求webservice的接口”的评论:

还没有评论