Hi All,

I'm trying to connect to a Web Service from VB 2005 and keep getting the same error:

System.IO.FileNotFoundException occurred
Message="The download of the specified resource has failed.
"
Source="msxml3.dll"
StackTrace:
at MSXML.XMLHTTPRequestClass.send(Object varBody)
at WindowsApplication1.frmLogon.cmdOK_Click(Object sender, EventArgs e) in C:\Documents and Settings\Dev\My Documents\Visual Studio 2005\Projects\SOAP_Logon\SOAP_Logon\frmLogon.vb:line 90

Can anyone please tell me what this actually means?

Thanks,

Chris.

Recommended Answers

All 2 Replies

Member Avatar for iamthwee

line 90?

Hi.

Sorry for delay in reply - at home now after work.

Line 90 was a call to Debug.Print the Response to the SOAP message so I could see what was coming back (I can't remember the exact code but can post it tomorrow).

The code that generates the SOAP message (inc Login Details) works in respect that it Logs in to the Webservice. It only falls down when trying to return data...

Thanks for replying,

Chris.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.