Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Problems with Microsoft.XMLHTTP (Unable to download ressource)

From: Martin Honnen <mahotrash@-----.-->
To: NULL
Date: 6/1/2007 2:21:00 PM

info@d... wrote:

> I have some problems with ASP and the Microsoft.XMLHTTP object, when I
> call a webservice on my IIS, which is located on a server behind a
> firewall.
> 
> I have the following code
> 
> Set xmlhttp = CreateObject("Microsoft.XMLHTTP")

With ASP on the server you should use
   Set xmlhttp = CreateObject("Msxml2.ServerXMLHTTP.3.0")


> Does anyone know why this error happens when I disable the port 80 in
> my firewall? Is it something to do with the standard SOAP headers:
> 
> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://
> schemas.xmlsoap.org/soap/envelope/">
> 
> Perhaps my IIS tries to download the XML schema as the system has been
> running for some time and fails - and when the download fails all
> future requests to the system are replied with "resource download
> failure"?

What you show there are XML namespace declarations, those do not result 
in any requests.


-- 

	Martin Honnen --- MVP XML
	http://JavaScript.FAQTs.com/


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