Domanda

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?
È stato utile?

Soluzione

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

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top