<?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:GetStockPrice
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
      <hy:stockPart xsi:type="xsd:string">GOOG</hy:stockPart>
      <hy:marketPart xsi:type="xsd:string">NASDAQ</hy:marketPart>
      <hy:datePart xsi:type="xsd:date">2007-07-07</hy:datePart>
    </hy:GetStockPrice>
  </soapenv:Body>
</soapenv:Envelope>