I'm having trouble with truncated wddx packets.
The error message is usually something like: "WDDX packet parse error at line 1, column -1. End of entity not allowed; an end tag is missing.. "
The problem is that the wddx xml string is getting truncated. So decided I count the number of characters in this string and a very suspicious number of 63,999 came up.
Is there some kind of character limit on the size of wddx strings, and if so, is there anything I can do to store any more than 63,999 characters.
The error message is usually something like: "WDDX packet parse error at line 1, column -1. End of entity not allowed; an end tag is missing.. "
The problem is that the wddx xml string is getting truncated. So decided I count the number of characters in this string and a very suspicious number of 63,999 came up.
Is there some kind of character limit on the size of wddx strings, and if so, is there anything I can do to store any more than 63,999 characters.