Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

SOAP has been losing ground to REST services in mobile the last years, thus losing attention. But SOAP isn't gone and many still use it. The thing is that it usually requires a lot of work from the dev to create and parse all the messages.

JSoap is an Android library which allows automatic handling of SOAP requests and resposes, making the process effortless to the user. It works on top of the well-known library KSOAP2.

Jan 13, 2015

IceSoap provides quick, easy, asynchronous access to SOAP web services from Android devices. It allows for SOAP responses to be bound to Java POJOs via annotations (using a subset of xpath), while still retaining the speed of the native android XmlPullParser.

Jul 5, 2014

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

Jul 5, 2014

A light Web Service client framework targeting Android platform.

Jul 5, 2014
Advertisement