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
-2
votes
1 answer

Error While Getting Response from SOAP Webservice

For Getting the Response from SOAP Webservice i have do the Following as Needed. SOAPUI Request :
Bhavesh Patadiya
  • 25,740
  • 15
  • 81
  • 107
-2
votes
2 answers

Display Soap Webservices Response in Android?

Hi Want display soap web services in Android by using ksoap2. I am using the following code . When I am testing in the Soap Ui Pro it shows ouput xml fine. httpTransport.call(SOAP_ACTION, envelope); Object result = (Object)…
user1414667
  • 91
  • 1
  • 1
  • 4
-3
votes
6 answers

NetworkOnMainThreadException on doing a soap request

I'm trying to do a soap request according to this WSDL scheme: http://pastebin.com/UT3t5XdQ This is my app code: private final String SOAP_ACTION = "https://t4t.services.telenet.be/TelemeterService"; private final String NAMESPACE =…
user1007522
  • 7,858
  • 17
  • 69
  • 113
-3
votes
1 answer

How to get sub folders from ListView using Web services in android?

Hi I am trying to get sub folders from listview, I am getting a list from web services but please can anybody let me know how to get sub folders after clicking on ItemClick listener? I am using .net web services. public class LoginActivity extends…
Piyush
  • 58
  • 1
  • 1
  • 8
-3
votes
2 answers

Response code not getting in android

How to get response code in ksoap2-android-assembly-2.6.5-jar-with-dependencies.jar in android?
Roshni
  • 31
  • 3
1 2 3
49
50