Basic Concepts of Web Services - Quiz

Total: 8 questions

1. Types of web services.
SOAP-based and REST-style.
2. The distinction between SOAP-based and REST-style service.
A SOAP-based service delivered over HTTP is a special case of a REST-style service.
3. What does acronym SOAP mean?
Simple Object Access Protocol or Service Oriented Architecture (SOA) Protocol.
4. Clients of web services.
Usually it is an application without a graphical user interface.
5. How does a typical SOAP-based web service interact with client?
A client sends a SOAP document as a request to a web service, which returns another SOAP document as a response.
6. How REST-style services interact with client?
A client can send a standard HTTP request to a web service and receive as a response an appropriate XML document.
7. What distinguish web services from other distributed software systems?
a) Open infrastructure. b) Language transparency. c) Modular design.
8. What is WS-I?
WS-I (Web Services-Interoperability) is meant to help software architects and developers produce web services that can interoperate seamlessly despite differences in platforms and programming languages.
Page 1 of 1