如何用http协议传输xml,传过去了又怎么读取?

来源:百度知道 编辑:UC知道 时间:2024/06/04 06:10:58
我不会用soap,最简单的方法怎么弄???

SOAP是要写报头的,呵呵:
<%
'SoapTest是你调用的方法

url = "http://xxxx.xxxx.xxx"
SoapRequest="<?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>"& _
"<SoapTest xmlns=""此处是你所使用的方法的命名空间"">"