FixturesLive_WebService


Click here for a complete list of operations.

GetFixturesByLeague

Returns an array of fixtures for a league in a date range

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
intLeagueID:
datStartDate:
datEndDate:
strAccountKey:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /external/webservice/fl.asmx HTTP/1.1
Host: www.fixtureslive.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.fixtureslive.com/GetFixturesByLeague"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetFixturesByLeague xmlns="http://www.fixtureslive.com/">
      <intLeagueID>int</intLeagueID>
      <datStartDate>string</datStartDate>
      <datEndDate>string</datEndDate>
      <strAccountKey>string</strAccountKey>
    </GetFixturesByLeague>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetFixturesByLeagueResponse xmlns="http://www.fixtureslive.com/">
      <GetFixturesByLeagueResult>
        <Fixture>
          <Venue xmlns="http://www.fixtureslive.com/webservice/" />
          <FixtureID xmlns="http://www.fixtureslive.com/webservice/">int</FixtureID>
          <MatchDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</MatchDate>
          <HomeClubID xmlns="http://www.fixtureslive.com/webservice/">int</HomeClubID>
          <HomeClub xmlns="http://www.fixtureslive.com/webservice/">string</HomeClub>
          <HomeTeamID xmlns="http://www.fixtureslive.com/webservice/">int</HomeTeamID>
          <HomeTeam xmlns="http://www.fixtureslive.com/webservice/">string</HomeTeam>
          <AwayClubID xmlns="http://www.fixtureslive.com/webservice/">int</AwayClubID>
          <AwayClub xmlns="http://www.fixtureslive.com/webservice/">string</AwayClub>
          <AwayTeamID xmlns="http://www.fixtureslive.com/webservice/">int</AwayTeamID>
          <AwayTeam xmlns="http://www.fixtureslive.com/webservice/">string</AwayTeam>
          <HomeGoals xmlns="http://www.fixtureslive.com/webservice/">string</HomeGoals>
          <AwayGoals xmlns="http://www.fixtureslive.com/webservice/">string</AwayGoals>
          <LeagueID xmlns="http://www.fixtureslive.com/webservice/">int</LeagueID>
          <DivisionID xmlns="http://www.fixtureslive.com/webservice/">int</DivisionID>
          <LeagueName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueName>
          <LeagueShortName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueShortName>
          <DivisionName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionName>
          <DivisionShortName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionShortName>
          <CupRound xmlns="http://www.fixtureslive.com/webservice/">
            <RoundID>int</RoundID>
            <RoundName>string</RoundName>
            <RoundDate>dateTime</RoundDate>
            <RoundType>string</RoundType>
            <RoundNumber>int</RoundNumber>
            <IsFinal>boolean</IsFinal>
            <Notes>string</Notes>
          </CupRound>
          <ScoreUpdatedDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</ScoreUpdatedDate>
          <Scorers xmlns="http://www.fixtureslive.com/webservice/">
            <Scorer xsi:nil="true" />
            <Scorer xsi:nil="true" />
          </Scorers>
          <Players xmlns="http://www.fixtureslive.com/webservice/">
            <Player xsi:nil="true" />
            <Player xsi:nil="true" />
          </Players>
          <Substitutes xmlns="http://www.fixtureslive.com/webservice/">
            <Substitute xsi:nil="true" />
            <Substitute xsi:nil="true" />
          </Substitutes>
          <Officials xmlns="http://www.fixtureslive.com/webservice/">
            <Official xsi:nil="true" />
            <Official xsi:nil="true" />
          </Officials>
          <Cards xmlns="http://www.fixtureslive.com/webservice/">
            <Card xsi:nil="true" />
            <Card xsi:nil="true" />
          </Cards>
          <MatchReportCount xmlns="http://www.fixtureslive.com/webservice/">int</MatchReportCount>
          <Custom1 xmlns="http://www.fixtureslive.com/webservice/">string</Custom1>
          <Custom2 xmlns="http://www.fixtureslive.com/webservice/">string</Custom2>
          <Custom3 xmlns="http://www.fixtureslive.com/webservice/">string</Custom3>
          <Custom4 xmlns="http://www.fixtureslive.com/webservice/">string</Custom4>
          <Result xmlns="http://www.fixtureslive.com/webservice/">string</Result>
        </Fixture>
        <Fixture>
          <Venue xmlns="http://www.fixtureslive.com/webservice/" />
          <FixtureID xmlns="http://www.fixtureslive.com/webservice/">int</FixtureID>
          <MatchDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</MatchDate>
          <HomeClubID xmlns="http://www.fixtureslive.com/webservice/">int</HomeClubID>
          <HomeClub xmlns="http://www.fixtureslive.com/webservice/">string</HomeClub>
          <HomeTeamID xmlns="http://www.fixtureslive.com/webservice/">int</HomeTeamID>
          <HomeTeam xmlns="http://www.fixtureslive.com/webservice/">string</HomeTeam>
          <AwayClubID xmlns="http://www.fixtureslive.com/webservice/">int</AwayClubID>
          <AwayClub xmlns="http://www.fixtureslive.com/webservice/">string</AwayClub>
          <AwayTeamID xmlns="http://www.fixtureslive.com/webservice/">int</AwayTeamID>
          <AwayTeam xmlns="http://www.fixtureslive.com/webservice/">string</AwayTeam>
          <HomeGoals xmlns="http://www.fixtureslive.com/webservice/">string</HomeGoals>
          <AwayGoals xmlns="http://www.fixtureslive.com/webservice/">string</AwayGoals>
          <LeagueID xmlns="http://www.fixtureslive.com/webservice/">int</LeagueID>
          <DivisionID xmlns="http://www.fixtureslive.com/webservice/">int</DivisionID>
          <LeagueName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueName>
          <LeagueShortName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueShortName>
          <DivisionName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionName>
          <DivisionShortName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionShortName>
          <CupRound xmlns="http://www.fixtureslive.com/webservice/">
            <RoundID>int</RoundID>
            <RoundName>string</RoundName>
            <RoundDate>dateTime</RoundDate>
            <RoundType>string</RoundType>
            <RoundNumber>int</RoundNumber>
            <IsFinal>boolean</IsFinal>
            <Notes>string</Notes>
          </CupRound>
          <ScoreUpdatedDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</ScoreUpdatedDate>
          <Scorers xmlns="http://www.fixtureslive.com/webservice/">
            <Scorer xsi:nil="true" />
            <Scorer xsi:nil="true" />
          </Scorers>
          <Players xmlns="http://www.fixtureslive.com/webservice/">
            <Player xsi:nil="true" />
            <Player xsi:nil="true" />
          </Players>
          <Substitutes xmlns="http://www.fixtureslive.com/webservice/">
            <Substitute xsi:nil="true" />
            <Substitute xsi:nil="true" />
          </Substitutes>
          <Officials xmlns="http://www.fixtureslive.com/webservice/">
            <Official xsi:nil="true" />
            <Official xsi:nil="true" />
          </Officials>
          <Cards xmlns="http://www.fixtureslive.com/webservice/">
            <Card xsi:nil="true" />
            <Card xsi:nil="true" />
          </Cards>
          <MatchReportCount xmlns="http://www.fixtureslive.com/webservice/">int</MatchReportCount>
          <Custom1 xmlns="http://www.fixtureslive.com/webservice/">string</Custom1>
          <Custom2 xmlns="http://www.fixtureslive.com/webservice/">string</Custom2>
          <Custom3 xmlns="http://www.fixtureslive.com/webservice/">string</Custom3>
          <Custom4 xmlns="http://www.fixtureslive.com/webservice/">string</Custom4>
          <Result xmlns="http://www.fixtureslive.com/webservice/">string</Result>
        </Fixture>
      </GetFixturesByLeagueResult>
    </GetFixturesByLeagueResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /external/webservice/fl.asmx HTTP/1.1
