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...

Which of the following statements is false?

a. A lambda that receives two ints, x and y, and returns their sum is (int x, int y) -> {return x + y;} b. A lambda’s parameter types may be omitted, as in: (x, y) -> {return x + y;} in which case, the parameter and return types are set to the lambda's default type. c. A lambda with a one-expression body can be written as: (x, y) -> x + y In this case, the expression’s value is implicitly returned. d. When a lambda's parameter list contains only one parameter, the parentheses may be omitted, as in: value -> System.out.printf("%d ", value)

Computer Science & Information Technology

The Open dialog box enables you to locate files on your computer

Indicate whether the statement is true or false

Computer Science & Information Technology

When you ________, you insert a copy of an item stored on the Clipboard into the document

A) paste B) copy C) cut D) Save As

Computer Science & Information Technology

When planning a presentation, you should use ________ to ensure that your bullets are in the same grammatical form thereby helping your audience see the connection between your phrases

Fill in the blank(s) with correct word

Computer Science & Information Technology