When calling getLatestBuildResults; the following is returned:
<response>
<buildState>Failed</buildState>
<buildNumber>93</buildNumber>
<failedBuildCount>43</failedBuildCount>
<SuccessfulBuildCount>632</SuccessfulBuildCount>
<BuildTime>12-Dec-06 01:30</BuildTime>
</response>
1. Using an ISO standard date format for BuildTime would be preferable
2. failedBuildCount / successfulBuildCount are weirdly named - failedTestCount / successfulTestCount would make it clearer
3. consistent capitalisation (I'm a bit pedantic about stuff) - since it's early enough you can still fix things like this.