Host: www.fixtureslive.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetFixturesByLeague xmlns="http://www.fixtureslive.com/">
      <intLeagueID>int</intLeagueID>
      <datStartDate>string</datStartDate>
      <datEndDate>string</datEndDate>
      <strAccountKey>string</strAccountKey>
    </GetFixturesByLeague>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetFixturesByLeagueResponse xmlns="http://www.fixtureslive.com/">
      <GetFixturesByLeagueResult>
        <Fixture>
          <Venue xmlns="http://www.fixtureslive.com/webservice/" />
          <FixtureID xmlns="http://www.fixtureslive.com/webservice/">int</FixtureID>
          <MatchDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</MatchDate>
          <HomeClubID xmlns="http://www.fixtureslive.com/webservice/">int</HomeClubID>
          <HomeClub xmlns="http://www.fixtureslive.com/webservice/">string</HomeClub>
          <HomeTeamID xmlns="http://www.fixtureslive.com/webservice/">int</HomeTeamID>
          <HomeTeam xmlns="http://www.fixtureslive.com/webservice/">string</HomeTeam>
          <AwayClubID xmlns="http://www.fixtureslive.com/webservice/">int</AwayClubID>
          <AwayClub xmlns="http://www.fixtureslive.com/webservice/">string</AwayClub>
          <AwayTeamID xmlns="http://www.fixtureslive.com/webservice/">int</AwayTeamID>
          <AwayTeam xmlns="http://www.fixtureslive.com/webservice/">string</AwayTeam>
          <HomeGoals xmlns="http://www.fixtureslive.com/webservice/">string</HomeGoals>
          <AwayGoals xmlns="http://www.fixtureslive.com/webservice/">string</AwayGoals>
          <LeagueID xmlns="http://www.fixtureslive.com/webservice/">int</LeagueID>
          <DivisionID xmlns="http://www.fixtureslive.com/webservice/">int</DivisionID>
          <LeagueName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueName>
          <LeagueShortName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueShortName>
          <DivisionName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionName>
          <DivisionShortName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionShortName>
          <CupRound xmlns="http://www.fixtureslive.com/webservice/">
            <RoundID>int</RoundID>
            <RoundName>string</RoundName>
            <RoundDate>dateTime</RoundDate>
            <RoundType>string</RoundType>
            <RoundNumber>int</RoundNumber>
            <IsFinal>boolean</IsFinal>
            <Notes>string</Notes>
          </CupRound>
          <ScoreUpdatedDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</ScoreUpdatedDate>
          <Scorers xmlns="http://www.fixtureslive.com/webservice/">
            <Scorer xsi:nil="true" />
            <Scorer xsi:nil="true" />
          </Scorers>
          <Players xmlns="http://www.fixtureslive.com/webservice/">
            <Player xsi:nil="true" />
            <Player xsi:nil="true" />
          </Players>
          <Substitutes xmlns="http://www.fixtureslive.com/webservice/">
            <Substitute xsi:nil="true" />
            <Substitute xsi:nil="true" />
          </Substitutes>
          <Officials xmlns="http://www.fixtureslive.com/webservice/">
            <Official xsi:nil="true" />
            <Official xsi:nil="true" />
          </Officials>
          <Cards xmlns="http://www.fixtureslive.com/webservice/">
            <Card xsi:nil="true" />
            <Card xsi:nil="true" />
          </Cards>
          <MatchReportCount xmlns="http://www.fixtureslive.com/webservice/">int</MatchReportCount>
          <Custom1 xmlns="http://www.fixtureslive.com/webservice/">string</Custom1>
          <Custom2 xmlns="http://www.fixtureslive.com/webservice/">string</Custom2>
          <Custom3 xmlns="http://www.fixtureslive.com/webservice/">string</Custom3>
          <Custom4 xmlns="http://www.fixtureslive.com/webservice/">string</Custom4>
          <Result xmlns="http://www.fixtureslive.com/webservice/">string</Result>
        </Fixture>
        <Fixture>
          <Venue xmlns="http://www.fixtureslive.com/webservice/" />
          <FixtureID xmlns="http://www.fixtureslive.com/webservice/">int</FixtureID>
          <MatchDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</MatchDate>
          <HomeClubID xmlns="http://www.fixtureslive.com/webservice/">int</HomeClubID>
          <HomeClub xmlns="http://www.fixtureslive.com/webservice/">string</HomeClub>
          <HomeTeamID xmlns="http://www.fixtureslive.com/webservice/">int</HomeTeamID>
          <HomeTeam xmlns="http://www.fixtureslive.com/webservice/">string</HomeTeam>
          <AwayClubID xmlns="http://www.fixtureslive.com/webservice/">int</AwayClubID>
          <AwayClub xmlns="http://www.fixtureslive.com/webservice/">string</AwayClub>
          <AwayTeamID xmlns="http://www.fixtureslive.com/webservice/">int</AwayTeamID>
          <AwayTeam xmlns="http://www.fixtureslive.com/webservice/">string</AwayTeam>
          <HomeGoals xmlns="http://www.fixtureslive.com/webservice/">string</HomeGoals>
          <AwayGoals xmlns="http://www.fixtureslive.com/webservice/">string</AwayGoals>
          <LeagueID xmlns="http://www.fixtureslive.com/webservice/">int</LeagueID>
          <DivisionID xmlns="http://www.fixtureslive.com/webservice/">int</DivisionID>
          <LeagueName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueName>
          <LeagueShortName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueShortName>
          <DivisionName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionName>
          <DivisionShortName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionShortName>
          <CupRound xmlns="http://www.fixtureslive.com/webservice/">
            <RoundID>int</RoundID>
            <RoundName>string</RoundName>
            <RoundDate>dateTime</RoundDate>
            <RoundType>string</RoundType>
            <RoundNumber>int</RoundNumber>
            <IsFinal>boolean</IsFinal>
            <Notes>string</Notes>
          </CupRound>
          <ScoreUpdatedDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</ScoreUpdatedDate>
          <Scorers xmlns="http://www.fixtureslive.com/webservice/">
            <Scorer xsi:nil="true" />
            <Scorer xsi:nil="true" />
          </Scorers>
          <Players xmlns="http://www.fixtureslive.com/webservice/">
            <Player xsi:nil="true" />
            <Player xsi:nil="true" />
          </Players>
          <Substitutes xmlns="http://www.fixtureslive.com/webservice/">
            <Substitute xsi:nil="true" />
            <Substitute xsi:nil="true" />
          </Substitutes>
          <Officials xmlns="http://www.fixtureslive.com/webservice/">
            <Official xsi:nil="true" />
            <Official xsi:nil="true" />
          </Officials>
          <Cards xmlns="http://www.fixtureslive.com/webservice/">
            <Card xsi:nil="true" />
            <Card xsi:nil="true" />
          </Cards>
          <MatchReportCount xmlns="http://www.fixtureslive.com/webservice/">int</MatchReportCount>
          <Custom1 xmlns="http://www.fixtureslive.com/webservice/">string</Custom1>
          <Custom2 xmlns="http://www.fixtureslive.com/webservice/">string</Custom2>
          <Custom3 xmlns="http://www.fixtureslive.com/webservice/">string</Custom3>
          <Custom4 xmlns="http://www.fixtureslive.com/webservice/">string</Custom4>
          <Result xmlns="http://www.fixtureslive.com/webservice/">string</Result>
        </Fixture>
      </GetFixturesByLeagueResult>
    </GetFixturesByLeagueResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /external/webservice/fl.asmx/GetFixturesByLeague?intLeagueID=string&datStartDate=string&datEndDate=string&strAccountKey=string HTTP/1.1
