Web Services Components
Web Services Components are :
SOAP
WSDL
UDDI
SOAP (Simple Object Access Protocol) :
• SOAP is XML based protocol for accessing Web Services.
• SOAP is a W3C recommendation for communication between two applications.
W3C : World Wide Web Consortieum.
• SOAP is a XML based so it is platform independent &language independent.
In other words, it can be used with java, php, .net.
WSDL (Web Service Description Language) :
• It is XML document containing information about web server such as method name, method parameter and how to access.
• It is a part of UDDI acts as interface between Web Service and application.
UDDI (Universal Description Discovery and Integration) :
• UDDI is an XML based framework for describing, discovery and integrating web services.
• It binds the objects of WSDL.