Web Services Interview Questions and Answers
| 1. |
Define Web service? |
| |
A web service is a class that allows its methods to be called by methods on other machines via common data formats and protocols, such as XML and HTTP. |
| 2. |
Define Service Oriented Architecture.? |
| |
It enables application to be distributed across a network or the internet to clients using any language or operating system. |
| 3. |
Define SOAP? |
| |
- It is a light weight protocol for exchange of information in a decentralized, distributed environment.
- Its specification define a model for invoking methods on a specified target machine, passing parameters, handling, faults and receiving a method response.
|
| 4. |
What is the use of Web Service directive? |
| |
- The web service directive identifies the files as defining a web service.
- The directive specifies the class implementing the XML web service and the programming language used in the implementation.
|