Search code examples
androidksoap2android-ksoap2

Where to find Ksoap2 2.6 with timeout


I've used "ksoap2-android-assembly-2.5.2-jar-with-dependencies_timeout1.jar"

when I'm trying to lunch it on android 4.4 (KitKat)

I've got an error

Could not find class 'org.kxml2.kdom.Node', referenced from method org.ksoap2.SoapEnvelope.parseBody

Could not find class 'org.kxml2.kdom.Node', referenced from method org.ksoap2.SoapEnvelope.parseHeader

Could not find class 'org.kxml2.kdom.Node', referenced from method org.ksoap2.SoapEnvelope.writeBody

java.lang.VerifyError: org/ksoap2/SoapEnvelope

I've read this question

so where to find Ksoap2 2.6.2 with timeout ???


Solution

  • Make modification in this answer

    and use the latest version of Ksoap2 here