|
Simple Object Access Protocol (SOAP) v1.2
An Introduction with Examples in Java |
|
Prof. David Bernstein
|
| Computer Science Department |
| bernstdh@jmu.edu |
Envelope is the top element of the XML
document representing the messagehttp://www.w3.org/2003/05/soap-envelope
encodingStyle Attribute:
http://www.w3.org/2003/05/soap-encoding
Header is a generic mechanism for
adding features to a SOAP messageHeader could be used to indicate who
should deal with a feature and whether it is
optional or mandatoryHeader element MUST be the first
immediate child of the Envelope element
Body is a container elementEnvelope elementHeader element,
if one is present, otherwise it must be the first
immediate child of Envelope
Fault items
Code
|
The machine-usable cause of the fault |
Reason
|
The human-readable cause of the fault |
Node
|
The Node that caused the fault
|
Role
|
The role the Node that caused the
fault was playing
|
Detail
|
Application-specific information |