SOAP Document Rules
PHP 5 and WebServices
2025-04-21
32
A SOAP Document must meet the following requirements
•
Must have a top-level
Envelope
namespaced to
http://schemas.xmlsoap.org/soap/envelope/
•
Must contain
Body
element
•
May contain an optional
Header
and
Fault
elements
•
The contents of
Header
and
Body
must be properly namespaced