Multiple choice technology web technology

WSDL can be divided in these blocks

  1. Abstract Definition and Corner Implementation

  2. Absolute Definition and Concrete Implementation

  3. Absolute Definition and Center Implementation

  4. Abstract Definition and Concrete Implementation

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

WSDL documents are divided into two main sections: the Abstract Definition (interface, operations, messages) and the Concrete Implementation (binding, service, port details). The abstract part defines what the service does, while the concrete part defines how and where to access it. Option D correctly identifies this separation.