simpligility / ksoap2-android

ksoap2-android - SOAP support for Android
http://simpligility.github.io/ksoap2-android/
Other
543 stars 247 forks source link

Problems of HttpTransportSE.call not returning when server does #126

Closed ariaqf closed 5 years ago

ariaqf commented 5 years ago

Good afternoon,

I have a problem with a very large request. When this request is sent to our webservice it only returns when timeout is reached. The server returns in about 20 minutes before timeout is received.

The communication works well with small requests, is there any issue with slow responses? (Around 10~15 minutes)

mosabua commented 5 years ago

Not from this framework... your overall impl however might have issues wit these timings.

ariaqf commented 5 years ago

Good moning, @mosabua,

It unfortunatelly only happens with this framework, if i use any other framework, the same payload works well... Even with curl it works well.

But you may be right about it being a problem with some other thing, as i only managed to test this vs other frameworks and curl on desktop and not on Mobile.

Any tips on what to look for?

mosabua commented 5 years ago

mobile has completely different processing power and network connection happening so you cant compare.. but essentially try it on a emulator or device with good network connection and see where it times out ... attach with a debugger and see what happens