Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML over HTTPS POST.
Message
 
 
To
30/08/2006 23:15:42
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01149489
Message ID:
01150054
Views:
26
Sam,

I don't really understand your question.
<?xml version = "1.0">
<document>
XML is always just a bunch of characters shoved together in a particularly structured fashion.
</document>
Something you posted earlier in the thread was not xml, it was just a blob of text, that would choke on the other side if it was expecting to get a stream of characters that passed parsing by an XMLDOM.
lcXML = "<?xml version = "1.0"><document>test</document>"
loXMLHTTP.Send( lcXML )
Would work if the target URL was expecting that simple of an XML document.

>So is it correct to say that we're not really sending an XML, but rather, we're sending something that looks like an XML... because all we're doing is concatenating bunch of characters together to make it look like an XML string.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform