Have a nice day I have a webservice which returns a complex array of byte[] of images from database, when i use the tester on internet the result is fast even when I get more of 7 or 10 images. On android I'm using a gridview to show up the images from webservice using ksoap, I don't have problem with 2 images but when I call for 7 images for instance, I cannot recieve any response from webservice, the method which I use to call to webservice get stuck and finally my android application get error "failed binder transaction".
If you know some tips for this issue I'll be glad for you.
thanks in advance