Introduction to Web Services

From
Revision as of 22:43, 24 January 2005 by 217.230.205.245 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Definition:

Web Services are “network applications that use SOAP and WSDL to exchange information in the form of WSDL documents.” [5]

Though several distributed object protocols such as CORBA-IIOP, DCOM and RMI already exist, the concept of web services is strongly discussed. Since web services rely on standard protocols (SOAP, WSDL), they are independent of the underlying implementation. Thus, they allow for interoperability across platforms. Former technologies require proprietary protocols and/or the Java language to enable network communication.