Architecture Web Service: What is Web Service?

Source: Internet
Author: User

This is the second article in the series of Web services architecture. Starting from the technical definition of Web services, we will discuss what Web services are. First, the author analyzes in detail the basic role of Web services as software components in the Internet environment from a technical point of view, starting from this basic role, this section describes in detail the packaging specification of this component object Web Service "stack", classifies Web Service applications, and finally examines the current development of Web services with Garnter Group materials.
In the previous article in this series, I analyzed why I needed Web services from the perspective of commercial interests and needs. This article will introduce in detail what Web services are and the application categories of Web services from the technical point of view based on the technical-driven development requirements. From a technical point of view, Web services are extensions of Object/component technology in the Internet.
The resources referenced in this article mainly fall into two categories: Web Service technical resource websites, which contain a large amount of Web Service technical information, and Web Service "stack" technical specifications, they are an overall technical system, including UDDI, SOAP, WSDL, and XML. The links to these resources are provided at the end of this Article. Interested readers can find the desired content through these resource links.
Web object
From the perspective of external users, a Web Service is an object/component deployed on the Web. It has the following features:
Sound encapsulation. Since Web services are deployed on the Web, they naturally have good encapsulation of objects. for users, you can only view the function list provided by this object.
Loose coupling. This feature is also derived from the object/component technology. When the implementation of a Web service changes, the caller will not feel this. For the caller, as long as the Web service call interface remains unchanged, any changes to the implementation of Web services are transparent to them, even when the implementation platform of Web Services is migrated from J2EE. NET or the opposite migration process, users can have no idea about this. For loose coupling, especially for Web Services in the Internet environment, a message exchange protocol suitable for the Internet environment is required. XML/SOAP is currently the most suitable message exchange protocol.
The normative use of the contract. This feature comes from the object, but it is more standardized and easier to understand than the interface specifications of general objects. First, as a Web service, the functions provided by the object interface should be described in a standard descriptive language (such as WSDL). Second, the service interface described by the standard descriptive language should be discoverable. Therefore, this descriptive document must be stored in a private or public registry. At the same time, the Use Agreement described in standard descriptive languages will not only be a service interface, but will be extended to Web Service aggregation, cross-Web service transactions, workflows, etc, all of these require QoS Assurance. Secondly, we know the importance of security mechanisms for loosely coupled object environments. Therefore, we need to perform authorization authentication and data integrity (such as signature mechanisms) use standard methods to describe, transfer, and exchange the source authentication and the non-repudiation of transactions. Finally, the processing at all levels should be manageable, so the same mechanism should be applied to the management agreement.

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.