Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Problems with Microsoft.XMLHTTP (Unable to download ressource) [Thread Next] Re: Problems with Microsoft.XMLHTTP (Unable to download ressource)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/
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
