Multiple choice

Which of the following statements is false about SOAP(Simple Object Access Protocol) header element?

  1. It contains the authentication information about the users.

  2. It contains application specific information.

  3. It must be the first child element of the Envelope element.

  4. The immediate child elements of the header element must be namespace-qualified.

  5. It defines the data types used in the document.

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

Header element does not define any data types in the document. The encodingStyle Attribute is used for that.