|
A Web Service (XML Web Service) is a unit of code that can be activated using HTTP requests.
In another way, a Web Service is an application component that can be remotely callable
using standard Internet Protocols such as HTTP and XML. Web Services came into existence
to deliver distributed computing over the Internet. A major advantage of the Web services architecture is,
it allows programs written in different languages on different platforms to communicate
with each other in a standards-based way. A Web service is a software service exposed
on the Web through SOAP, described with a WSDL file and registered in UDDI
|