Questions tagged [android-ksoap2]

a lightweight and efficient SOAP client library for the Android platform

The ksoap2-android project provides a lightweight and efficient SOAP client library for the Android platform.

It is a fork of the kSOAP2 library that is tested mostly on the Android platform, but should also work on other platforms using Java libraries. It is still using Java 1.3 so should work fine on JavaME, Blackberry and so on.

ksoap2-android has been consistently enhanced and expanded with more features. It is actively maintained and we welcome bug fixes and contributions. Releases are done semi regularly with community contributions in the form of enhancements and more.

More information on the website and github repository and mailing list.

740 questions
0
votes
1 answer

Android Client/Server model

I have mobile application senior project called,"Traffics on Road to Atilim." In this application, user can create or update traffics event such as car accident, road under construction. Application will take GPS cordinates of user and insert event…
Beyaz
  • 138
  • 1
  • 13
0
votes
3 answers

Error using Ksoap2 library in Android

I'm trying to use KSoap2 library. I put the file Ksoap2-android-assembly-2.5.7-jar-with-dependencies.jar in the directory workspace > myproject > libs Then I setted it in build path. (libraries) I have error just when I run the application: 11-27…
GVillani82
  • 17,196
  • 30
  • 105
  • 172
0
votes
2 answers

Call ASP.NET web service using android using ksoap

I created a simple class for call web service public class CallSoap { public final String SOAP_ACTION = "http://tempuri.org/Add"; public final String OPERATION_NAME = "Add"; public final String WSDL_TARGET_NAMESPACE =…
Sithira Pathmila
  • 145
  • 1
  • 3
  • 10
0
votes
1 answer

Table pagination Table layout Web Service using XML parser

I have written a table layout to fill values automatically from web service but i am newbie for java and android and wrote this. I want to add the vlaues from the sax parser to tablerow.Please help me how to add it to table layout. i have given the…
0
votes
1 answer

ksoap2 communication switch application from android 2.2 to 2.3.3

I have developed software that uses the ksoap library and communicates with a .NET web service. all works fine and fast in the android 2.2 version. Recently, I was forced to move to the 2.3.3 Android version. i just changed in the project…
Gladi
  • 415
  • 4
  • 16
0
votes
0 answers

Android, how transfer big amount of data to web service via ksoap2?

I have a big problem when I try to send big amount of data to web service. I need to send about 20-30 photos to web service. I convert all photo to base64 strings and send to web service. The problem is that when I send 1 photo is ok, but when I…
0
votes
1 answer

Android Soap Web service Error behind Proxy Server

I have written a program for communicating with a web service and get response value. But when i debug the programme i end with requestDump=null at the line androidHttpTransport.call(SOAP_ACTION, envelope); Can some one tell me the reason for the…
Crazy Programmer
  • 105
  • 3
  • 19
0
votes
3 answers

unable to access my WSDL file from tomcat server in android

I have to develop one android application.The app is performs retrieve data from mysql database and display on android emulator and android device. First i have to setup tomcat server at localhost and run these wsdl file on localhost means am…
user1796222
  • 275
  • 2
  • 4
  • 10
0
votes
1 answer

Android access webservice with SOAP

I am making currency converter with real time data,using ksoap to access webservice. However the response which is come from webservice is org.ksoap2.SoapFault.But this answers is not throwing as a exception. This answer comes to my text area what…
Tunç Doğan
  • 73
  • 1
  • 2
  • 8
0
votes
2 answers

KSoap2 outOfMemoryError while doing a call Android

I try to get some Data from a WebService using KSoap2. The WebService responses a very large XML-File so while I'm doing the HttpTransportSE.call() I get an ouOfMemory Exception. Is it possible to get a snipped response from a Soap Webservice? Or is…
Karas
  • 31
  • 7
0
votes
3 answers

Web Service Client using KSoap2 - Doesn't respond or throw errors

Guys I am new to android programming, I tried to send data to a Web Service using KSOAP2. But I am not able to send values or get data. When in debugging mode it doesn't show errors. I am using android 4.1 emulator. But I cant find any result or…
Crazy Programmer
  • 105
  • 3
  • 19
0
votes
1 answer

java.lang.ClassCastException: org.ksoap2.serialization.SoapObject in android

Hi i have developed one android application. The app purpose is retrieve data from mysql database and display in android device. This is my android code: public class RetailerActivity extends Activity { private final String NAMESPACE =…
user1796222
  • 275
  • 2
  • 4
  • 10
0
votes
4 answers

Exception using Ksoap in android

Hello I am trying to solve this problem for past 5 hours now my web service use to work fine until I recently installed windows 8 and setup eclipse and android SDK. My problem is that I added external jar ksoap and created a sample web service for…
Aftab Ali
  • 201
  • 1
  • 6
  • 16
0
votes
1 answer

android customized listview via soap calling

i have try to retrieve data from mysql database via soap calling. Here am facing following problem. i have used below webservice code: public class RetailerWs { public String customerData1(){ String customerInfo = ""; try{ …
0
votes
1 answer

Ksoap2-Android: update to 3.0 from 2.6 breaks upload of complex object

I am attempting to update my Android app to use Ksoap2-Android version 3, up from version 2.6, in order to take advantage of the new SSL/self-signed certificate capabilities. The app seems to have no problem sending simple parameters and receiving…
breadbin
  • 584
  • 1
  • 11
  • 19