In a Soap Message in XML format SOAP Header is mandatory.
B
Correct answer
Explanation
The SOAP Header is an optional element in a SOAP message. While the Envelope and Body are mandatory, the Header is used only when you need to convey additional information such as authentication, transaction context, or processing instructions. Many simple SOAP messages have no Header at all.