InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of XML Messaging layer in Web Service Protocol Stack? |
|
Answer» This layer is responsible for encoding messages in a common XML format so that messages can be understood at either end. Currently, this layer includes XML-RPC and SOAP. |
|