InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by SOAP? Write its advantages. |
|
Answer» SOAP (Simple Object Access Protocol) is an XML-based protocol that is used to access web services. It is simply used to interchange data or information between two devices or computers using request and RESPONSE based on XML format over transport protocols like HTTP, SMTP, etc. |
|