HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/oneway/PlayByPlay HTTP/1.1
Host: www.spreadtrends.com
Content-Type: application/xml
Content-Length: length
<PlayByPlay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpreadTrends.DataTransferObjects">
<DefensiveTeam>String</DefensiveTeam>
<Detail>String</Detail>
<Direction>String</Direction>
<Down>0</Down>
<FirstDown>String</FirstDown>
<GameId>0</GameId>
<HomeScore>0</HomeScore>
<HomeTOR>0</HomeTOR>
<OffensiveTeam>String</OffensiveTeam>
<Qtr>0</Qtr>
<TimeRemaining>0</TimeRemaining>
<Type>String</Type>
<VisitorScore>0</VisitorScore>
<VisitorTOR>0</VisitorTOR>
<YdsGained>0</YdsGained>
<YdsToGo>0</YdsToGo>
<YdsToGoal>0</YdsToGoal>
</PlayByPlay>