haansi
haansi

Reputation: 5750

what is difference in UDDI, DISCO and WSDL?

I am reading about web services and read about UDDI, DISCO and WSDL but couldn't understand what is its meaning. I am new to web services. Kindly guide and help me understanding these terms and their mutual relationship.

thanks Thanks THANKS

Upvotes: 3

Views: 10331

Answers (1)

Pranay Rana
Pranay Rana

Reputation: 176956

You can also find details about all this tree on MSDN also...do check it out that also by googling it.

Read more : Web Services - SOAP, WSDL, Disco and UDDI

Disco

The Web Service Discovery Tool (DISCO) is used to discover the URLs of XML Web Services located on a Web server and saves documents related to each XML service on a local disk. The DISCO takes the URL and discovers and produce publishes discovery documents (.wsdl, .xsd, .disco and .dicomap files) as arguments.

UDDI

Universal Description, Discovery and Integration (UDDI) is a platform independent framework functioning like a directory that provides a mechanism to locate and register web services on the internet.

WSDL

Web Services Description Language (WSDL) is a markup language that describes the web service.

Upvotes: 6

Related Questions