This document describes how to use WebService on the android client. The first is about ksoap2 and the second is about rest.
Basic knowledge about Android 10: WebService 01: ksoap2
Basic knowledge about Android 10: WebService 02: Rest
1. Rest
When HTTP is invented, rest is already there. Unfortunately, over the years, the Web development model has increasingly deviated from the nature of HTTP, trifles the pursuit of RPC and other things. At this point rest back into the eyes of people,
Rest is a good thing, but it is dragged down by two problems.
I have already written some introductions and opinions on rest. Not long ago, I just saw an article translated into Chinese on the Chinese version of infoq website and found some
Comparison between REST WebService and SOAP WebService, webservicesoap
Comparison between REST WebService and SOAP WebService
In the basic technical implementation of SOA, WebService occupies a very important position. We usually mention the first
Http://www.cnblogs.com/hyhnet/archive/2016/06/28/5624422.htmlHTTP is a standard Hypertext Transfer protocol. The associated request semantics are also used, using encoding parameters and passing parameters as key-value pairs. Each protocol contains
Representational State transfer (representational-transfer,rest) has been widely accepted in the Web, and is based on the SOAP and Web Service Description Language (Web services Description language,w SDL) is a simpler alternative to WEB services.
WebService occupies an important position in the basic technology implementation of SOA, and often we mention that the first idea of WebService is that SOAP messages interact on various transport protocols. In recent years, the idea of rest has been
BasisREST defines a set of architectural principles that you can use to design a system-resource-centric WEB service, including how clients written in different languages process and transfer resource state over HTTP. If you consider the number of
This is the second in the depth of the Deep Exploration Rest column series that will take you through the origins of the rest architecture, the web, the nature and characteristics of the rest architecture, and the comparison of rest architectures
Concept:
The style of WEB Services. I checked it from Wikipedia. There are no more than a dozen, but REST and RPC are commonly used. Among them, the SOAP-based Webservice is RPC-style.
The full name of REST is Representational State Transfer. It is
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.