Head–body pattern
From Wikipedia, the free encyclopedia
(Redirected from Head-Body Pattern)
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2009) |
The head–body pattern is a common XML design pattern, used for example in the SOAP protocol. This pattern is useful when a message, or parcel of data, requires considerable metadata. While mixing the meta-data with the data could be done it makes the whole confusing. In this pattern the meta-data or meta-information are structured as the header, sometimes known as the envelope. The ordinary data or information are structured as the body, sometimes known as the payload. XML is employed for both head and body (see also XML Protocol).
| This computer programming-related article is a stub. You can help Wikipedia by expanding it. |