What are the main characteristics of UDDI?

What will be an ideal response?

UDDI is a directory model for Web services. It is an XML- and SOAP-based look-up service specification for maintaining standardized directories of information about Web services, recording their capabilities, locations, and requirements in a universally recognized format. UDDI is commonly used by Web service providers to advertise the existence of their services to potential consumers.

Computer Science & Information Technology

You might also like to view...

When a cell _________ multiple rows or columns, it pushes other cells to the right or down in a table.?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which statement is True in regard to the following code?

``` intCount = 0 Do While intCount < 10 lstOutput.Items.Add(“Good Job”) Loop ``` a. This is an infinite loop. b. intCount should start at -1. c. The Items.Insert method should be used instead of Items.Add. d. The text Good Job should not have quotation marks around it.

Computer Science & Information Technology