DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2

Thread: ServerXMLHTTP

  1. #1
    Kirk Guest

    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!



  2. #2
    Atul Thatte Guest

    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!
    >
    >



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links