Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE IDispacth msxml3.dll Error
Message
From
27/07/2005 11:05:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
OLE IDispacth msxml3.dll Error
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01036239
Message ID:
01036239
Views:
72
Hi,

I have an XML file. When i send to the server like that

xml_in = filetostr("t.xml")
httpOb = CreateObject("Microsoft.XMLHTTP")
url = "https://ecommerce.airborne.com/apiLanding.asp"
httpOb.Open ("get", url, .f.)
httpOb.setRequestHeader ("Content-Type","application/x-www-form-urlencoded")
httpOb.Send (xml_in)
**************
xml_out=httpOb.responseText

on the .send command its saying "OLE IDispatch exception code 0 from msxml3.dll : The parameters is incorrect..."

PS: When i put the different prg like "temp.prg" this codes working fine. But in my project those not ..
i thnk i set some variable but which??

Thanks for all answers.
Reply
Map
View

Click here to load this message in the networking platform