我爱Aspx >> Asp.Net >> 无需.net和专用组件实现用asp访问webservice参数解释:
oServerXMLHTTPRequest.open bstrMethod, bstrUrl, bAsync, bstrUser, bstrPassword
Parameters
bstrMethod
HTTP method used to open the connection, such as PUT or PROPFIND.
bstrUrl
Requested URL. This must be an absolute URL, such as "http://Myserver/Mypath/Myfile.asp".
bAsync (optional)
Boolean. Indicator as to whether the call is asynchronous. The default is False (the call does not
return immediately).
bstrUser (optional)
Name of the user for authentication.
bstrPassword (optional)
Password for authentication. This parameter is ignored if the user parameter is Null or missing
设置完毕我们用SoapRequest.Send()向服务器发送请求,服务器返回的结果作为文本被存储在SoapRequest.responseXML中
我们要做的就是构析这段文本。
下面给出i_soapcall.asp的全部代码
<script language="vbscript" runat="server">
Ҷƪл˵?
根据客户端输入的文字生成图片,..[05-28]
什么是Web Service[05-28]
什么是ASP.NET Web Service[05-28]
运用C#创建一个.Net下的Web Ser..[05-28]
Web Service——下一代的WWW[05-28]
基于Web服务的应用、解决方案和开..[05-28]
什么是Web服务?[05-28]
为什么需要Web服务?[05-28]
描述与注册,发布Web服务(((ok了..[05-28]
如何架构Web Service-WSDL服务描..[05-28]
根据客户端输入的文字生成图片,..[05-28]
什么是Web Service[05-28]
什么是ASP.NET Web Service[05-28]
运用C#创建一个.Net下的Web Ser..[05-28]
Web Service——下一代的WWW[05-28]
基于Web服务的应用、解决方案和开..[05-28]
什么是Web服务?[05-28]
为什么需要Web服务?[05-28]
从这里copy的:UDDI技术白皮书 [..[05-28]
描述与注册,发布Web服务(((ok了..[05-28]