<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:hy="http://www.herongyang.com/Service/">
  <soapenv:Header/>
  <soapenv:Body>
    <hy:GetStockPriceResponse
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
      <hy:pricePart xsi:type="xsd:decimal">552.16</hy:pricePart>
    </hy:GetStockPriceResponse>
  </soapenv:Body>
</soapenv:Envelope>