Components of SOAP web service
Main components of SOAP web service UDDI · It stands for Universal Description, Discovery and Integration · It is a directory service which is kind of repository of all the web services. · All the web services have to be registered with the UDDI and make them available for the discovery. · So anyone who wants to use the service will go and search the UDDI and then start using that service. Web service description language (WSDL) · It’s an XML file which describes the complete web service. · It includes the details like end point, port number, method names, arguments, data types, communication protocol, message format, security etc. · ...