Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Access denied XML 4 SP2 Access denied XML 4 SP2To: NULL Date: 7/31/2005 11:39:00 PM I installed Microsoft MXL 4 SP2 on my Windows 2003 with IIS 6.
Then I tried to connect to a XML-Interface via HTTPS and got the error
"Access denied" when sending. What can I do? I'm unsing ASP.
XML_TO_SEND = "xml"
POST_URL = "https://.......asp"
Set HTTPConn = Server.CreateObject("Msxml2.ServerXMLHTTP.4.0")
Set XMLDoc = Server.CreateObject("Msxml2.DOMDocument.4.0")
IResolve = 300 * 1000
IConnect = 60 * 1000
ISend = 180 * 1000
IReceive = 180 * 1000
HTTPConn.setTimeouts IResolve, IConnect, ISend, IReceive
HTTPConn.open "POST", POST_URL, False
XMLDoc.loadXML(XML_TO_SEND)
If (Not XMLDoc.loadXML(XML_TO_SEND) OR (XMLDoc.parseError.errorCode <> 0))
THEN
HTTPConn.send XMLDoc
news = HTTPConn.responseXML.xml
Response.Write news
End IF
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
