首页 > Web开发 > 详细

webservice发送带有头信息的数据

时间:2021-07-26 13:22:09      阅读:10      评论:0      收藏:0      [点我收藏+]
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:app="">
  <soapenv:Header>
        <CertificationProxy xmlns="http://login.com">
            <SessionId></SessionId>
        </CertificationProxy>
    </soapenv:Header>
   <soapenv:Body>
      <app:importBill soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <billType xsi:type="xsd:string"></billType>
         <billDataJSON xsi:type="xsd:string"></billDataJSON>
         <billStatus xsi:type="xsd:int"></billStatus>
      </app:importBill>
   </soapenv:Body>
</soapenv:Envelope>

 

webservice发送带有头信息的数据

原文:https://www.cnblogs.com/shuaihan/p/15060515.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!