iis服务器,在浏览器访问该页面,报错:
错误类型:
/webapp/services/OrderManager (0x80004005)
No Deserializer found to deserialize a ':beginDate' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'. [java.lang.IllegalArgumentException]
/test/webservicetest.asp, 第 11 行
代码如下:
<HTML> 
<%
Dim objSoapClient 
SET objSoapClient = Server.CreateObject("MSSOAP.SoapClient30") 
objSoapClient.ClientProperty("ServerHTTPRequest") = TrueobjSoapClient.mssoapinit("http://www.99bill.com/webapp/services/OrderManager?wsdl")
' 使用SOAP对象调用Web Service函数 
dim CalculateDiscountSet CalculateDiscount = objSoapClient.payCheck("20070324","20070326", "8899888888888888","123456") 
response.write CalculateDiscount
set CalculateDiscount = nothing
set objSoapClient = nothingresponse.end
%>
</HTML> 在网上搜索了老半天,没找到资料,高手啊,不要沉默了,指点一下吧,呜呼~~