I have generated a Soap client from wsdl2code , that used XMLPullParser to parse the response. I am getting a 30 Mb file as response, and OutofMemory exception while parsing.
What is a best way to avoid this exception, I have already downloaded the response from server and kept in internal storage of device as suggested in this link Very large SOAP response - Android- out of memory error
Thanks