Search code examples
androidweb-servicesksoap

what is a ksoap namespace?


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?

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