HTTP/1.1 200 OK
X-Powered-By: Servlet/2.4
SOAPAction: ""
Date: Tue, 24 Oct 2006 16:07:29 GMT
Content-Type: text/xml;charset=utf-8
Server: Sun-Java-System/Application-Server

<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope
    env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns0="http://www.example.com/LoanCalcType"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <env:Body>
    <ans1:getPaymentResponse xmlns:ans1="http://www.example.com/LoanCalc">
      <result xsi:type="xsd:double">1342.0540575303496</result>
    </ans1:getPaymentResponse>
  </env:Body>
</env:Envelope>