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:
00972740
Views:
16
> 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)
Kevin Scott
kehvn@carolina.rr.com


Hey! It's not my fault. It's some General named Protection!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform