Web Services Interview Questions and Answers
17. |
Why the Web Method attribute is used? |
|
The Web Method attribute identifies a method as being accessible to clients making HTTP requests. It also has the Description property to show the purpose of the method. |
18. |
Whether the web service supports the complex data types or not? |
|
Yes. It supports the complex type such as Data set, Hash Table, Images, and custom objects. |
19. |
How the SOAP ensures the security? |
|
The security is achieved with the Web Service Security (WS – Security) specification. It is used to ensure the following.-
Authentication,
- Integrity,
- Confidentiality
|