Maturity Model of Web Services

The Web can be visualized as a large scale distributed network with plethora of offerings... Web in itself is not the solution to business applications, but it's the way in which the web is integrated and interfaced (through web services) is of prime importance. Leonard Richardson has done a great job of putting up a … Continue reading Maturity Model of Web Services

Tornado – SOAP Web Services

SOAP (or Simple Object Access protocol) is a protocol that is used for development of web services in turn used for exchanging information across computers. While the message format is XML, the mode of negotiation and transmission typically is HTTP. SOAP provides a messaging framework where the client and web services are bind to a … Continue reading Tornado – SOAP Web Services