以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 DOM/SAX/XPath 』  (http://bbs.xml.org.cn/list.asp?boardid=11)
----  如何生用C++生成以下SOAP请求  (http://bbs.xml.org.cn/dispbbs.asp?boardid=11&rootid=&id=13556)


--  作者:gxulg
--  发布时间:1/13/2005 8:15:00 PM

--  如何生用C++生成以下SOAP请求
POST /Webservices/WTAU/WTAU.asmx HTTP/1.1
Host: update.waytech.com.cn
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.waytech.com.cn/webservices/WTAU/WTAU2"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <WTAU2 xmlns="http://www.waytech.com.cn/webservices/WTAU">
      <pid1>string</pid1>
      <pid2>string</pid2>
      <version>string</version>
      <dt>string</dt>
      <name>string</name>
    </WTAU2>
  </soap:Body>
</soap:Envelope>


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
6,937.500ms