Multiple choice technology web technology

In WSDL file Parameter can be defined using which tag

  1. Parameter

  2. Message

  3. Part

  4. Combination of b & c

Reveal answer Fill a bubble to check yourself
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.