Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML HTTPRequest
Message
De
21/08/2006 10:17:12
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
XML HTTPRequest
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Pro
Database:
MS SQL Server
Divers
Thread ID:
01147283
Message ID:
01147283
Vues:
92
Hi,

How should I correctly call method setOption of XMLHttp object from VFP? I have to disable SSL server error check. But I do somenthing wrong.
xh = CREATEOBJECT("Msxml2.XMLHTTP.4.0")
xh.Open ("POST", THIS.lcWSDL,"False", "usr", "pwd")
xh.setRequestHeader ("Content-Type", "text/xml; charset=utf-8")
xh.setRequestHeader ("SOAPAction", "http://www.openuri.org/"+this.lcMethodName)
xh.setOption (2, 13056)
THX for help
R.Sehnal
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform