Easy Tutorial
❮ Soap Header Soap Body ❯

SOAP Syntax


SOAP Building Blocks

A SOAP message is a regular XML document, containing the following elements:

All the above elements are declared in the default namespace for SOAP encapsulation:

http://www.w3.org/2001/12/soap-envelope

And the default namespace for SOAP encoding and data types:

http://www.w3.org/2001/12/soap-encoding


Syntax Rules

Here are some important syntax rules:


Basic Structure of a SOAP Message

❮ Soap Header Soap Body ❯