POST /example/loancalc HTTP/1.1
Content-Type: text/xml; charset=utf-8
Content-Length: 570
SOAPAction: ""
User-Agent: Java/1.5.0_06
Host: localhost:8080
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive

<?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/LoanCalc"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <env:Header></env:Header>
  <env:Body>
    <ns0:getPayment>
      <double_1 xsi:type="xsd:double">250000.0</double_1>
      <double_2 xsi:type="xsd:double">5.0</double_2>
      <int_3 xsi:type="xsd:int">360</int_3>
    </ns0:getPayment>
  </env:Body>
</env:Envelope>