473,666 Members | 2,058 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

msxml3.dll error '80072efd'

I'm having a problem on Windows 2003 Server with this script. It
appears to be a problem with MS XML 4.0 as this code was working fine
under MS XML 3.0 and Windows XP or 2000. Any ideas? The purpose of the
script is to act as a 'proxy' and send a POST or GET to another URL but
return the response through the ASP page as if the ASP page handled the
request:

<%@language=JSc ript%>
<%
var objSrvHTTP=Serv er.CreateObject ("MSXML2.Server XMLHTTP");
var url="http://someurl"

if (Request.Server Variables("REQU EST_METHOD")==" POST") {
var DataToSend = Request.BinaryR ead(Request.Tot alBytes);
objSrvHTTP.open ("POST",url,fal se);
objSrvHTTP.setR equestHeader("C ontent-type","applicat ion/x-www-form-urlencoded");
objSrvHTTP.send (DataToSend);
} else {
objSrvHTTP.open ("GET",url+"?"+ Request.ServerV ariables("QUERY _STRING"),false );
objSrvHTTP.send ();
}
Response.Write( objSrvHTTP.resp onseText);
%>

de*******@gmail .com
Cliff.

Jul 22 '05 #1
3 7262
de*******@gmail .com wrote:
I'm having a problem on Windows 2003 Server with this script. It
appears to be a problem with MS XML 4.0 as this code was working fine
under MS XML 3.0 and Windows XP or 2000. Any ideas? The purpose of the
script is to act as a 'proxy' and send a POST or GET to another URL
but return the response through the ASP page as if the ASP page
handled the request:

Could you provide a better description of the symptoms you are experiencing?
Not all of us have all the error codes memorized ...

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 22 '05 #2
I have a simple HTML form which performs a POST to myproxy.asp. When
myproxy.asp executes it encounters an HTTP error 500 msxml3.dll error
'80072efd' on the send command. There is no more documentation or
explanation for the error message than that. The microsoft docs on the
issue are little 'light' as well so I don't know what could be causing
this error. I've made sure ASP script debugging is disabled, made sure
scripting is enabled, verified that the URL that I am connecting to in
the asp page is accessible from the server, etc.

Thanks for any assistance.

Cliff.

Bob Barrows [MVP] wrote:
de*******@gmail .com wrote:
I'm having a problem on Windows 2003 Server with this script. It
appears to be a problem with MS XML 4.0 as this code was working fine under MS XML 3.0 and Windows XP or 2000. Any ideas? The purpose of the script is to act as a 'proxy' and send a POST or GET to another URL
but return the response through the ASP page as if the ASP page
handled the request:
Could you provide a better description of the symptoms you are

experiencing? Not all of us have all the error codes memorized ...

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.


Jul 22 '05 #3
I've never run into this error, but check out the results of this google
search:
http://groups-beta.google.com/groups...=1&sa=N&tab=wg

Bob Barrows
de*******@gmail .com wrote:
I have a simple HTML form which performs a POST to myproxy.asp. When
myproxy.asp executes it encounters an HTTP error 500 msxml3.dll error
'80072efd' on the send command. There is no more documentation or
explanation for the error message than that. The microsoft docs on the
issue are little 'light' as well so I don't know what could be causing
this error. I've made sure ASP script debugging is disabled, made sure
scripting is enabled, verified that the URL that I am connecting to in
the asp page is accessible from the server, etc.

Thanks for any assistance.

Cliff.

Bob Barrows [MVP] wrote:
de*******@gmail .com wrote:
I'm having a problem on Windows 2003 Server with this script. It
appears to be a problem with MS XML 4.0 as this code was working
fine under MS XML 3.0 and Windows XP or 2000. Any ideas? The
purpose of the script is to act as a 'proxy' and send a POST or GET
to another URL but return the response through the ASP page as if
the ASP page handled the request:

Could you provide a better description of the symptoms you are
experiencing? Not all of us have all the error codes memorized ...

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get
a quicker response by posting to the newsgroup.


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
13354
by: Nigel Murdoch | last post by:
I have an online ordering site that returns this error message when an order is submitted which is supposed to fire a confirmation email. The complete error is: msxml3.dll error '80072ee7' The server name or address could not be resolved
1
7330
by: shubha | last post by:
Good Evening, I am using vb component in asp to get the google results. By running asp file i am getting error as Error Type: msxml3.dll (0x800C0005) The system cannot locate the resource specified. /asp/xmld.asp, line 14 So Please help me.... i have tried 1 month ............................. I tried to install service packs..
0
2580
by: Vinod | last post by:
Hi, I am getting this error in the notify-url of the paypal msxml3.dll error '80072f06' The host name in the certificate is invalid or does not match can you guys help me up regards vinod
4
18081
by: Charlie Company | last post by:
I wonder if anyone might be able to help me on this one. I am using MSXML3 in ASP to do a POST to a JSP page that's on the same server as my ASP page. The error I get is: msxml3.dll error '80072efd' A connection with the server could not be established /xmlhttp.asp, line 19 Line 19 reads, "xmlhttp.send PostString" and PostString is a valid POST string.
5
4686
by: ram | last post by:
Hi i AM USING VISUAL STUDIO.NET FOR MY ASP.NET PROGRAMS. I would like to access xml files using MSXML3.0 parser. Can any body tell me the syntax of "Import" statement to call this control in my program? Possible please give me MSXML3.0 reference URLs. Thx Ram
0
5486
by: Jim | last post by:
Can anyone think why Im getting the following message when I try to write to an XML fill using IIS but when I upload it to my web server it writes no problem? I've enabled write acces to the XML files in question. This problem has had me for ages so any help on this would be appreciated Error Type: msxml3.dll (0x80070005) Access is denied.
1
15041
by: JordanRieger | last post by:
Here is a nasty issue that has been giving me grief for the last couple days. This requires good knowledge of IIS, MSXML, and Windows/NTFS permissions. We have an existing ASP (VBScript) app hosted on IIS 6.0 (W2K3). We need to restrict access to specific users within our company network. To reduce development effort I figured the easiest solution was to enable Integrated Windows Authentication. However once I enable IWA and disable...
1
4906
by: xxx300xxx | last post by:
Hey everyone, we recently switched over to godaddy.com for our hosting and all of a sudden myu asp is not working. It shows: msxml3.dll error '800c0005' The system cannot locate the resource specified /asp/CU_Online.asp, line 1155 It worked fine on our old host but not now. Here is the asp code. Any help would be appreciated.
4
7902
by: Mike | last post by:
I have an asp page that is calling the msxml2.dll to open a XML file. When I load the page for the first time I get msxml3.dll error '80070005' Access Denied Error but when I refresh the page, I can view the data from the XML document. Does anyone know a cause of this and how can I resolve it? My web app is running on a total of 2 servers and I'm only having this issue on one of my servers.
0
8444
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8356
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8869
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8551
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7386
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4368
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2771
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1775
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.