EIE424 Distributed Systems and Networking Programming -PartIl 3.1 SOAP-Introduction SOAP message- Envelope Every SOAP message has a root Envelope element o Does not define the soap version o Rather, use namespaces to differentiate versions <SOAP-ENV: Envelope Namespace for SOAP 1.1 xmlns: SOAP-ENV= whttp://schemas.xmlsoap.org/soap/envelope/n </SOAP-ENV: Envelope> o For soap 1.2, the namespace URi is 12 http://www.w3.org/2001/09/soap-envelope12 EIE424 Distributed Systems and Networking Programming –Part II 3.1 SOAP – Introduction SOAP message – Envelope ⚫ Every SOAP message has a root Envelope element ⚫ Does not define the SOAP version ⚫ Rather, use namespaces to differentiate versions ⚫ For SOAP 1.2, the namespace URI is – http://www.w3.org/2001/09/soap-envelope <SOAP-ENV:Envelope xmlns:SOAP-ENV= “http://schemas.xmlsoap.org/soap/envelope/” : </SOAP-ENV:Envelope> Namespace for SOAP 1.1