Multiple choice technology architecture

--------------------- represents an abstract definition of the data being transmitted?

  1. Message

  2. Binding

  3. Port

  4. portType.

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

The Message element in WSDL provides an abstract definition of the data being transmitted. It defines the structure and types of data exchanged without specifying the concrete format or protocol. Binding maps messages to protocols, Port specifies addresses, and portType defines operations.