AI Features

SOAP Messages and WSDL

In this lesson, we will learn about the building blocks of SOAP messages and Web Service Definition Language (WSDL).

The SOAP message

The SOAP message is an XML document which has the following components:

SOAP Message
SOAP Message
  • An Envelope element 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. ...