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 increasing the JVM heap size is not an option for us. Does Axis2 web service client framework provide any mechanism for copying the received web service response to the file system and not build the entire response object in memory. Then in our application we could read the response from the file.
Thanks in advance, Anand Navale.
