RSS
热门关键字:  数据挖掘  人工智能  数据仓库  搜索引擎  数据挖掘导论
当前位置 :| 首页>编程技术>xml技术>

ASP+soap调用web service的问题,高手帮忙!

来源: 作者: 时间:2008-01-09 点击:

我用ASP写的程序,用soap调用另外一台服务器上的web       service,出现以下错误:
错误类型:              
WSDLReader     (0x80020009)              
WSDLReader:XML   Parser     failed   at   linenumber   0,lineposition     0,reason     is:   A     security     error   occurred   HRESULT=0x1:   函数不正确。   -     WSDLReader:Loading       of     the     WSDL     file   failed     HRESULT=0x80070057:     参数不正确。   -     Client:One     of       the     parameters     supplied   is     invalid.   HRESULT=0x80070057:     参数不正确。              


望高手指教!

代码:  
Set       soapclient       =       CreateObject("MSSOAP.SoapClient30")      
soapclient.ClientProperty("ServerHTTPRequest")       =       True  
call       soapclient.mssoapinit       ("https://219.141.223.81/groupuserbatchcheck21/services/BatchRpcCheck?WSDL","BatchCheckService","BatchRpcCheck")           --第20行  
   
    提示第20行出错  

Create By Any-Extract(WL-AE)

最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
匿名?