Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


MSXML2.XMLHTTP error:The download of the specified resource has fa

From: Janaka44@-----------.---------.---
To: NULL
Date: 8/2/2005 5:37:00 AM
I'm getting this error ( The download of the specified resource has failed.) 
when the code tries to send an XML ( which is fully loaded and valid ) to the 
server ASP page. Even though i got this error and it seems like the call was 
not made, the call to ASP has completed sucessfully ( the ASP calls a COM 
object built using Visual FoxPro 9 ) and no errors had occured.   

Error I got was :
Line: 306
Error: The download of the specified resource has failed.
 
After debugging the code I was taken to the line(306) where the error 
occured : 
 
FUNCTION qaSendHTTP(tcXML,tcURL)
DIM loXmlHTTP,lcResponse

lcResponse="FALSE"
SET loXmlHTTP=CreateObject("MSXML2.XMLHTTP")
WITH loXmlHTTP
.Open "POST",tcURL,False
.Send tcXML     <= Line 306
...
...
 
The following were the object propeties of loXmlHTTP at this time, taken 
from Watch window :
loXmlHTTP
  status                 12152         Long
  statusText           "Unknown" String
+ responseXML      {...}           Object
  responseText       ""              String
  responseBody      Empty       Variant
  responseStream   {...}            Variant
  readyState          4                Long
 
I also noted the loXmlHTTP.responseXML.xml was blank
 
Please help me to find out what has caused this problem and what can be done 
to prevent this.

Thanks

Janaka Peris



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent