Web Services A Web Service is a Web based application that means it's 'http' protocol based. It uses XML as a language for communication between different platforms. The Web Services platform can be broken down in three elements which are: Platform and Language independence comes with one inherent limitation that a Web Service call will be relatively slower. This is due to the network latency, time taken in conversion to and from XML while sending and receiving requests and responses. Update[Aug 08, 2008] - WSDL - Web Services Description Language
W3C defines it as a "software system designed to support interoperable Machine to Machine interaction over a network". Web Services are actually Web based (http protocol based) appications or components that use XML-based standards and protocols to communicate with the clients. Web Services are language and platform independent as XML is a standard and it uses XML-based open protocols for expressing requests and responses and hence eliminates the dependence on the underlying operating system and programming language.
A Web Service normally implements a discrete business functionality completely. It's self-contained and self-describing and discovered using UDDI. An application based on Web Services is loosely coupled and easier to develop and maintain as the requirements are broken down into various modules, which are designed and developed almost independently and in parallel. The granularity of the services play a big role here. There will always be a trade-off between network latency and ease of use for coarse-grained and fine-grained services. The choice is dependent mainly on the context you're supposed to use the service in.
Why Services?
How does it work?
Shortcomings of Web Services
This architecture is still in the very early stages and many new features and enhancements are still awaited. Features like Security and Routing are still missing and hopefully they will also be introduced very soon.
Monday, May 19, 2008
Web Services - What, Why, How, and Shortcomings
Subscribe to:
Post Comments (Atom)
1 comment:
Good post with an excellent structure. I messed things up in my last interview in answer to questions on Web Services. My answer to the Shortcoming ( I was asked as Limitations) was the worst :-) Now I know what and how to answer those questions. Thanks.
I found the whole site very impressive. Please continue doing good work. I'm waiting for the post on WSDL.
Post a Comment