473,387 Members | 1,925 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

The download of the specified resource has failed.

Hi!

I'm trying to send a xml to a webside og this should response with a
xml. But at my 'send-line' it gives me an exception:

The download of the specified resource has failed.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: The
download of the specified resource has failed.

Source Error:

Line 55: xmlServerHttp.open("POST",
"https://secure1.revilution.dk/api/index.php", False)
Line 56: xmlServerHttp.send(requestText)
Line 57: MsgBox(xmlServerHttp.responseXML.xml)

[COMException (0x800c0008): The download of the specified resource has
failed.]

MSXML2.XMLHTTPClass.send(Object varBody) +0

My code:

Dim requestText, serverResponseText As String

Dim xmlServerHttp As New MSXML2.XMLHTTPClass
requestText = functionToXML(methodName, paramList)
xmlServerHttp.open("POST",
"https://secure1.revilution.dk/api/index.php", False)
xmlServerHttp.send(requestText)
MsgBox(xmlServerHttp.responseXML.xml)
serverResponseText = xmlServerHttp.responseText

What do I do?

Haffe :)

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Nov 19 '05 #1
0 4472

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

Similar topics

3
by: timbratureman | last post by:
I have a txt file in my server. I have to provide to the user 2 links. One link is to download the file and the other one is to display it inside the browser. Is it possible? I made <a...
1
by: contactrahul | last post by:
I have a web service that works fine on my machine but when I deploy it to our server it bombs with the below error message: UnidentifiedErrorSystem.Runtime.InteropServices.COMException...
0
by: Nays | last post by:
Hi All I would be very grateful for any help with a problem I am having with Custom Cultures. I need to change the date format of a specific culture. I have created a custom culture that...
2
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of...
7
by: mistral | last post by:
I use htaccess to protect directory and granting access to download file only for the authorized users. Just want implement simple PHP file download counter for single file. I need track the number...
6
by: Kye | last post by:
Can anybody please suggest to me where I can look up what a Resource id #71 is??? No success so far looking for what the resource codes are on the net. -- Yours Sincerely Kye
0
by: laksh2007 | last post by:
Hi all, I am new to this programing. can any one help me to proceed with my coding - to download a file from a remote location. i have writtent he following code: <body> Click <a...
10
by: Mikhail Kovalev | last post by:
Suppose I have something like this $resource = curl_init(); curl_setopt($resource, CURLOPT_FOLLOWLOCATION, TRUE); curl_setopt($resource, CURLOPT_RETURNTRANSFER, TRUE); curl_setopt($resource,...
8
by: =?Utf-8?B?WVhR?= | last post by:
I want to do the multi-language program, save the language text in XML file, but how to read the specified node value? the xml is below, for example, i want to get the value(AAA content) that named...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.