InterviewSolution
| 1. |
What Is Web Services? |
|
Answer» Web Services are the components that provide functionality via internet, uses standard protocol such as HTTP. Web services USE SOAP to expose functionality which is an XML-based protocol that ENABLES 2 disparate components to communicate. So web services hosted on windows platform can EASILY be consumed Linux and UNIX platform. Web Services are the components that provide functionality via internet, uses standard protocol such as HTTP. Web services use SOAP to expose functionality which is an XML-based protocol that enables 2 disparate components to communicate. So web services hosted on windows platform can easily be consumed Linux and UNIX platform. |
|