Subject: | Truncated results for large results |
I see the same behaviour with either using the command-line rtm tool, or
using the WebService::RTMAgent library. If I am executing a query which
is large, I seem to be getting a truncated XML response back.
I see this on Win32 and Linux and is 100% reproduceable. Just try
getting a list with say 40 items to reproduce.
I've seen a bunch of similar reports with RTM with other languages, but
the issues seem to be mis-handling of the response which comes down in
chunks. The perl code looks very simple, as we just use the content
method on Http::Response.
This link worries me somewhat though:
http://code.google.com/support/bin/answer.py?hl=en&answer=15141.
Since the RTM response is on one massive line, if the above is true, I
can see why this might failing. Is Perl at fault here? Any ideas?
Thanks for releasing this library.
Cheers,
David