

InterviewSolution
Saved Bookmarks
1. |
What is web service? Discuss the various web service in brief... |
Answer» A key feauter of web service is that applications can be written in various languages and are still able to communicate by exchanging data with one another via a web service between clients and servers. A clients summons a web service by sending a request via XML, and the service then responses with an XML response. | |