Easy Tutorial
❮ Soap Syntax Soap Fault ❯

SOAP Body Element


The mandatory SOAP Body element contains the actual SOAP message.


SOAP Body Element

The required SOAP Body element can contain the actual SOAP message intended for the final endpoint of the message.

Direct child elements of the SOAP Body element can be qualified namespaces.

Example

The example above requests the price of an apple. Note that the m:GetPrice and Item elements are application-specific elements. They are not part of the SOAP standard.

A SOAP response should look something like this:

❮ Soap Syntax Soap Fault ❯