Top "Android-ksoap2" questions

a lightweight and efficient SOAP client library for the Android platform

SoapObject Result returns anyType{} as value when retuning a complexType object

I am calling a web service in my android app & the method is getGramaNiladhariData(), I am getting the result …

android android-ksoap2
ksoap2 xmlPullParserException unterminated entity ref

I have a user email me yesterday that he is having a problem with my application so i started debugging …

android android-ksoap2
JSON String returned from SOAP web service containing no records for table

I have a SOAP web service(.asmx) implemented using the .NET framework that returns me a JSON String in this …

android json web-services android-ksoap2
Find SOAPAction from a WSDL

My requirement is to call a web service from Android and display the result in a nice manner. But inside …

android web-services soap wsdl android-ksoap2
using addMapping without the "i:type=" attribute in ksoap2 for android

I am using the envelope.addMapping function in ksoap2 and I need to make it generate items with no i:…

android web-services soap ksoap2 android-ksoap2
Trying to build a correct SOAP Request

I have been struggling for hours trying to build the correct SOAP request using ksoap2 for Android with no luck. …

java android xml soap android-ksoap2
Webservice Http Authentication - KSOAP2 on Android

I have been searching the web for a while now, but wasn't able to find a appropriate solution for my …

android web-services authentication http-headers android-ksoap2
Very large SOAP response - Android- out of memory error

I have an application where i need to download a large amount of data via a SOAP call to a …

android soap android-ksoap2
KSOAP: "org.ksoap2.serialization.SoapPrimitive" Exception problem

I have a problem while calling the webservice, I have a .NET web service in the server and I am …

android ksoap2 android-ksoap2 ksoap