Difference Between SOAP and KSOAP
问题 In web-service fundamental, I have heard about "SOAP" and "KSOAP." What are SOAP and KSOAP? What is the difference between them? Why should I use one instead of the other one? 回答1: SOAP - SOAP is an XML vocabulary used to describe messaging and remote procedure calls between distributed components.Any modern language that works with the Internet is likely to support both XML and HTTP. KSOAP - KSOAP is a SOAP API based on kXML,where kXML is a lightweight Java-based XML parser designed to run