The SOAP Messaging Standard

At the core of the Web Services story lies the SOAP message standard. The SOAP message is composed of several parts: a header, an envelope, and a body (see Figure 22-3). These elements are used together to create, send, and process a SOAP message.

Figure 22-3. The SOAP message.

The SOAP header provides a generic mechanism for describing the message and provides some mechanisms for defining who should process the message and how features should be managed. Within the SOAP header, a mustUnderstand attribute may be declared to indicate what elements must be understood by the recipient in order to process the message. An ...

Get J2EE™ and Beyond: Design, Develop, and Deploy World-Class Java™ Software now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.