Multiple choice technology architecture

A program seeking to use a web service performs which of the following tasks ?

  1. Accessing a UDDI description from the WSDL registry and binds to the service using SOAP

  2. Accessing a SOAP description from the UDDI registry and binds to the service using UDDI

  3. Accessing a SOAP description from the WSDL registry and binds to the service using UDDI

  4. Accessing a WSDL description from the UDDI registry and binds to the service using SOAP

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

Web service consumption follows the pattern: discover the service in UDDI (registry), retrieve its WSDL description (interface definition), then bind using SOAP (message protocol). Option D correctly sequences these steps. Options A-C incorrectly pair the protocols with their purposes or reverse the registry relationship.