How to set a timeout on a soap call using ksoap2-android?
I'm using ksoap2 for my android project and it works great. I've succeeded in connecting to distant server but I currently have a problem when I want to set a timeout to my androidhttptransport.
Is there a clean way (maybe an attribute开发者_开发知识库 to set?) to deal with it?
I've found this same question there but it's not very detailed. Does someone have any detailed answer to this problem?
Thanks in advance for help!
Romain
Take a look at this thread: KSoap Request Timeout?
精彩评论