devbox
知新_RL
这个屌丝很懒,什么也没留下!
当前位置:   article > 正文

postman请求webservice的接口_postman调用webservice接口

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>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/702098
推荐阅读
相关标签
  

闽ICP备14008679号