<?xml version='1.0' encoding="ISO-8859-1" ?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
               soap:encodingStyle="www.w3.org/2003/05/soap-encoding">
 <soap:Body>
  <x:TransferFunds xmlns:x="urn://examples-org/banking/">
   <from>22-342439</from>
   <to>98-283843</to>
   <amount>100.00</amount>
  </x:TransferFunds>
 </soap:Body>
</soap:Envelope>
