What steps will reproduce the problem?
1. Have Java 1.4;
2. Make a call to a WS using the latest build of ksoap2-android.
What is the expected output? What do you see instead?
Expected: the call is successful.
Output: some classes aren't backward compatible, they need at least Java 1.5 to
work. Some methods like timeout methods from java.net.URLConnection were
implemented only on Java 1.5. So, I commented the timeout methods calls
(setConnectTimeout(int) and setReadTimeout(int)) and the
setFixedLengthStreamingMode(int) at ServiceConnectionSE.java to work. Also I
needed to change the used kxml2 package for the 2.3.0 available at maven
because the one used in this build generated errors because has methods not
available on Java 1.5.
What version of the product are you using? On what operating system?
ksoap2-android-3.3.0 on Unix.
Please provide any additional information below.
I think there's two possibilities here: changing the documentation saying that
the ksoap2-android isn't anymore compatible with Java versions older than 1.5
or made those changes to the ksoap2-android.
Original issue reported on code.google.com by santos.f...@gmail.com on 22 Aug 2014 at 7:18
Original issue reported on code.google.com by
santos.f...@gmail.com
on 22 Aug 2014 at 7:18