Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML via HTTP
Message
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Environment versions
Visual FoxPro:
VFP 7 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00972548
Message ID:
00973061
Views:
27
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform