Web Services - major components that make up a Web Service

Describe the three major components that make up a Web Service.

Web service components are as follows:

1. SOAP
2. WSDL
3. UDDI

1. SOAP:

- SOAP stands for Simple Object Access Protocol.
- It is a communication protocol that communicates between applications.
- It can run on any operating system.
- It describes how to encode an HTTP header and an XML file to make communication between two computers.
- It is a platform and language independent.
- It has a benefit to allow server firewalls.

2. WSDL:

- WSDL stands for Web Services Description Language.
- It is an XML based language written in XML.
- It is used for describing the web services and the process of accessing it.
- It is an integral part of UDDI that facilitates businesses to be listed themselves and their services on the Internet.
- It navigates for individuals and other business to access the service.

3. UDDI:

- It stands for Universal Description, Discovery and Integration.
- It is an open framework and platform independent.
- It is seen with SOAP and WSDL as one of the three foundation standards of web services.
- It uses WSDL to describe interfaces to web services.
- It is a specification for a distributed registry of web services.
How to implement a Web Service in .NET
How to implement a Web Service in .NET -....
What is ILDASM and Obfuscator in .NET?
What is ILDASM and Obfuscator in NET? - ILDASM (Intermediate Language Disassembler) - De-Compilation is the process of getting the source code from the assembly...
Explain how Obfuscator works in .NET - C#.NET
Explain how Obfuscator works in NET - Obfuscators protect the source code from being hacked...
Post your comment