Introduction to Web Services

This is an introductory tutorial about the fundamental elements of Web services.

What are Web Services?

Web services

According to the W3C, the World Wide Web Consortium, two major classes of Web services exist:

How Does it Work?

The basic Web services platform is XML + HTTP.

The HTTP protocol is the most used Internet protocol.

XML provides a language that can be used between different platforms and programming languages and still expresses complex messages and functions.

Platform elements

Web services platform elements are

SOAP is a protocol specification for exchanging structured information in the implementation of Web Services in computer networks.

UDDI is a platform-independent, Extensible Markup Language (XML)-based registry for businesses worldwide to list themselves on the Internet and a mechanism to register and locate web service applications.

WSDL is an XML-based language that provides a model for describing Web services.

We will explain these topics later in the tutorial. Thank you

References

  1. "Relationship to the World Wide Web and REST Architectures". Web Services Architecture. W3C. Retrieved 2011-04-22.
This article is issued from Wikiversity - version of the Thursday, March 06, 2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.