以文本方式查看主题

-  计算机科学论坛  (http://bbs.xml.org.cn/index.asp)
--  『 XML源码及示例(仅原创和转载) 』  (http://bbs.xml.org.cn/list.asp?boardid=32)
----  如何用C++生成下面的SOAP请求????  (http://bbs.xml.org.cn/dispbbs.asp?boardid=32&rootid=&id=13572)


--  作者:gxulg
--  发布时间:1/14/2005 11:38:00 AM

--  如何用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号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
31.250ms