Multiple choice technology programming languages

A company is designing a new application to track the materials used by their construction firm on a large industrial construction project. They want their suppliers to be able to see what materials the company needs for a competitive bid process. As the architect for the Service Oriented Architecture, why would a developer use UDDI?

  1. It defines the Web services as a resource.

  2. It defines a stateful behavior for the participating Web services.

  3. It provides a location where services can be dynamically discovered.

  4. It defines a stateless behavior for the participating Web services.

  5. It decouples the Web service from its implementation.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

UDDI (Universal Description, Discovery, and Integration) provides a registry where web services can be published and dynamically discovered by other applications. This enables suppliers to find available services without prior knowledge.