Introduction to Web Services: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''What are web services?''' |
'''What are web services?''' |
||
Web Services are ''“network applications that use SOAP and WSDL to exchange information in the form of WSDL documents.”''[5] |
Web Services are ''“network applications that use SOAP and WSDL to exchange information in the form of WSDL documents.”'' [5] |
||
Though established, distributed object protocols like 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 for network communication to enable network communication. |
Though established, distributed object protocols like 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 for network communication to enable network communication. |
Revision as of 20:05, 24 January 2005
What are web services?
Web Services are “network applications that use SOAP and WSDL to exchange information in the form of WSDL documents.” [5]
Though established, distributed object protocols like 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 for network communication to enable network communication.