Hello Bruce, et. al.
I have an ABC web server built on 7.2.7600 w/ NetTalk 5.05 ( I know, why haven't I upgraded yet? ... I just haven't) that accepts an XML post through a NetWebPage.
I have a Clarion web client built on 6.3.9053 w/ NetTalk 4.49 (I know, why haven't I upgraded yet? ... I just haven't) that posts an XML string to the aforementioned server.
I have complete control over both ends of the communication (fantastic! I know ...), so when I attempt to post an XML string that exceeds the 4096 maximum (say, 75,000 characters, standard text -- not base 64 encoded), the post shows up clipped to 4096 characters at the Web Server.
Two questions:
1. Which piece is doing the clipping; the Web Client or the Web Server?
2. How do I post a string that exceeds the 4096 character maximum? Or rather, what's the simplest way to get around the maximum post length?
Best regards,
Flint