In WSDL file Parameter can be defined using which tag
-
Parameter
-
Message
-
Part
-
Combination of b & c
D
Correct answer
Explanation
In WSDL, parameters are defined using both Message and Part elements. A Message element contains one or more Part elements, where each Part defines an individual parameter with its name and type. This two-level structure allows WSDL to define complex message structures with multiple parameters. Option D correctly states this combination.