Closed benoffi7 closed 5 years ago
Posted on Oct 2, 2014 by Grumpy Lion This occurs frequently on newer Android due to bug in HTTPTransportSE. Also reported here: http://stackoverflow.com/questions/15411213/android-httpsurlconnection-eofexception
To Fix: Add line
connection.setRequestProperty("Connection", "close");
in HttpTransportSE.java around line 173, i.e. after calling ServiceConnection connection = getServiceConnection() This is in module ksoap2-jse in org.ksoap2.transport
https://code.google.com/archive/p/ksoap2-android/issues/207
https://code.google.com/archive/p/ksoap2-android/issues/199
No changes on this - closing as part of clean up. Also from memory I am pretty sure this is fixed
Posted on Oct 2, 2014 by Grumpy Lion This occurs frequently on newer Android due to bug in HTTPTransportSE. Also reported here: http://stackoverflow.com/questions/15411213/android-httpsurlconnection-eofexception
To Fix: Add line
connection.setRequestProperty("Connection", "close");
in HttpTransportSE.java around line 173, i.e. after calling ServiceConnection connection = getServiceConnection() This is in module ksoap2-jse in org.ksoap2.transport