BroadcastService


Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.

InsertVehicleScore

Test

Das Testformular ist nur für Anforderungen vom lokalen Computer verfügbar.

SOAP 1.1

Es folgt ein Beispiel für eine SOAP 1.1-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /Service/BroadcastService.asmx HTTP/1.1
Host: liveviewer.p1-gaming.de
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://livetiming.stefanmizzi.com/InsertVehicleScore"

<?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:Header>
    <AuthSoapHd xmlns="http://livetiming.stefanmizzi.com/">
      <strUserName>string</strUserName>
      <strPassword>string</strPassword>
    </AuthSoapHd>
  </soap:Header>
  <soap:Body>
    <InsertVehicleScore xmlns="http://livetiming.stefanmizzi.com/">
      <vehicleScore>
        <ID>int</ID>
        <SessionID>string</SessionID>
        <RecordID>string</RecordID>
        <mID>string</mID>
        <DriverName>string</DriverName>
        <VehicleName>string</VehicleName>
        <TotalLaps>string</TotalLaps>
        <Sector>string</Sector>
        <FinishStatus>string</FinishStatus>
        <LapDist>string</LapDist>
        <BestSector1>string</BestSector1>
        <BestSector2>string</BestSector2>
        <BestSector3>string</BestSector3>
        <BestLapTime>string</BestLapTime>
        <BestLapTimeDec>decimal</BestLapTimeDec>
        <LastSector1>string</LastSector1>
        <LastSector2>string</LastSector2>
        <LastSector3>string</LastSector3>
        <LastLapTime>string</LastLapTime>
        <LastLapTimeDec>decimal</LastLapTimeDec>
        <CurSector1>string</CurSector1>
        <CurSector2>string</CurSector2>
        <CurSector3>string</CurSector3>
        <NumPitstops>string</NumPitstops>
        <NumPenalties>string</NumPenalties>
        <IsPlayer>string</IsPlayer>
        <Control>string</Control>
        <InPits>string</InPits>
        <InLastPitLapNo>string</InLastPitLapNo>
        <LapStartET>string</LapStartET>
        <Place>string</Place>
        <VehicleClass>string</VehicleClass>
        <TimeBehindNext>string</TimeBehindNext>
        <LapsBehindNext>string</LapsBehindNext>
        <TimeBehindLeader>string</TimeBehindLeader>
        <LapsBehindLeader>string</LapsBehindLeader>
        <Velocity>string</Velocity>
        <Posx>string</Posx>
        <Posy>string</Posy>
        <Posz>string</Posz>
        <TotalTime>string</TotalTime>
        <Gap>string</Gap>
        <isBestLap>boolean</isBestLap>
        <isSessionBestS1>boolean</isSessionBestS1>
        <isSessionBestS2>boolean</isSessionBestS2>
        <isSessionBestS3>boolean</isSessionBestS3>
        <isBestS1>boolean</isBestS1>
        <isBestS2>boolean</isBestS2>
        <isBestS3>boolean</isBestS3>
        <isBestLastLap>boolean</isBestLastLap>
        <BestLapSector1>string</BestLapSector1>
        <BestLapSector2>string</BestLapSector2>
        <BestLapSector3>string</BestLapSector3>
        <BestLapTimeDate>string</BestLapTimeDate>
        <LastUpdated>dateTime</LastUpdated>
      </vehicleScore>
      <blnInsert>boolean</blnInsert>
      <serverId>int</serverId>
    </InsertVehicleScore>
  </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>
    <InsertVehicleScoreResponse xmlns="http://livetiming.stefanmizzi.com/">
      <InsertVehicleScoreResult>int</InsertVehicleScoreResult>
    </InsertVehicleScoreResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

Es folgt ein Beispiel für eine SOAP 1.2-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /Service/BroadcastService.asmx HTTP/1.1
Host: liveviewer.p1-gaming.de
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:Header>
    <AuthSoapHd xmlns="http://livetiming.stefanmizzi.com/">
      <strUserName>string</strUserName>
      <strPassword>string</strPassword>
    </AuthSoapHd>
  </soap12:Header>
  <soap12:Body>
    <InsertVehicleScore xmlns="http://livetiming.stefanmizzi.com/">
      <vehicleScore>
        <ID>int</ID>
        <SessionID>string</SessionID>
        <RecordID>string</RecordID>
        <mID>string</mID>
        <DriverName>string</DriverName>
        <VehicleName>string</VehicleName>
        <TotalLaps>string</TotalLaps>
        <Sector>string</Sector>
        <FinishStatus>string</FinishStatus>
        <LapDist>string</LapDist>
        <BestSector1>string</BestSector1>
        <BestSector2>string</BestSector2>
        <BestSector3>string</BestSector3>
        <BestLapTime>string</BestLapTime>
        <BestLapTimeDec>decimal</BestLapTimeDec>
        <LastSector1>string</LastSector1>
        <LastSector2>string</LastSector2>
        <LastSector3>string</LastSector3>
        <LastLapTime>string</LastLapTime>
        <LastLapTimeDec>decimal</LastLapTimeDec>
        <CurSector1>string</CurSector1>
        <CurSector2>string</CurSector2>
        <CurSector3>string</CurSector3>
        <NumPitstops>string</NumPitstops>
        <NumPenalties>string</NumPenalties>
        <IsPlayer>string</IsPlayer>
        <Control>string</Control>
        <InPits>string</InPits>
        <InLastPitLapNo>string</InLastPitLapNo>
        <LapStartET>string</LapStartET>
        <Place>string</Place>
        <VehicleClass>string</VehicleClass>
        <TimeBehindNext>string</TimeBehindNext>
        <LapsBehindNext>string</LapsBehindNext>
        <TimeBehindLeader>string</TimeBehindLeader>
        <LapsBehindLeader>string</LapsBehindLeader>
        <Velocity>string</Velocity>
        <Posx>string</Posx>
        <Posy>string</Posy>
        <Posz>string</Posz>
        <TotalTime>string</TotalTime>
        <Gap>string</Gap>
        <isBestLap>boolean</isBestLap>
        <isSessionBestS1>boolean</isSessionBestS1>
        <isSessionBestS2>boolean</isSessionBestS2>
        <isSessionBestS3>boolean</isSessionBestS3>
        <isBestS1>boolean</isBestS1>
        <isBestS2>boolean</isBestS2>
        <isBestS3>boolean</isBestS3>
        <isBestLastLap>boolean</isBestLastLap>
        <BestLapSector1>string</BestLapSector1>
        <BestLapSector2>string</BestLapSector2>
        <BestLapSector3>string</BestLapSector3>
        <BestLapTimeDate>string</BestLapTimeDate>
        <LastUpdated>dateTime</LastUpdated>
      </vehicleScore>
      <blnInsert>boolean</blnInsert>
      <serverId>int</serverId>
    </InsertVehicleScore>
  </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>
    <InsertVehicleScoreResponse xmlns="http://livetiming.stefanmizzi.com/">
      <InsertVehicleScoreResult>int</InsertVehicleScoreResult>
    </InsertVehicleScoreResponse>
  </soap12:Body>
</soap12:Envelope>