In response to e-mail from Shilpi Agarwal ==> " If the length of the
string is more than 64 KB, it is getting failed. I am sending the
string in the same way you mentioned in your post." ===> I just tried
a large 80kb block of text. It was pure printable ASCII, that is,
elements of set {' ',...,'~'} ( {0x20,...,0x7e} ), plus LF's
{'\n'} ( {0x10} ) ... and I could not reproduce an error. I am
using SDK 0.5.1025 (2011-08-10) ===> Is it possible that your strings
contain characters that are outside this character set? Is it possible
that the string handling is not right?