--%>

State the term UDDI

State the term UDDI?

E

Expert

Verified

Universal Description, Discovery, and Integration (UDDI) are a specification designed to permit businesses of all sizes to benefit within the new digital economy. There is a Universal Description, Discovery, and Integration registry that is open to everybody. Membership is free and members can enter details regarding themselves and the services they give. Searches can be performed with company name, exact service, or kinds of service. This permits companies providing or required web services to discover each other, explain how they interact over the Internet and share that information in a truly standardized and global fashion.

   Related Questions in Programming Languages

  • Q : Define Application Application : It is

    Application: It is frequently used, simply as a synonym for the program. Though, in Java, the word is particularly employed of programs with a Graphical User Interface (GUI) which are not applets.

  • Q : What are the valid and invalid XHTML

    What are the valid and invalid XHTML element names?

  • Q : Create an applet of bounces in JAVA

    Create an applet that bounces a blue ball inside an applet using Thread.  The ball (diameter is 10) will start at position (0,0).  When the ball hits the edge of the applet, the ball should bounce off the edge at a randomly selected angle between 20 and 60 d

  • Q : What are benefits of automated testing

    What are the benefits of automated testing over manual testing?

  • Q : Passing by address or reference Passing

    Passing by address or reference: In this technique no separate memory build for formal variables that is, formal variables share similar location of actual variables and therefore any change on formal variables automatically reflected back to real var

  • Q : What is Disk drive Disk drive : It is a

    Disk drive: It is a hardware device employed to store the data. They come in numerous forms, like floppy disks, compact disks, and hard disks.

  • Q : What is Class method What is Class

    What is Class method: It is a synonym for the static method.

  • Q : Introduction to Programming for

    The purpose of this assignment is to get you started with C++ programming. You'll develop simple programs (with input and output) to solve simple mathematical and engineering problems. 1. Write a program to compute the area A of an

  • Q : What are tools require View XHTML

    What are tools require View XHTML Documents?

  • Q : What is Variable Variable : It is the

    Variable: It is the memory block of specific size where value can be stored and modified throughout program execution. Example: int x, float y, float amount, char c;