Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML via HTTP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Database:
Visual FoxPro
Divers
Thread ID:
00972548
Message ID:
00973061
Vues:
26
Thank you for the followup. I have never seen:
oHTTP = CREATEOBJECT("Msxml2.ServerXMLHTTP")

Is there a source that lists and describes these "MSXML2" servlet objects? This is very interesting stuff. I have worked with DOMDocument and Schemacache.

The ServerXMLHTTP looks like something I may need in a project.

>> I read that HTTP GETS are limited. HTTP POST should offer more capacity.
>> In some cases you could use server side DOM to create a smaller sub-document.
>
>Thanks for your reply!
>We are using HTTP Post. Here is a snippet of the meat of the code:
>Note that pcXML is the XML string.
>
>
>oHTTP = CREATEOBJECT("Msxml2.ServerXMLHTTP")
>oHTTP.setTimeouts(60000,300000,60000,180000)
>oHTTP.OPEN("POST",pcURL,.F.)
>oHTTP.setRequestHeader("Content-Type","text/xml")
>oHTTP.SEND(pcXML)
>
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform