<
soap:Body> as well <soap:Header> both contain inside them application specific elements (header part is optional).
Elements within <soap:Body> carry SOAP message payload: XML document, or remote procedure call (in XML form)
Elements within <soap:Header> are for authentication/transactions/logging/ etc. They don't carry business object information.
regards,
MZ