最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
使用WINDOWS脚本访问WEB SERVICES
时间:2022-07-02 11:23:38 编辑:袖梨 来源:一聚教程网
'''''''''''''''''''''''''''''''''''''''''''''''
'Modiay by X
' 2003-12-30
'''''''''''''''''''''''''''''''''''''''''''''''
Const ForReading = 1, ForWriting = 2, ForAppending = 8 '文件操作常量
'''''''''''''''''''''''''''''''''''''''''''''''
WebServiceURL = "http://www.c*hef*b*j.net/WEBSERVICES/school.asmx" '调用URL(URI)
WebMethodName = "http://www.*c*hefb*j.com/show_school" '调用方法名
'soap请求,需要根据具体WEB SERVICES web方法更改
sentRequest=""_
& "
& "xmlns:xsd='http://www.*w**3.org/2001/XMLSchema' "_
& "xmlns:soap='http://schemas.x*mlso**ap.org/soap/envelope/'>"_
& ""_
& "
相关文章
- 如何高效整理Excel表格提升你的工作效率和数据分析-操作思路和注意点 09-02
- 掌握这些处理思路让你的Excel表格整理变得轻松要注意什么-核心信息和使用场景 09-02
- 如何通过整理Excel表格提升数据分析的效率与准确性-操作思路和注意点 09-02
- OceanBase 联接算法概述 09-02
- OceanBase 联接顺序 09-02
- OceanBase 执行计划管理 09-02