Host: www.fixtureslive.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFixture xmlns="http://www.fixtureslive.com/">
  <Fixture>
    <Venue xmlns="http://www.fixtureslive.com/webservice/" />
    <FixtureID xmlns="http://www.fixtureslive.com/webservice/">int</FixtureID>
    <MatchDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</MatchDate>
    <HomeClubID xmlns="http://www.fixtureslive.com/webservice/">int</HomeClubID>
    <HomeClub xmlns="http://www.fixtureslive.com/webservice/">string</HomeClub>
    <HomeTeamID xmlns="http://www.fixtureslive.com/webservice/">int</HomeTeamID>
    <HomeTeam xmlns="http://www.fixtureslive.com/webservice/">string</HomeTeam>
    <AwayClubID xmlns="http://www.fixtureslive.com/webservice/">int</AwayClubID>
    <AwayClub xmlns="http://www.fixtureslive.com/webservice/">string</AwayClub>
    <AwayTeamID xmlns="http://www.fixtureslive.com/webservice/">int</AwayTeamID>
    <AwayTeam xmlns="http://www.fixtureslive.com/webservice/">string</AwayTeam>
    <HomeGoals xmlns="http://www.fixtureslive.com/webservice/">string</HomeGoals>
    <AwayGoals xmlns="http://www.fixtureslive.com/webservice/">string</AwayGoals>
    <LeagueID xmlns="http://www.fixtureslive.com/webservice/">int</LeagueID>
    <DivisionID xmlns="http://www.fixtureslive.com/webservice/">int</DivisionID>
    <LeagueName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueName>
    <LeagueShortName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueShortName>
    <DivisionName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionName>
    <DivisionShortName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionShortName>
    <CupRound xmlns="http://www.fixtureslive.com/webservice/">
      <RoundID>int</RoundID>
      <RoundName>string</RoundName>
      <RoundDate>dateTime</RoundDate>
      <RoundType>string</RoundType>
      <RoundNumber>int</RoundNumber>
      <IsFinal>boolean</IsFinal>
      <Notes>string</Notes>
    </CupRound>
    <ScoreUpdatedDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</ScoreUpdatedDate>
    <Scorers xmlns="http://www.fixtureslive.com/webservice/">
      <Scorer>
        <GoalTypeID>int</GoalTypeID>
        <GoalType>string</GoalType>
        <GoalTypeInitials>string</GoalTypeInitials>
        <Points>int</Points>
        <Minutes>int</Minutes>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
      </Scorer>
      <Scorer>
        <GoalTypeID>int</GoalTypeID>
        <GoalType>string</GoalType>
        <GoalTypeInitials>string</GoalTypeInitials>
        <Points>int</Points>
        <Minutes>int</Minutes>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
      </Scorer>
    </Scorers>
    <Players xmlns="http://www.fixtureslive.com/webservice/">
      <Player>
        <FixtureID>int</FixtureID>
        <ShirtNumber>string</ShirtNumber>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
        <Reserve>boolean</Reserve>
        <Captain>boolean</Captain>
        <MVP>boolean</MVP>
      </Player>
      <Player>
        <FixtureID>int</FixtureID>
        <ShirtNumber>string</ShirtNumber>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
        <Reserve>boolean</Reserve>
        <Captain>boolean</Captain>
        <MVP>boolean</MVP>
      </Player>
    </Players>
    <Substitutes xmlns="http://www.fixtureslive.com/webservice/">
      <Substitute>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <PlayerOffUserID>int</PlayerOffUserID>
        <PlayerOnUserID>int</PlayerOnUserID>
        <PlayerOnFirstName>string</PlayerOnFirstName>
        <PlayerOnLastName>string</PlayerOnLastName>
        <PlayerOnGender>string</PlayerOnGender>
        <TimeOfSub>int</TimeOfSub>
        <Reason>string</Reason>
      </Substitute>
      <Substitute>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <PlayerOffUserID>int</PlayerOffUserID>
        <PlayerOnUserID>int</PlayerOnUserID>
        <PlayerOnFirstName>string</PlayerOnFirstName>
        <PlayerOnLastName>string</PlayerOnLastName>
        <PlayerOnGender>string</PlayerOnGender>
        <TimeOfSub>int</TimeOfSub>
        <Reason>string</Reason>
      </Substitute>
    </Substitutes>
    <Officials xmlns="http://www.fixtureslive.com/webservice/">
      <Official>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <OfficialName>string</OfficialName>
        <OfficialType>string</OfficialType>
      </Official>
      <Official>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <OfficialName>string</OfficialName>
        <OfficialType>string</OfficialType>
      </Official>
    </Officials>
    <Cards xmlns="http://www.fixtureslive.com/webservice/">
      <Card>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <UserID>int</UserID>
        <CardType>string</CardType>
        <TimeOfCard>int</TimeOfCard>
        <Reason>string</Reason>
      </Card>
      <Card>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <UserID>int</UserID>
        <CardType>string</CardType>
        <TimeOfCard>int</TimeOfCard>
        <Reason>string</Reason>
      </Card>
    </Cards>
    <MatchReportCount xmlns="http://www.fixtureslive.com/webservice/">int</MatchReportCount>
    <Custom1 xmlns="http://www.fixtureslive.com/webservice/">string</Custom1>
    <Custom2 xmlns="http://www.fixtureslive.com/webservice/">string</Custom2>
    <Custom3 xmlns="http://www.fixtureslive.com/webservice/">string</Custom3>
    <Custom4 xmlns="http://www.fixtureslive.com/webservice/">string</Custom4>
    <Result xmlns="http://www.fixtureslive.com/webservice/">string</Result>
  </Fixture>
  <Fixture>
    <Venue xmlns="http://www.fixtureslive.com/webservice/" />
    <FixtureID xmlns="http://www.fixtureslive.com/webservice/">int</FixtureID>
    <MatchDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</MatchDate>
    <HomeClubID xmlns="http://www.fixtureslive.com/webservice/">int</HomeClubID>
    <HomeClub xmlns="http://www.fixtureslive.com/webservice/">string</HomeClub>
    <HomeTeamID xmlns="http://www.fixtureslive.com/webservice/">int</HomeTeamID>
    <HomeTeam xmlns="http://www.fixtureslive.com/webservice/">string</HomeTeam>
    <AwayClubID xmlns="http://www.fixtureslive.com/webservice/">int</AwayClubID>
    <AwayClub xmlns="http://www.fixtureslive.com/webservice/">string</AwayClub>
    <AwayTeamID xmlns="http://www.fixtureslive.com/webservice/">int</AwayTeamID>
    <AwayTeam xmlns="http://www.fixtureslive.com/webservice/">string</AwayTeam>
    <HomeGoals xmlns="http://www.fixtureslive.com/webservice/">string</HomeGoals>
    <AwayGoals xmlns="http://www.fixtureslive.com/webservice/">string</AwayGoals>
    <LeagueID xmlns="http://www.fixtureslive.com/webservice/">int</LeagueID>
    <DivisionID xmlns="http://www.fixtureslive.com/webservice/">int</DivisionID>
    <LeagueName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueName>
    <LeagueShortName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueShortName>
    <DivisionName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionName>
    <DivisionShortName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionShortName>
    <CupRound xmlns="http://www.fixtureslive.com/webservice/">
      <RoundID>int</RoundID>
      <RoundName>string</RoundName>
      <RoundDate>dateTime</RoundDate>
      <RoundType>string</RoundType>
      <RoundNumber>int</RoundNumber>
      <IsFinal>boolean</IsFinal>
      <Notes>string</Notes>
    </CupRound>
    <ScoreUpdatedDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</ScoreUpdatedDate>
    <Scorers xmlns="http://www.fixtureslive.com/webservice/">
      <Scorer>
        <GoalTypeID>int</GoalTypeID>
        <GoalType>string</GoalType>
        <GoalTypeInitials>string</GoalTypeInitials>
        <Points>int</Points>
        <Minutes>int</Minutes>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
      </Scorer>
      <Scorer>
        <GoalTypeID>int</GoalTypeID>
        <GoalType>string</GoalType>
        <GoalTypeInitials>string</GoalTypeInitials>
        <Points>int</Points>
        <Minutes>int</Minutes>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
      </Scorer>
    </Scorers>
    <Players xmlns="http://www.fixtureslive.com/webservice/">
      <Player>
        <FixtureID>int</FixtureID>
        <ShirtNumber>string</ShirtNumber>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
        <Reserve>boolean</Reserve>
        <Captain>boolean</Captain>
        <MVP>boolean</MVP>
      </Player>
      <Player>
        <FixtureID>int</FixtureID>
        <ShirtNumber>string</ShirtNumber>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
        <Reserve>boolean</Reserve>
        <Captain>boolean</Captain>
        <MVP>boolean</MVP>
      </Player>
    </Players>
    <Substitutes xmlns="http://www.fixtureslive.com/webservice/">
      <Substitute>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <PlayerOffUserID>int</PlayerOffUserID>
        <PlayerOnUserID>int</PlayerOnUserID>
        <PlayerOnFirstName>string</PlayerOnFirstName>
        <PlayerOnLastName>string</PlayerOnLastName>
        <PlayerOnGender>string</PlayerOnGender>
        <TimeOfSub>int</TimeOfSub>
        <Reason>string</Reason>
      </Substitute>
      <Substitute>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <PlayerOffUserID>int</PlayerOffUserID>
        <PlayerOnUserID>int</PlayerOnUserID>
        <PlayerOnFirstName>string</PlayerOnFirstName>
        <PlayerOnLastName>string</PlayerOnLastName>
        <PlayerOnGender>string</PlayerOnGender>
        <TimeOfSub>int</TimeOfSub>
        <Reason>string</Reason>
      </Substitute>
    </Substitutes>
    <Officials xmlns="http://www.fixtureslive.com/webservice/">
      <Official>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <OfficialName>string</OfficialName>
        <OfficialType>string</OfficialType>
      </Official>
      <Official>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <OfficialName>string</OfficialName>
        <OfficialType>string</OfficialType>
      </Official>
    </Officials>
    <Cards xmlns="http://www.fixtureslive.com/webservice/">
      <Card>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <UserID>int</UserID>
        <CardType>string</CardType>
        <TimeOfCard>int</TimeOfCard>
        <Reason>string</Reason>
      </Card>
      <Card>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <UserID>int</UserID>
        <CardType>string</CardType>
        <TimeOfCard>int</TimeOfCard>
        <Reason>string</Reason>
      </Card>
    </Cards>
    <MatchReportCount xmlns="http://www.fixtureslive.com/webservice/">int</MatchReportCount>
    <Custom1 xmlns="http://www.fixtureslive.com/webservice/">string</Custom1>
    <Custom2 xmlns="http://www.fixtureslive.com/webservice/">string</Custom2>
    <Custom3 xmlns="http://www.fixtureslive.com/webservice/">string</Custom3>
    <Custom4 xmlns="http://www.fixtureslive.com/webservice/">string</Custom4>
    <Result xmlns="http://www.fixtureslive.com/webservice/">string</Result>
  </Fixture>
