Question

please explain a little about the ksoap android objects. I couldn't find any help anywhere.

  1. what is the meaning and purpose of "namespace" when declaring a ksoap object?
  2. what is the purpose of "SoapSerializationEnvelope" object?
  3. what is the purpose of "HttpTransportSE" object?
Était-ce utile?

La solution

KSOAP is a SOAP API based on kXML,where kXML is a lightweight Java-based XML parser designed to run on limited, embedded systems such as personal mobile devices

Check this link for details. Difference Between SOAP and KSOAP

Autres conseils

According to this webpage:-

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top