--%>

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 : Choice of technology in coding of game

    What are the choice of technologies while coding a game?

  • Q : Which is the tool having demand within

    Which is the excellent tool one should learn, which is the tool having demand within the market?

  • Q : Define the term Assignment statement

    Define the term Assignment statement: It is a statement employing the assignment operator.

  • Q : Define the term Swizzling Define the

    Define the term Swizzling: It is the process of recursively writing the contents of an object through object serialization.

  • Q : Distinct features of Object oriented

    Q. What are the distinct features of Object oriented programming language?  

    Q : Explain Exclusive-or operator

    Exclusive-or operator: An exclusive-or operator (^) is both a Boolean operator and the bit manipulation operator. The Boolean version provides the value true when only one of its operands is true; or else it offers the value false. Likewise, the bit m

  • Q : What is an Unchecked exception

    Unchecked exception: An exception for which it is not needed to give a local try statement or to propagate through a throws clause stated in the method header. An exception which is not handled will cause program annihilation when it is thrown.

  • Q : Explain the term accessibility testing

    Explain the term accessibility testing.

  • Q : Bank accounts Assignment &Code in JAVA

    Java Assignment Scenario:  Bank accounts Data structures need to be modelled with UML then created in Java

  • Q : Networking Homework Assignment : A

    Homework Assignment : A Barbershop Problem Due: November 20, 2012 In this assignment, you are asked to write a multithreading problem to simulate the barbershop problem, which is a classical synchronization problem. The problem is taken from William Stallings's Operating Systems: Internals and D