<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:si="http://soapinterop.org/xsd">
  <SOAP-ENV:Body>
     <ns1:somma xmlns:ns1="http://testuri.org"> 
          <in0 xsi:type="xsd:int">5</in0>
          <in1 xsi:type="xsd:int">3</in1>
      </ns1:somma> 
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

