✏️ Explanatory Question

What is the message format of SOAP?

👁 78 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

SOAP messages follow a structured format that includes:

  1. Envelope – The outermost element that wraps the message.
  2. Header – Contains application-related metadata (e.g., message ID, SOAP action).
  3. Body – Contains the actual message sent to the recipient.