InterviewSolution
Saved Bookmarks
| 1. |
What Is Messaging In Restful Web Services? |
|
Answer» A CLIENT sends a MESSAGE in form of a HTTP Request and SERVER RESPONDS in form of a HTTP Response. This technique is termed as Messaging. These messages contain message data and metadata i.e. information about message itself. A client sends a message in form of a HTTP Request and server responds in form of a HTTP Response. This technique is termed as Messaging. These messages contain message data and metadata i.e. information about message itself. |
|