Re: Copying received large web service response objects to file system

2009-09-03 Thread Anand Navale
Thanks Amila. The suggestion is really useful. Would also like to know if there is any recommended approach when dealing with large web service response objects using Axis2 as web service client. Thanks Anand Navale >>> Amila Suriarachchi 9/3/2009 1:34 PM >>> On Thu, Sep 3, 2009 at 1:21 P

Re: Copying received large web service response objects to file system

2009-09-03 Thread Amila Suriarachchi
On Thu, Sep 3, 2009 at 1:21 PM, Anand Navale wrote: > Hi, > > We are using Axis2 1.4 (on JRE 5 runtime) as web service client for our > application. One of the web services requires handling massive objects in > the response. Right now we are getting out of memory error whenever we > receive lar

Copying received large web service response objects to file system

2009-09-03 Thread Anand Navale
Hi, We are using Axis2 1.4 (on JRE 5 runtime) as web service client for our application. One of the web services requires handling massive objects in the response. Right now we are getting out of memory error whenever we receive large web service response. Modifying the web service or increasin