문제

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?
도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top