Multiple choice technology web technology

SOAP headers contain ....

  1. all validations and requests

  2. all Validations

  3. all requests

  4. None

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

In SOAP message structure, the header contains auxiliary information like authentication tokens, transaction IDs, validation rules, and routing information. The actual request or response payload goes in the body section. This separation of concerns keeps metadata separate from core message content.