Top "Ksoap" questions

kSOAP is a SOAP web service client library for constrained Java environments such as Applets or J2ME applications.

How to call a .NET Webservice from Android using KSOAP2?

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

android ksoap2 ksoap
Basic HTTP authentication using KSOAP for android

I need to consume a SOAP web service using Android. The issue is that before request for a particular function …

android http basic-authentication ksoap
How to call a local web service from an Android mobile application

From the past few days, I have been working on an Android code to call a local web service. I …

android .net web-services localhost ksoap
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
How to send and receive data in between asp.net & android by calling web services

I have to make communication between asp.net application & android application to send and recieve data between desktop application &…

android asp.net web-services client-server ksoap
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
ksoap(web services) example in android using SoapPrimitive

this code is not giving me any errors or warning but is not working properly ,I did not know where …

android ksoap2 android-ksoap2 ksoap
KSOAP never timeout

I'm using ksoap2 2.5.4 (on Android 2.2) which supports timeout. I'm using Apache 2.2.16 to handle my requests. Everything works fine, but when …

android timeout ksoap2 android-ksoap2 ksoap
Store base64 encoded string as file

I have a web service that returns a base64 encoded string of a PDF file. I want to save this …

android pdf base64 ksoap
Difference Between SOAP and KSOAP

In web-service fundamental, I have heard about "SOAP" and "KSOAP." What are SOAP and KSOAP? What is the difference between …

android web-services soap ksoap