A SOAP Envelope contains Head, Title and Body
B
Correct answer
Explanation
A SOAP envelope consists of three main parts: the Header (optional), the Body (required), and the Fault element (for error handling). There is no 'Title' element in the SOAP envelope specification. The Header contains application-specific information, the Body contains the actual message content, and Fault carries error information. The question incorrectly lists 'Title' as a component.