postman请求webservice的接口

作者 : admin 本文共401个字,预计阅读时间需要2分钟 发布时间: 2023-12-1 共2人阅读
<?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>

postman请求webservice的接口插图

本站无任何商业行为
个人在线分享 » postman请求webservice的接口
E-->