SOAP Messages and WSDL
In this lesson, we will learn about the building blocks of SOAP messages and Web Service Definition Language (WSDL).
We'll cover the following...
The SOAP message
The SOAP message is an XML document which has the following components:
SOAP Message
-
An
Envelopeelement that encapsulates the SOAP header and SOAP body, which form the SOAP message. This is the root of the SOAP message. It needs to have at least one SOAP body. ...