Root element of a WSDl file
-
Definition
-
Messaage
-
Types
-
Port
Reveal answer
Fill a bubble to check yourself
A
Correct answer
Explanation
In WSDL, the element is the root element that contains all other WSDL elements. defines data structures, defines XML schema types, and defines specific endpoints.
AI explanation
A WSDL document's root element is (namespaced to the WSDL schema), which wraps everything else — types, message, portType/interface, binding, and service/port elements all appear nested inside it. Since Message, Types, and Port are children of , none of them can be the root, making "Definition[s]" correct.