Listing 1 - Sample SOAP Message 1. <SOAP-ENV:Envelope 2. xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 3. xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" 4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5. xmlns:xsd="http://www.w3.org/2001/XMLSchema" 6. SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > 7. <SOAP-ENV:Body> 8. <AnInteger> 9. <thenumber xsi:type="xsd:integer">97</thenumber> 10. </AnInteger> 11. </SOAP-ENV:Body> 12. </SOAP-ENV:Envelope> |