ZVON > References > SOAP Reference

Go to standard
<Envelope>
attributes: encodingStyle
child elements: Header Body
Standard excerpt:
The Envelope is the top element of the XML document representing the message. The element MAY contain namespace declarations as well as additional attributes. If present, such additional attributes MUST be namespace-qualified. Similarly, the element MAY contain additional sub elements. If present these elements MUST be namespace-qualified and MUST follow the SOAP Body element.

Examples:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Body> <time:GetLocalTime xmlns:time="www.zvon.org/time"> <time:city>New York</time:city> <time:format template='hh:mm'/> </time:GetLocalTime> </SOAP-ENV:Body> </SOAP-ENV:Envelope>