Herong's Tutorial Notes on Web Service and SOAP
Dr. Herong Yang, Version 3.00

What Is a Web Service?

This section describes what is a Web service.

A Web Service is an application programming service that can be accessed remotely via standard Internet protocols using XML as the data format.

Key elements in this definition:

  • A Web service is a programming service, not an end user service
  • A Web service is designed to be used remotely.
  • A Web service is accessible via standard Internet protocols, ex. HTTP.
  • A Web service communicates data in XML format.

Benefits of using Web services:

  • Easier to integrate applications together.
  • Services re-usable.
  • Making application flexible to meeting constantly changing business needs.

Sections in This Chapter

What Is a Web Service?

Web Service Related Technologies

Dr. Herong Yang, updated in 2007
What Is a Web Service?