Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSXML: Runs OK on some PC's / not others.
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00953102
Message ID:
00953152
Views:
18
Hi Mark,

>I cannot understand why MSXML will not work correctly on some PC's but does work on others. Basically we're constructing an XML message and sending it off to a server. I get this error message: "The requested header was not found". Using version MSXML3. The problem seems to be linked to the Internet config of the PC (maybe a proxy-server problem?) or how MSXML is installed/configured, as it only happens on some PCs in the facility. Help please!

MSXML's built in Load functionality has very little configurability which makes it very difficult to fix problems should they occur in the connection. A better approach might be to use some other component to handle the HTTP functionality. You can use XMLHTTP (part of MSXML) as it has a few more options or WinHTTP (works only on Win2k) or a third party solution like wwHTTP to retrieve your content and then feed it to the XML parser with LoadXml.

Fromt he message it seems the call's getting hung up at a proxy server or firewall.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform