-1

Where can I find the latest ksoap2 jar ?

https://code.google.com/archive/p/ksoap2-android/downloads -

The latest I see here is from 2010 (2.4).

May I know what is the correct way to achieve my objective? Any help would be greatly appreciated.

IntelliJ Amiya
  • 74,896
  • 15
  • 165
  • 198
BVtp
  • 2,308
  • 2
  • 29
  • 68

1 Answers1

1

The ksoap2-android project provides a lightweight and efficient SOAP client library for the Android platform.

It is a fork of the kSOAP2 library that is tested mostly on the Android platform, but should also work on other platforms using Java libraries.

You can use stable ksoap2-android-2.5.2.jar

IntelliJ Amiya
  • 74,896
  • 15
  • 165
  • 198