Multiple choice technology web technology

Which of the next elements can nest a SOAP Fault Element?

  1. Header

  2. Envelope

  3. Body

  4. Fault is the Root Element

  5. None of the above

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

According to SOAP specification, a Fault element must appear within the Body element of the SOAP message. It cannot be in Header, Envelope (the root), or be a root element itself. The Fault element carries error or fault information from the endpoint.