| Author |
RMH: application specific elements ???
|
Roger Rustin
Greenhorn
Joined: Jul 08, 2004
Posts: 19
|
|
In page 94, the book says:
Although application specific elements in the Body element must be qualified by prefixes, there is no such requirement for the elements contained within a header element.
What does the author mean by "application specific elements"? thanks. - Roger
|
 |
Mikalai Zaikin
Ranch Hand
Joined: Jun 04, 2002
Posts: 2989
|
|
<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
|
Free SCDJWS 5.0 Study Guide - SCDJWS 5.0 Quiz (How to get SCDJWS 5.0 Quiz)
Java Platform, Enterprise Edition 6 Web Services Developer Certified Expert Exam Study Guide and Quiz [in progress...]
|
 |
 |
|
|
subject: RMH: application specific elements ???
|
|
|