RE: Error -2147012744 when using ServerXMLHTTP

RE: Error -2147012744 when using ServerXMLHTTP

am 06.10.2004 02:28:08 von josey

Hi Dan,

I'm having similar problem as well. It works fine on IIS5 but not IIS6. I
wonder if there is a setting that we need to set manually on IIS6.

Have you managed to solve this problem?

Please advise.

Thank you.

Josey

"Dan" wrote:

> I receive an error -2147012744::The sever returned an invalid or unrecognized
> response issuing a ServerXMLHTTP.Send command when trying to retrieve a file
> (lets say a .pdf) from another web server.
>
> I am using msxml3 on IIS6/Windows 2003 Server. The code worked when running
> msxml3 on IIS4/Windows NT Server.
>
> The sending server is on a different domain than the receiving server and
> there is no trust relationship. I can execute ServerXMLHTTP.Send commands
> that create the files on the target server without error, but cannot retrieve
> them.