InterviewSolution
Saved Bookmarks
| 1. |
What is a Web service Requestor? |
|
Answer» Web service REQUESTOR is the client APPLICATION that requests for web service to use it. Its main PURPOSE is to use an existing web service by opening a network connection and SENDING an XML request. In SIMPLE words, they are consumers of the web service. |
|