Hello,
is there an efficient way to determine the estimated filesize of an xml stream without the need to save it? Perhaps calculate the filesize of a soap response. The available tools are only xml technologie.
One try was to serialize the stream and count the string-length of the serialized output. But this takes really long for huge files.
Thanks in advance