I am developing an Android application which consumes some wcf services and visualises the data to the user. I connect with the service using KSOAP2 exchanging buffered messages.
The thing is that some services return large amount of data so the only way for this to be done is via streamedRespose, and then do a lazy load of the data to the user.
My question is how can I receive and use a stream with ksoap2 from a wcf web service.