国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > 綜合 > 正文

使用WINDOWS腳本訪問WEB SERVICES

2024-07-21 02:21:19
字體:
供稿:網(wǎng)友

商業(yè)源碼熱門下載www.html.org.cn

'''''''''''''''''''''''''''''''''''''''''''''''
'modiay by x
' 2003-12-30
'''''''''''''''''''''''''''''''''''''''''''''''
const forreading = 1, forwriting = 2, forappending = 8 '文件操作常量
'''''''''''''''''''''''''''''''''''''''''''''''
webserviceurl = "http://www.chefbj.net/webservices/school.asmx" '調(diào)用url(uri)
webmethodname = "http://www.chefbj.com/show_school" '調(diào)用方法名

'soap請求,需要根據(jù)具體web services web方法更改
sentrequest="<?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>"_
& "<show_school xmlns='http://www.chefbj.com'>"_
& "<password>chef</password>"_
& "</show_school>"_
& "</soap:body>"_
& "</soap:envelope>"

responsefile="request.xml" '應(yīng)答文件
'''''''''''''''''''''''''''''''''''''''''''''''

set requesthttp = createobject("microsoft.xmlhttp")

requesthttp.open "post", webserviceurl, false

requesthttp.setrequestheader "content-type", "text/xml"
requesthttp.setrequestheader "charset", "utf-8"
requesthttp.setrequestheader "soapaction", webmethodname

requesthttp.send sentrequest

msgbox("請求已經(jīng)送出. http request status= " & requesthttp.status)


'將應(yīng)答記錄入文件
set objfso = createobject("scripting.filesystemobject")
set objtextfile = objfso.createtextfile(responsefile, true,true)


objtextfile.write(requesthttp.responsexml.xml)

objtextfile.close


發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 玉环县| 磐安县| 志丹县| 舒兰市| 和平县| 衡山县| 章丘市| 花垣县| 衡南县| 吴旗县| 环江| 阿拉善左旗| 平阴县| 东海县| 涡阳县| 长海县| 林甸县| 昌吉市| 镇原县| 郧西县| 淮南市| 通渭县| 唐山市| 宾阳县| 冀州市| 奉节县| 西城区| 嘉义市| 通辽市| 江华| 清流县| 邵东县| 永康市| 开原市| 永泰县| 定州市| 宁陵县| 当雄县| 平泉县| 尉氏县| 石景山区|