Feeds:
Posts
Comments

Archive for the ‘WEB’ Category

Web Service: Web services work on top of HTTP: they generally involve sending an HTTP request to a certain URL (possibly including an XML document), and getting a response in the form of another XML document. Web service implementations can be broken down into two categories: servers and clients.

Most web services are based on one [...]

Read Full Post »

Web Services

The term Web services describes a standardized way of integrating Web-based applications using the XML, SOAP, WSDL and UDDI open standards over an Internet protocol backbone. XML is used to tag the data, SOAP is used to transfer the data, WSDL is used for describing the services available and UDDI is used for listing what [...]

Read Full Post »