</ArrayOfFixture>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /external/webservice/fl.asmx/GetFixturesByLeague HTTP/1.1
Host: www.fixtureslive.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

intLeagueID=string&datStartDate=string&datEndDate=string&strAccountKey=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFixture xmlns="http://www.fixtureslive.com/">
  <Fixture>
    <Venue xmlns="http://www.fixtureslive.com/webservice/" />
    <FixtureID xmlns="http://www.fixtureslive.com/webservice/">int</FixtureID>
    <MatchDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</MatchDate>
    <HomeClubID xmlns="http://www.fixtureslive.com/webservice/">int</HomeClubID>
    <HomeClub xmlns="http://www.fixtureslive.com/webservice/">string</HomeClub>
    <HomeTeamID xmlns="http://www.fixtureslive.com/webservice/">int</HomeTeamID>
    <HomeTeam xmlns="http://www.fixtureslive.com/webservice/">string</HomeTeam>
    <AwayClubID xmlns="http://www.fixtureslive.com/webservice/">int</AwayClubID>
    <AwayClub xmlns="http://www.fixtureslive.com/webservice/">string</AwayClub>
    <AwayTeamID xmlns="http://www.fixtureslive.com/webservice/">int</AwayTeamID>
    <AwayTeam xmlns="http://www.fixtureslive.com/webservice/">string</AwayTeam>
    <HomeGoals xmlns="http://www.fixtureslive.com/webservice/">string</HomeGoals>
    <AwayGoals xmlns="http://www.fixtureslive.com/webservice/">string</AwayGoals>
    <LeagueID xmlns="http://www.fixtureslive.com/webservice/">int</LeagueID>
    <DivisionID xmlns="http://www.fixtureslive.com/webservice/">int</DivisionID>
    <LeagueName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueName>
    <LeagueShortName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueShortName>
    <DivisionName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionName>
    <DivisionShortName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionShortName>
    <CupRound xmlns="http://www.fixtureslive.com/webservice/">
      <RoundID>int</RoundID>
      <RoundName>string</RoundName>
      <RoundDate>dateTime</RoundDate>
      <RoundType>string</RoundType>
      <RoundNumber>int</RoundNumber>
      <IsFinal>boolean</IsFinal>
      <Notes>string</Notes>
    </CupRound>
    <ScoreUpdatedDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</ScoreUpdatedDate>
    <Scorers xmlns="http://www.fixtureslive.com/webservice/">
      <Scorer>
        <GoalTypeID>int</GoalTypeID>
        <GoalType>string</GoalType>
        <GoalTypeInitials>string</GoalTypeInitials>
        <Points>int</Points>
        <Minutes>int</Minutes>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
      </Scorer>
      <Scorer>
        <GoalTypeID>int</GoalTypeID>
        <GoalType>string</GoalType>
        <GoalTypeInitials>string</GoalTypeInitials>
        <Points>int</Points>
        <Minutes>int</Minutes>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
      </Scorer>
    </Scorers>
    <Players xmlns="http://www.fixtureslive.com/webservice/">
      <Player>
        <FixtureID>int</FixtureID>
        <ShirtNumber>string</ShirtNumber>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
        <Reserve>boolean</Reserve>
        <Captain>boolean</Captain>
        <MVP>boolean</MVP>
      </Player>
      <Player>
        <FixtureID>int</FixtureID>
        <ShirtNumber>string</ShirtNumber>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
        <Reserve>boolean</Reserve>
        <Captain>boolean</Captain>
        <MVP>boolean</MVP>
      </Player>
    </Players>
    <Substitutes xmlns="http://www.fixtureslive.com/webservice/">
      <Substitute>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <PlayerOffUserID>int</PlayerOffUserID>
        <PlayerOnUserID>int</PlayerOnUserID>
        <PlayerOnFirstName>string</PlayerOnFirstName>
        <PlayerOnLastName>string</PlayerOnLastName>
        <PlayerOnGender>string</PlayerOnGender>
        <TimeOfSub>int</TimeOfSub>
        <Reason>string</Reason>
      </Substitute>
      <Substitute>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <PlayerOffUserID>int</PlayerOffUserID>
        <PlayerOnUserID>int</PlayerOnUserID>
        <PlayerOnFirstName>string</PlayerOnFirstName>
        <PlayerOnLastName>string</PlayerOnLastName>
        <PlayerOnGender>string</PlayerOnGender>
        <TimeOfSub>int</TimeOfSub>
        <Reason>string</Reason>
      </Substitute>
    </Substitutes>
    <Officials xmlns="http://www.fixtureslive.com/webservice/">
      <Official>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <OfficialName>string</OfficialName>
        <OfficialType>string</OfficialType>
      </Official>
      <Official>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <OfficialName>string</OfficialName>
        <OfficialType>string</OfficialType>
      </Official>
    </Officials>
    <Cards xmlns="http://www.fixtureslive.com/webservice/">
      <Card>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <UserID>int</UserID>
        <CardType>string</CardType>
        <TimeOfCard>int</TimeOfCard>
        <Reason>string</Reason>
      </Card>
      <Card>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <UserID>int</UserID>
        <CardType>string</CardType>
        <TimeOfCard>int</TimeOfCard>
        <Reason>string</Reason>
      </Card>
    </Cards>
    <MatchReportCount xmlns="http://www.fixtureslive.com/webservice/">int</MatchReportCount>
    <Custom1 xmlns="http://www.fixtureslive.com/webservice/">string</Custom1>
    <Custom2 xmlns="http://www.fixtureslive.com/webservice/">string</Custom2>
    <Custom3 xmlns="http://www.fixtureslive.com/webservice/">string</Custom3>
    <Custom4 xmlns="http://www.fixtureslive.com/webservice/">string</Custom4>
    <Result xmlns="http://www.fixtureslive.com/webservice/">string</Result>
  </Fixture>
  <Fixture>
    <Venue xmlns="http://www.fixtureslive.com/webservice/" />
    <FixtureID xmlns="http://www.fixtureslive.com/webservice/">int</FixtureID>
    <MatchDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</MatchDate>
    <HomeClubID xmlns="http://www.fixtureslive.com/webservice/">int</HomeClubID>
    <HomeClub xmlns="http://www.fixtureslive.com/webservice/">string</HomeClub>
    <HomeTeamID xmlns="http://www.fixtureslive.com/webservice/">int</HomeTeamID>
    <HomeTeam xmlns="http://www.fixtureslive.com/webservice/">string</HomeTeam>
    <AwayClubID xmlns="http://www.fixtureslive.com/webservice/">int</AwayClubID>
    <AwayClub xmlns="http://www.fixtureslive.com/webservice/">string</AwayClub>
    <AwayTeamID xmlns="http://www.fixtureslive.com/webservice/">int</AwayTeamID>
    <AwayTeam xmlns="http://www.fixtureslive.com/webservice/">string</AwayTeam>
    <HomeGoals xmlns="http://www.fixtureslive.com/webservice/">string</HomeGoals>
    <AwayGoals xmlns="http://www.fixtureslive.com/webservice/">string</AwayGoals>
    <LeagueID xmlns="http://www.fixtureslive.com/webservice/">int</LeagueID>
    <DivisionID xmlns="http://www.fixtureslive.com/webservice/">int</DivisionID>
    <LeagueName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueName>
    <LeagueShortName xmlns="http://www.fixtureslive.com/webservice/">string</LeagueShortName>
    <DivisionName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionName>
    <DivisionShortName xmlns="http://www.fixtureslive.com/webservice/">string</DivisionShortName>
    <CupRound xmlns="http://www.fixtureslive.com/webservice/">
      <RoundID>int</RoundID>
      <RoundName>string</RoundName>
      <RoundDate>dateTime</RoundDate>
      <RoundType>string</RoundType>
      <RoundNumber>int</RoundNumber>
      <IsFinal>boolean</IsFinal>
      <Notes>string</Notes>
    </CupRound>
    <ScoreUpdatedDate xmlns="http://www.fixtureslive.com/webservice/">dateTime</ScoreUpdatedDate>
    <Scorers xmlns="http://www.fixtureslive.com/webservice/">
      <Scorer>
        <GoalTypeID>int</GoalTypeID>
        <GoalType>string</GoalType>
        <GoalTypeInitials>string</GoalTypeInitials>
        <Points>int</Points>
        <Minutes>int</Minutes>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
      </Scorer>
      <Scorer>
        <GoalTypeID>int</GoalTypeID>
        <GoalType>string</GoalType>
        <GoalTypeInitials>string</GoalTypeInitials>
        <Points>int</Points>
        <Minutes>int</Minutes>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
      </Scorer>
    </Scorers>
    <Players xmlns="http://www.fixtureslive.com/webservice/">
      <Player>
        <FixtureID>int</FixtureID>
        <ShirtNumber>string</ShirtNumber>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
        <Reserve>boolean</Reserve>
        <Captain>boolean</Captain>
        <MVP>boolean</MVP>
      </Player>
      <Player>
        <FixtureID>int</FixtureID>
        <ShirtNumber>string</ShirtNumber>
        <UserID>int</UserID>
        <TeamID>int</TeamID>
        <FirstName>string</FirstName>
        <LastName>string</LastName>
        <Gender>string</Gender>
        <Reserve>boolean</Reserve>
        <Captain>boolean</Captain>
        <MVP>boolean</MVP>
      </Player>
    </Players>
    <Substitutes xmlns="http://www.fixtureslive.com/webservice/">
      <Substitute>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <PlayerOffUserID>int</PlayerOffUserID>
        <PlayerOnUserID>int</PlayerOnUserID>
        <PlayerOnFirstName>string</PlayerOnFirstName>
        <PlayerOnLastName>string</PlayerOnLastName>
        <PlayerOnGender>string</PlayerOnGender>
        <TimeOfSub>int</TimeOfSub>
        <Reason>string</Reason>
      </Substitute>
      <Substitute>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <PlayerOffUserID>int</PlayerOffUserID>
        <PlayerOnUserID>int</PlayerOnUserID>
        <PlayerOnFirstName>string</PlayerOnFirstName>
        <PlayerOnLastName>string</PlayerOnLastName>
        <PlayerOnGender>string</PlayerOnGender>
        <TimeOfSub>int</TimeOfSub>
        <Reason>string</Reason>
      </Substitute>
    </Substitutes>
    <Officials xmlns="http://www.fixtureslive.com/webservice/">
      <Official>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <OfficialName>string</OfficialName>
        <OfficialType>string</OfficialType>
      </Official>
      <Official>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <OfficialName>string</OfficialName>
        <OfficialType>string</OfficialType>
      </Official>
    </Officials>
    <Cards xmlns="http://www.fixtureslive.com/webservice/">
      <Card>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <UserID>int</UserID>
        <CardType>string</CardType>
        <TimeOfCard>int</TimeOfCard>
        <Reason>string</Reason>
      </Card>
      <Card>
        <FixtureID>int</FixtureID>
        <TeamID>int</TeamID>
        <UserID>int</UserID>
        <CardType>string</CardType>
        <TimeOfCard>int</TimeOfCard>
        <Reason>string</Reason>
      </Card>
    </Cards>
    <MatchReportCount xmlns="http://www.fixtureslive.com/webservice/">int</MatchReportCount>
    <Custom1 xmlns="http://www.fixtureslive.com/webservice/">string</Custom1>
    <Custom2 xmlns="http://www.fixtureslive.com/webservice/">string</Custom2>
    <Custom3 xmlns="http://www.fixtureslive.com/webservice/">string</Custom3>
    <Custom4 xmlns="http://www.fixtureslive.com/webservice/">string</Custom4>
    <Result xmlns="http://www.fixtureslive.com/webservice/">string</Result>
  </Fixture>
</ArrayOfFixture>