Multiple choice technology web technology

What is a web service?

  1. A standard way of integrating web-based applications

  2. One type of service that can be part of a Service Oriented Architecture

  3. Programmable XML-based service

  4. Only B and C

  5. Only A and B

  6. A, B and C

Reveal answer Fill a bubble to check yourself
F Correct answer
Explanation

A web service is all three: a standard way of integrating web-based applications using XML-based protocols (A), a key component of Service Oriented Architecture (B), and a programmable service accessible over the web (C). These definitions capture the technical, architectural, and functional aspects of web services.