Top "Android-ksoap2" questions

a lightweight and efficient SOAP client library for the Android platform

ksoap2 org.xmlpull.v1.xmlpullparserexception expected start_tag error

Below is my code, which I have written to validate user log in credentials. The web service written using .net …

java android asp.net ksoap2 android-ksoap2
Not trusted certificate using ksoap2-android

I'm using ksoap2-android to make a call to wcf service over SSL. I can get it to work without …

android soap ssl https android-ksoap2
KSoap2 Android Receive Array of Objects

I am trying to use a .NET webservice in my application where the service returns an array of objects as …

android arrays web-services android-ksoap2
KSOAP2 java.lang.RuntimeException: Cannot serialize

I am trying to use a method from a .net web service. The code behind for the web service has …

android web-services android-ksoap2
What is the correct Way to integrate KSOAP library in Android Studio?

I am trying something like this, In Gradle, Inside Build Types, repositories { maven { url 'http://ksoap2-android.googleco/svde.cmomn/2…

android android-ksoap2
string can not cast to org.ksoap2.serialization.SoapPrimitive

i have webservice that return string value "1" or "-1" , numbers but in string . i have error in using Asunc task …

java android android-asynctask android-ksoap2
kSOAP2 output / org.xmlpull.v1.xmlpullparserexception expected start_tag

I have a standard code to call a .net webservice I get exception "org.xmlpull.v1.xmlpullparserexception expected start_tag" …

android android-ksoap2
AttributeError: 'NoneType' object has no attribute 'nodeValue'

I am using ksoap to communicate between an android app and the python server containing the following files posted. I …

python android-ksoap2 ksoap
The import org.ksoap2.transport.HttpTransportSE cannot be resolved

I downloaded ksoap2 from this link: after importing the downloaded .jar file into an Android project in Eclipse, I got …

android eclipse ksoap2 android-ksoap2
When to use Soapobject and SoapPrimitive

I have been working with ksoap2 lately. I am still confused whether what is the EXACT difference between SoapObject and …

android soap ksoap2 android-ksoap2 ksoap