A web service is a software system designed for interoperable interaction over a network.
Web Services are no more or less than distributed applications that runs across heterogeneous network using HTTP protocol and XML data formats
A Web service client on one machine can call a service on a host machine some where across Internet without needing to worry about the platform, language or vendor of that service
A web service is an abstract resource that provides a set of functions and is implemented by an agent, which sends and receives messages.
A provider entity provides the functionality of a web service with a provider agent and a requester entity uses the web service functionality with a requester agent.
Webservices are based on SOA
Web services implement various technologies, some of which are XML, SOAP, and WSDL.
XML is a standard format for data exchange. Web service requests and responses are sent as XML messages.
The elements and attributes that may be specified in an XML document are specified in an XML Schema.
SOAP(Simple Object Access Protocol) provides a standard framework for packaging and exchanging XML messages.
A web service is defined with a WSDL (Web Services Description Language) document, and other systems interact with the web service using SOAP messages, transferred using HTTP with an XML serialization.
WSDL (Web Services Description Language) provide a way to describe their interfaces in enough detail to allow user to write a client program to access the service
WSDL is an XML document in the http://schemas.xmlsoap.org/wsdl/ namespace for describing a web service as a set of endpoints operating on messages.
A WSDL document specifies the operations (methods) provided by a web service and the format of the XML messages.
Web Services are no more or less than distributed applications that runs across heterogeneous network using HTTP protocol and XML data formats
A Web service client on one machine can call a service on a host machine some where across Internet without needing to worry about the platform, language or vendor of that service
A web service is an abstract resource that provides a set of functions and is implemented by an agent, which sends and receives messages.
A provider entity provides the functionality of a web service with a provider agent and a requester entity uses the web service functionality with a requester agent.
Webservices are based on SOA
Web services implement various technologies, some of which are XML, SOAP, and WSDL.
XML is a standard format for data exchange. Web service requests and responses are sent as XML messages.
The elements and attributes that may be specified in an XML document are specified in an XML Schema.
SOAP(Simple Object Access Protocol) provides a standard framework for packaging and exchanging XML messages.
A web service is defined with a WSDL (Web Services Description Language) document, and other systems interact with the web service using SOAP messages, transferred using HTTP with an XML serialization.
WSDL (Web Services Description Language) provide a way to describe their interfaces in enough detail to allow user to write a client program to access the service
WSDL is an XML document in the http://schemas.xmlsoap.org/wsdl/ namespace for describing a web service as a set of endpoints operating on messages.
A WSDL document specifies the operations (methods) provided by a web service and the format of the XML messages.
No comments:
Post a Comment