ASP怎样调用NET写的WebService!!!

SET SSO = Server.CreateObject("MSSOAP.SoapClient30")
SSO.ClientProperty("ServerHTTPRequest") = True
Call SSO.mssoapinit("http://127.0.0.1/common/SSO.asmx?WSDL")
返回值=SSO.CheckToken(参数一,参数二)

http://127.0.0.1/common/SSO.asmx?WSDL为webservice地址
SSO.CheckToken为webservice方法

---------------------------------------------------------------

rheleven
提醒一下,不要因为冲星而倒分

Published At
Categories with Web编程
Tagged with
comments powered by Disqus