<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" 
    xmlns:sch="http://xilution.com/t20/schemas">
   <soapenv:Header>
     <wsse:Security>        
       <wsse:UsernameToken>
         <wsse:Username>username</wsse:Username>
         <wsse:Password>password</wsse:Password>
       </wsse:UsernameToken>
     </wsse:Security> 
   </soapenv:Header>
   <soapenv:Body>
      <sch:DownloadTimeSummariesRequest>
         <sch:accounts/>
         <sch:contacts>
           <sch:contact>
	     <sch:id>1</sch:id>
           </sch:contact>
         </sch:contacts>
         <sch:interval-duration>86400000</sch:interval-duration>
         <sch:start-timestamp>2007.08.01 00:00:00 CDT</sch:start-timestamp>
         <sch:end-timestamp>2007.08.31 23:59:59 CDT</sch:end-timestamp>
      </sch:DownloadTimeSummariesRequest>
   </soapenv:Body>
</soapenv:Envelope>