-
ServerXMLHTTP
Hi,
I'm trying to use XML 3.0 on my server to send data to another server and
get a response.
I installed MSXML 3.0 on the production server.
---
I wrote some ASP files to handle the exchange.
Set xmlhttp = Server.CreateObject( "MSXML2.ServerXMLHTTP")
xmlhttp.Open "POST", "http://www.test.com/xmltest/receivexml.asp", False
Response.Write( "Sending with ServerXMLHTTP object.<BR>" & vbCrLf)
xmlhttp.Send(data)
---
The code fails on the a call to the Open method with this error:
msxml3.dll error '80070005'
Access is denied.
I have tried DComcfg and setup rights. I have set permissions for the DLLs,
etc. and I still can't get past this error.
Help!
-
Re: ServerXMLHTTP
Hi,
You need to run the proxy configuration utility Proxycfg.exe.
Please refer to the msdn article at:
http://support.microsoft.com/support.../Q289/4/81.ASP
Hope that helps.
Best regards,
-Atul Thatte.
"Kirk" <khaynes@digitalconsulting.net> wrote:
>
>Hi,
>
>I'm trying to use XML 3.0 on my server to send data to another server and
>get a response.
>
>I installed MSXML 3.0 on the production server.
>
>---
>I wrote some ASP files to handle the exchange.
>Set xmlhttp = Server.CreateObject( "MSXML2.ServerXMLHTTP")
>xmlhttp.Open "POST", "http://www.test.com/xmltest/receivexml.asp", False
>Response.Write( "Sending with ServerXMLHTTP object.<BR>" & vbCrLf)
>xmlhttp.Send(data)
>---
>
>The code fails on the a call to the Open method with this error:
>
>msxml3.dll error '80070005'
>
>Access is denied.
>
>
>I have tried DComcfg and setup rights. I have set permissions for the DLLs,
>etc. and I still can't get past this error.
>
>Help!
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks