Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE IDispacth msxml3.dll Error
Message
De
27/07/2005 11:05:14
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
OLE IDispacth msxml3.dll Error
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01036239
Message ID:
01036239
Vues:
73
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.
Répondre
Fil
Voir

Click here to load this message in the networking platform