Top "Ksoap2" questions

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

how to set soap Header using ksoap2 - android

I need to set the soap header information as part of authentication of a web method. I'm using ksoap2 API …

android soap header ksoap2
java.lang.noclassdeffounderror: org.ksoap2.serialization.SoapObject

I got this no class def error: org.ksoap2.serialization.SoapObject error ever since I have updated Eclipse ADT Plug …

android ksoap2
Out of memory on a byte allocation (Bitmap as String to webservice using soap)

Am having a bitmap , so I want to upload a webserivceas string and want to retrive the string. For converting …

android bitmap bytearray ksoap2
How to add a .jar file into Android studio (version 0.4.0) project

How to add a jar file into a Android studio project. For example I am trying to add ksoap2-android-assembly-3.1.1…

android ksoap2
Parsing ksoap2 response

I use a ksoap2 lib for communicating from android client with SOAP web service. Great job was done by ksoap …

java android soap web-services ksoap2
Transferring byte array from soap service to android

I have an android client that makes a request to a soap service. The soap service reads an image into …

android ksoap2
Parse KSoap2 response in android

Possible Duplicate: Parsing ksoap2 response So I managed to call a webservice using KSoap2 in android but I can't find …

android web-services parsing response ksoap2
ksoap2 casting getResponse()

Calling a .net SOAP1.1 web service from android using ksoap2 lib I met a problem of casting response to a …

android casting web-services ksoap2
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