I wrote an AxisClient that hits a commercial SOAP server, but whenever I
try to return a very large result set (20K+) records I get an
OutofMemoryError. I'm using eclipse to debug, which dumps me at the
finally clause in invoke method of the AxisClient Class. What is the
work around?