Top "Android-ksoap2" questions

a lightweight and efficient SOAP client library for the Android platform

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
how to Call ksoap web service from android?

I have a small confusion, in our mobile app an ksoap web service called from ios like below : and getting …

android android-ksoap2
Android - org.ksoap2.soapfault cannot be cast

I'm trying to access a Java Web Service from Android client, but it is showing me an error: "java.lang.…

java android-ksoap2
Serialize an array of ints to send using KSOAP2

I'm having a problem trying to send an array of ints to a .NET web service which expects an array …

java android web-services ksoap2 android-ksoap2
How to use KSoap 2 in android

I've just came across to ksoap2 for using my own asp .net webservices in android apps. I've found few great …

java android ksoap2 android-ksoap2
Get the IPaddress of the computer in an Android project using java

I am using ksoap2-android and i need to get the IP address using java so that I don't have …

java android ip-address ip android-ksoap2
How to send a soap request in android?

I am new to WSDL webservices , using KSoap2 library to call wsdl webservices in android . This is my soap request …

android android-ksoap2
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
How to use ksoap timeout in android?

I am using ksoap2 to create a user registration application in Android. When I send request to the server and …

android ksoap2 android-ksoap2
How to pass String array to webservice using ksoap2?

I am having a Web Client in Android using ksoap2 but I can't pass the string array as a parameter …

android web-services android-ksoap2