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:
00974105
Views:
29
Thank you for the links!

What seems strange is that there seems little limitation to the size of an HTML string that can be returned to a clien. Yet, XML (which aint that much different from HTML), is restricted.

It would be neat if that limitation was reduced and a client ECMA Script could work with the client's copy of the MSXML DOM to process the XML (on the client side).

I will be jumping back into my XML stuff early next week. I don't know about epiphanies *g*, but I am sure my explitives will be ripe. Learning these technologies and making them do work is so thrilling that sleep deprivation is almost enjoyable!:)

ON ASP and VFP COM - I need to model some behavior (JavaScript/HTML IE Clients - IIS - ASP may not be installed on some servers). I was thinking about doing this with CGI (initially) and then, once the expected behaviors were achieved moving the project to ASP.

I was thinking of using VFP for the CGI COM. Any advice or insights appreciated!


>>> 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.
>
>Hi Terry,
>
>This is definitely new waters for me as well but we have been coding our app to access VFP tables on a website through a VFP Multithreaded COM object called from Asp, via this method and it seems to work well except for the limitations of the xml string size you can pass. I'm still researching this but it appears to have around a 2k limit. So I'm having to chop up my strings and send them one at a time. Not pretty, but it works. If I wasn't under a time crunch I would try to research a different way to do this without the size restraints. But it is FAST!!!!!
>
>Here's some info about ServerHMLHTTP on Microsoft's website:
>
>http://support.microsoft.com/kb/290761/EN-US/
>
>This article isn't VFP but it does give an overview of similiar methods as I am using:
>
>http://www.eggheadcafe.com/articles/20010209.asp
>
>And here's a jumpoff page with some info and links to the MS sites with references.
>
>http://www.perfectxml.com/msxmlHTTP.asp
>
>If you have any epiphanies, please share! ;)
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform