Web services protocol stack
A web service protocol stack is a protocol stack (a stack of computer networking protocols) that is used to define, locate, implement, and make Web services interact with each other. A Web service protocol stack typically stacks four protocols:
- (Service) Transport Protocol: responsible for transporting messages between network applications and includes protocols such as HTTP, SMTP, FTP, as well as the more recent Blocks Extensible Exchange Protocol (BEEP).
- (XML) Messaging Protocol: responsible for encoding messages in a common XML format so that they can be understood at either end of a network connection. Currently, this area includes such protocols as XML-RPC, WS-Addressing, and SOAP.
- (Service) Description Protocol: used for describing the public interface to a specific Web service. The WSDL interface format is typically used for this purpose.
- (Service) Discovery Protocol: centralizes services into a common registry so that network Web services can publish their location and description, and makes it easy to discover what services are available on the network. Universal Description Discovery and Integration (UDDI) was intended for this purpose, but it has not been widely adopted.
The Web service protocol stack also includes a whole range of recently defined protocols: BPEL, SOAP-DSIG.
External links
- Alex Nghiem (2003) The Basic Web Services Stack
- Ethan Cerami (2002) Top Ten FAQs for Web Services
- innoQ (2007) Web Services Standards as of Q1 2007
- Lawrence Wilkes (updated Feb 2005) The Web Services Protocol Stack
- Pavel Kulchenko (2002) Web Services Acronyms, Demystified
This article is issued from Wikipedia - version of the 10/4/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.