<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:UploadTimeEntriesRequest>
         <sch:time-entries>
           <sch:time-entry>
             <sch:contact-id>1</sch:contact-id>
             <sch:timestamp>2007.11.01 08:01:00 CDT</sch:timestamp>
             <sch:category>nuttin.honey</sch:category>
             <sch:description>this is a new time entry.</sch:description>
            </sch:time-entry>
           <sch:time-entry>
             <sch:contact-id>1</sch:contact-id>
             <sch:timestamp>2007.11.01 08:02:00 CDT</sch:timestamp>
             <sch:category>Test</sch:category>
             <sch:description>this is a new time entry.</sch:description>
            </sch:time-entry>
           <sch:time-entry>
             <sch:contact-id>1</sch:contact-id>
             <sch:timestamp>2007.11.01 08:03:00 CDT</sch:timestamp>
             <sch:category>Test2</sch:category>
             <sch:description>this is another new time entry.</sch:description>
            </sch:time-entry>
         </sch:time-entries>
      </sch:UploadTimeEntriesRequest>
   </soapenv:Body>
</soapenv:Envelope>