Multiple choice technology web technology

How many number of parts are there in a SOAP document ?

  1. 3

  2. 4

  3. 5

  4. 6

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

A SOAP message has 4 parts: Envelope (mandatory root), Header (optional), Body (mandatory), Fault (optional, appears in Body for errors). This structure is defined by the SOAP specification.