Top "Ksoap2" questions

A lightweight and efficient SOAP engine suitable for J2ME or constrained java devices.

Android Ksoap2 SoapFault - faultcode: 'soap:Client' faultstring: 'Server was unable to read request

i'm using eclipse to develop over android, i'm trying to connect to a .net webservice... when i'm calling a webmethod ,…

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
KSOAP2: How to use HttpsTransportSE?

I am developing a android app to communicate with an web service that requires an SSL connection. To do that, …

android ksoap2
Consuming a localhost WCF service using kSOAP2 in emulator

I have rammed my head against this wall for a couple of days now so any help is very appreciated. …

android wcf ksoap2
Having trouble binding a ksoap object to an ArrayList in Android

I'm working on an app that calls a web service, then the webservice returns an array list. My problem is …

android web-services json arraylist ksoap2
Exception while using ksoap2-android

I have a problem regarding the ksoap2. My problem is that the project used to work well up to the …

java android ksoap2
HttpTransportSE requestDump gives NullPointerException

I'm trying to access a webservice in Android via Ksoap2 for Android. The SoapObject is created OK, the S.O.…

android ksoap2 ksoap httptransportse
KSoap soapEnvelope bodyIn and getResponse() problem

I am using the following code to call a method by soap. It is working perfectly. private static final String …

android web-services ksoap2 getresponse
android soapfault error

I am a begginer in android,here I have activity that use web service: SoapObject request = new SoapObject(NAMESPACE, METHOD_…

android ksoap2 soapfault
Where to see the generated XML (KSOAP2)

I'm having a hard time trying to get to see the generated XML with my SoapRequest. This is my code: …

android jax-ws ksoap2