I'm calling a service which returns a large amount of data (~ 23 Mb) using ksoap2 for Android. It takes a long time trying to get the response and then throws "Out of memory exception".
Did anyone had the same problem, or have any idea/suggestion how to deal with this?
Thanks in advance.