Hi all
well i m accessing webservices by using a asp code here is that asp code
<%
set toXML = server.CreateObject("MSXML2.DomDocument.3.0")
toXML.load("C:\Inetpub\wwwroot\CirenIP\ciddren1.xm l")
outXML = toXML.xml
'TEST Server
urladdress = " http://localhost/isafequoteengine/Qu...mx/QuoteEngine"
Set objHttp = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
objHTTP.Open "POST", urladdress, false
objHTTP.SetRequestHeader "CONTENT-TYPE", "application/x-www-form-urlencoded"
objHTTP.Send("outXML="&outXML)
response.Write objHTTP.responsetext
%>
after calling this asp file i get this error message
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/cirenip/cirenip.asp, line 22
plz help me in this regards,
Atif Ahmed
|