LiberatedIT insights & articles, A blog about analytics, marketing & testing
Sep 12 2017
“The LiberatedIT is a grassroots coalition fighting for Liberated which ensure simple, affordable access to web technology for all”
A web service is a service offered by an electronic device to another electronic device, communicating with each other via the World Wide Web. In a Web service, Web technology such as HTTP, originally designed for human-to-machine communication, is utilized for machine-to-machine communication, more specifically for transferring machine readable file formats such as XML and JSON. In practice, the web service typically provides an object-oriented web-based interface to a database server, utilized for example by another web server, or by a mobile application, that provides a user interface to the end user. Another common application offered to the end user may be a mashup, where a web server consumes several web services at different machines, and compiles the content into one user interface. According to Wikipedia.
Web Services Specifications
Three specifications for Web Services are illustrated in this section: SOAP, REST, and JSON.
SOAP
Read our latest post on Technology
SOAP was originally part of the specification that included the Web Services Description Language (WSDL) and Universal Description, Discovery, and Integration (UDDI). It is used now without WSDL and UDDI. Instead of the discovery process described in the History of the Web Services Specification section below, SOAP messages are hard-coded or genereated without the use of a repository. The interaction is illustrated in the figure below. More on SOAP.
Oct 23 2018
Oct 11 2017
Sep 16 2017