Schmitz
Click here for a complete list of operations.
StatusData
Test
The test form is only available for requests from the local machine.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 /schmitz.asmx HTTP/1.1
Host: schmitz.bomsite.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://aaa.bbb.ccc.ddd/PushService/SetStatusData"
<?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>
<StatusDataIn xmlns="http://base.PushService.iTM.platform.res.t-systems.com">
<ChassisNumber xmlns="">string</ChassisNumber>
<ReferenceUserName xmlns="">string</ReferenceUserName>
<ReferenceCustomerName xmlns="">string</ReferenceCustomerName>
<ReceiveTime xmlns="">dateTime</ReceiveTime>
<DeviceTime xmlns="">dateTime</DeviceTime>
<StatusData xmlns="">
<Position>
<GPSDateTime>dateTime</GPSDateTime>
<DateTime>dateTime</DateTime>
<Latitude>double</Latitude>
<Longitude>double</Longitude>
<GPSHeading>integer</GPSHeading>
<GPSSpeed exists="boolean" />
<GPSMilage exists="boolean" />
<Location>
<City>string</City>
<Direction xsi:nil="true" />
<Distance xsi:nil="true" />
</Location>
</Position>
<SensorStatus>
<DateTime>dateTime</DateTime>
<IsCoupled>boolean</IsCoupled>
<IsDoor1Open>boolean</IsDoor1Open>
<IsDoor2Open>boolean</IsDoor2Open>
<IsDoor3Open>boolean</IsDoor3Open>
<IsDoor4Open>boolean</IsDoor4Open>
<IsIgnitionOn>boolean</IsIgnitionOn>
<IsInMotion exists="boolean" />
<Battery>
<BoardnetPowerSupplyVoltage>double</BoardnetPowerSupplyVoltage>
<ExternalPowerSupplyVoltage>double</ExternalPowerSupplyVoltage>
<LINBattery xsi:nil="true" />
<CTUPowerSupplyVoltage />
</Battery>
</SensorStatus>
<EBS>
<DateTime>dateTime</DateTime>
<Milage>double</Milage>
<Velocity>integer</Velocity>
<BogieLoad>double</BogieLoad>
<IsBrakeLiningOK>boolean</IsBrakeLiningOK>
</EBS>
<Temp>
<DateTime>dateTime</DateTime>
<Temp1>double</Temp1>
<Temp2>double</Temp2>
<Temp3>double</Temp3>
<Temp4>double</Temp4>
<Temp5>double</Temp5>
<Temp6>double</Temp6>
</Temp>
<Reefer>
<DateTime>dateTime</DateTime>
<Compartment1>
<Setpoint>double</Setpoint>
<ReturnAirTemp xsi:nil="true" />
<SupplyTemp xsi:nil="true" />
<EvaporatorCoilTemp xsi:nil="true" />
<OperationMode>On or Off or Cooling or Heating or Defrost or Pretrip or Null or Invalid or Unknown or Diagnostic</OperationMode>
</Compartment1>
<Compartment2>
<Setpoint>double</Setpoint>
<ReturnAirTemp xsi:nil="true" />
<SupplyTemp xsi:nil="true" />
<EvaporatorCoilTemp xsi:nil="true" />
<OperationMode>On or Off or Cooling or Heating or Defrost or Pretrip or Null or Invalid or Unknown or Diagnostic</OperationMode>
</Compartment2>
<Compartment3>
<Setpoint>double</Setpoint>
<ReturnAirTemp xsi:nil="true" />
<SupplyTemp xsi:nil="true" />
<EvaporatorCoilTemp xsi:nil="true" />
<OperationMode>On or Off or Cooling or Heating or Defrost or Pretrip or Null or Invalid or Unknown or Diagnostic</OperationMode>
</Compartment3>
<PowerMode>bytes</PowerMode>
<TotalHours exists="boolean" />
<DieselHours exists="boolean" />
<ElectricHours exists="boolean" />
<MaintenanceHours1 exists="boolean" />
<MaintenanceHours2 exists="boolean" />
<ReeferAlerts>
<ReeferAlert xsi:nil="true" />
<ReeferAlert xsi:nil="true" />
</ReeferAlerts>
<VendorSpecificData exists="boolean" />
<Presetname exists="boolean" />
<ReeferOperationMode>bytes</ReeferOperationMode>
<IsHighSpeedMode exists="boolean" />
<ReeferFuelLevel exists="boolean" />
<ReeferBatteryVoltage exists="boolean" />
<AmbientTemperature exists="boolean" />
<ReeferDigitalInput1 exists="boolean" valid="boolean" />
<ReeferDigitalInput2 exists="boolean" valid="boolean" />
<ReeferDigitalInput3 exists="boolean" valid="boolean" />
<ReeferDigitalInput4 exists="boolean" valid="boolean" />
</Reefer>
<TCI>
<DateTime>dateTime</DateTime>
<FuelLevel>
<FuelLevelColor>red or yellow or green</FuelLevelColor>
<FuelLevel>integer</FuelLevel>
<FuelLevelInLitre>integer</FuelLevelInLitre>
</FuelLevel>
<Humidity>integer</Humidity>
<DigiInput1 valid="boolean" />
<DigiInput2 valid="boolean" />
<Truck>
<TagId>string</TagId>
<Name>string</Name>
</Truck>
</TCI>
<TirePressure>
<DateTime>dateTime</DateTime>
<FrontLeft>double</FrontLeft>
<FrontRight>double</FrontRight>
<MiddleLeft>double</MiddleLeft>
<MiddleRight>double</MiddleRight>
<RearLeft>double</RearLeft>
<RearRight>double</RearRight>
<Spare>double</Spare>
</TirePressure>
<Quality exists="boolean">
<DateTime>dateTime</DateTime>
<GSMSignalStrength>integer</GSMSignalStrength>
<Is2DFix>boolean</Is2DFix>
<Is3DFix>boolean</Is3DFix>
<IsTimeOk>boolean</IsTimeOk>
<NumSatellites>integer</NumSatellites>
</Quality>
</StatusData>
<StatusData xmlns="">
<Position>
<GPSDateTime>dateTime</GPSDateTime>
<DateTime>dateTime</DateTime>
<Latitude>double</Latitude>
<Longitude>double</Longitude>
<GPSHeading>integer</GPSHeading>
<GPSSpeed exists="boolean" />
<GPSMilage exists="boolean" />
<Location>
<City>string</City>
<Direction xsi:nil="true" />
<Distance xsi:nil="true" />
</Location>
</Position>
<SensorStatus>
<DateTime>dateTime</DateTime>
<IsCoupled>boolean</IsCoupled>
<IsDoor1Open>boolean</IsDoor1Open>
<IsDoor2Open>boolean</IsDoor2Open>
<IsDoor3Open>boolean</IsDoor3Open>
<IsDoor4Open>boolean</IsDoor4Open>
<IsIgnitionOn>boolean</IsIgnitionOn>
<IsInMotion exists="boolean" />
<Battery>
<BoardnetPowerSupplyVoltage>double</BoardnetPowerSupplyVoltage>
<ExternalPowerSupplyVoltage>double</ExternalPowerSupplyVoltage>
<LINBattery xsi:nil="true" />
<CTUPowerSupplyVoltage />
</Battery>
</SensorStatus>
<EBS>
<DateTime>dateTime</DateTime>
<Milage>double</Milage>
<Velocity>integer</Velocity>
<BogieLoad>double</BogieLoad>
<IsBrakeLiningOK>boolean</IsBrakeLiningOK>
</EBS>
<Temp>
<DateTime>dateTime</DateTime>
<Temp1>double</Temp1>
<Temp2>double</Temp2>
<Temp3>double</Temp3>
<Temp4>double</Temp4>
<Temp5>double</Temp5>
<Temp6>double</Temp6>
</Temp>
<Reefer>
<DateTime>dateTime</DateTime>
<Compartment1>
<Setpoint>double</Setpoint>
<ReturnAirTemp xsi:nil="true" />
<SupplyTemp xsi:nil="true" />
<EvaporatorCoilTemp xsi:nil="true" />
<OperationMode>On or Off or Cooling or Heating or Defrost or Pretrip or Null or Invalid or Unknown or Diagnostic</OperationMode>
</Compartment1>
<Compartment2>
<Setpoint>double</Setpoint>
<ReturnAirTemp xsi:nil="true" />
<SupplyTemp xsi:nil="true" />
<EvaporatorCoilTemp xsi:nil="true" />
<OperationMode>On or Off or Cooling or Heating or Defrost or Pretrip or Null or Invalid or Unknown or Diagnostic</OperationMode>
</Compartment2>
<Compartment3>
<Setpoint>double</Setpoint>
<ReturnAirTemp xsi:nil="true" />
<SupplyTemp xsi:nil="true" />
<EvaporatorCoilTemp xsi:nil="true" />
<OperationMode>On or Off or Cooling or Heating or Defrost or Pretrip or Null or Invalid or Unknown or Diagnostic</OperationMode>
</Compartment3>
<PowerMode>bytes</PowerMode>
<TotalHours exists="boolean" />
<DieselHours exists="boolean" />
<ElectricHours exists="boolean" />
<MaintenanceHours1 exists="boolean" />
<MaintenanceHours2 exists="boolean" />
<ReeferAlerts>
<ReeferAlert xsi:nil="true" />
<ReeferAlert xsi:nil="true" />
</ReeferAlerts>
<VendorSpecificData exists="boolean" />
<Presetname exists="boolean" />
<ReeferOperationMode>bytes</ReeferOperationMode>
<IsHighSpeedMode exists="boolean" />
<ReeferFuelLevel exists="boolean" />
<ReeferBatteryVoltage exists="boolean" />
<AmbientTemperature exists="boolean" />
<ReeferDigitalInput1 exists="boolean" valid="boolean" />
<ReeferDigitalInput2 exists="boolean" valid="boolean" />
<ReeferDigitalInput3 exists="boolean" valid="boolean" />
<ReeferDigitalInput4 exists="boolean" valid="boolean" />
</Reefer>
<TCI>
<DateTime>dateTime</DateTime>
<FuelLevel>
<FuelLevelColor>red or yellow or green</FuelLevelColor>
<FuelLevel>integer</FuelLevel>
<FuelLevelInLitre>integer</FuelLevelInLitre>
</FuelLevel>
<Humidity>integer</Humidity>
<DigiInput1 valid="boolean" />
<DigiInput2 valid="boolean" />
<Truck>
<TagId>string</TagId>
<Name>string</Name>
</Truck>
</TCI>
<TirePressure>
<DateTime>dateTime</DateTime>
<FrontLeft>double</FrontLeft>
<FrontRight>double</FrontRight>
<MiddleLeft>double</MiddleLeft>
<MiddleRight>double</MiddleRight>
<RearLeft>double</RearLeft>
<RearRight>double</RearRight>
<Spare>double</Spare>
</TirePressure>
<Quality exists="boolean">
<DateTime>dateTime</DateTime>
<GSMSignalStrength>integer</GSMSignalStrength>
<Is2DFix>boolean</Is2DFix>
<Is3DFix>boolean</Is3DFix>
<IsTimeOk>boolean</IsTimeOk>
<NumSatellites>integer</NumSatellites>
</Quality>
</StatusData>
<Reason xmlns="" />
<SystemConfig xmlns="">
<TrailerType>Curtainsider_Semitrailer or Tilt or Dry_Freighter_Trailer or Box_Semitrailer or Tipper or Chassis or Truck_Box or Trailer or Motor_Vehicle or Car or Retrofit_Of_ReeferUnit or Swap_Body or Container or Reserved</TrailerType>
<TrailerProducer>Schmitz_Cargobull_AG or Benalu or Bodex or Broshuis or Burg_Industries or Cardi or Carnehl or Cartwright or Chereau or Cometto or Dennisons or Faymonville or Feber or Feldbinder or Fliegel or Fruehauf or Gray_And_Adams or Hammar_Maskin or Knapen or Koegel or Kraker or Krone or Lamberet or Lecinena or Lecitrailer or Lohr or Margaritelli or Meiler or Merker or Montracon or Noteboom_Trailers or Otokar or Pacton or Panav or Pezzaioli or Renders or Rolfo or Samro or Schwarzmueller or SDC or Sor_Iberica or STAS or Tirsan or Van_Hool or Viberti or Weka or Wielton or Zorzi or Unknown</TrailerProducer>
<TelematicType>CTU1 or CTU2 or CTU3 or Reserved</TelematicType>
<BatteryConfiguration>
<BatteryType>CTU1-Battery or CTU2-LIN-Battery or External_Battery or Boardnet_12V or Boardnet_24V</BatteryType>
<BatteryType>CTU1-Battery or CTU2-LIN-Battery or External_Battery or Boardnet_12V or Boardnet_24V</BatteryType>
</BatteryConfiguration>
<EBSType>WABCO_EBS_D or WABCO_EBS_E0 or WABCO_EBS_E1 or Knorr-Bremse_G1 or Knorr-Bremse_G2 or Haldex_EB+Gen_1 or Haldex_EB+Gen_2 or No_EBS or Reserved</EBSType>
<HasBrakeLiningSensor>boolean</HasBrakeLiningSensor>
<TPCSType>WABCO_IVTM or SCB or Reserved or No_TPCS</TPCSType>
<HasIgnitionSignal>boolean</HasIgnitionSignal>
<HasCouplingSensor>boolean</HasCouplingSensor>
<HasDoorSensor1>boolean</HasDoorSensor1>
<HasDoorSensor2>boolean</HasDoorSensor2>
<HasDoorSensor3>boolean</HasDoorSensor3>
<HasDoorSensor4>boolean</HasDoorSensor4>
<TempLoggerType>Transcan_Transcan2 or Transcan_TranscanXL or Euroscan_EuroscanX2 or Carrier_Datacold500 or Carrier_Datacold500_V2 or Carrier_Datacold500_V3 or Thermoking_i-Box or Thermoking_i-Box_V2 or Thermoking_DAS or CBT_TrailerConnect-Interface or Reserved or No_TempLogger</TempLoggerType>
<HasTempSensor1>boolean</HasTempSensor1>
<HasTempSensor2>boolean</HasTempSensor2>
<HasTempSensor3>boolean</HasTempSensor3>
<HasTempSensor4>boolean</HasTempSensor4>
<HasTempSensor5>boolean</HasTempSensor5>
<HasTempSensor6>boolean</HasTempSensor6>
<ReeferType>string</ReeferType>
<ReeferDataSource>Carrier_Datacold500 or Carrier_Datacold500_V2 or Carrier_Datacold500_V3 or Thermoking_i-Box or Thermoking_i-Box_V2 or Thermoking_DAS or CBT_TrailerConnect-Interface or CBT_CoolMacPro or Carrier_DataTrak-Advance or Carrier_DataTrak-Standard or No_Reefer or Reserved</ReeferDataSource>
<HasReeferCompartment1>boolean</HasReeferCompartment1>
<HasReeferCompartment2>boolean</HasReeferCompartment2>
<HasReeferCompartment3>boolean</HasReeferCompartment3>
<HasTCITruckIdentification>boolean</HasTCITruckIdentification>
<HasTCIHumiditySensor>boolean</HasTCIHumiditySensor>
<HasTCIDigitalIn1>boolean</HasTCIDigitalIn1>
<HasTCIDigitalIn2>boolean</HasTCIDigitalIn2>
<HasLEDTankSensor>boolean</HasLEDTankSensor>
</SystemConfig>
</StatusDataIn>
</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>
<StatusDataOut xmlns="http://base.PushService.iTM.platform.res.t-systems.com">string</StatusDataOut>
</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 /schmitz.asmx HTTP/1.1
Host: schmitz.bomsite.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>
<StatusDataIn xmlns="http://base.PushService.iTM.platform.res.t-systems.com">
<ChassisNumber xmlns="">string</ChassisNumber>
<ReferenceUserName xmlns="">string</ReferenceUserName>
<ReferenceCustomerName xmlns="">string</ReferenceCustomerName>
<ReceiveTime xmlns="">dateTime</ReceiveTime>
<DeviceTime xmlns="">dateTime</DeviceTime>
<StatusData xmlns="">
<Position>
<GPSDateTime>dateTime</GPSDateTime>
<DateTime>dateTime</DateTime>
<Latitude>double</Latitude>
<Longitude>double</Longitude>
<GPSHeading>integer</GPSHeading>
<GPSSpeed exists="boolean" />
<GPSMilage exists="boolean" />
<Location>
<City>string</City>
<Direction xsi:nil="true" />
<Distance xsi:nil="true" />
</Location>
</Position>
<SensorStatus>
<DateTime>dateTime</DateTime>
<IsCoupled>boolean</IsCoupled>
<IsDoor1Open>boolean</IsDoor1Open>
<IsDoor2Open>boolean</IsDoor2Open>
<IsDoor3Open>boolean</IsDoor3Open>
<IsDoor4Open>boolean</IsDoor4Open>
<IsIgnitionOn>boolean</IsIgnitionOn>
<IsInMotion exists="boolean" />
<Battery>
<BoardnetPowerSupplyVoltage>double</BoardnetPowerSupplyVoltage>
<ExternalPowerSupplyVoltage>double</ExternalPowerSupplyVoltage>
<LINBattery xsi:nil="true" />
<CTUPowerSupplyVoltage />
</Battery>
</SensorStatus>
<EBS>
<DateTime>dateTime</DateTime>
<Milage>double</Milage>
<Velocity>integer</Velocity>
<BogieLoad>double</BogieLoad>
<IsBrakeLiningOK>boolean</IsBrakeLiningOK>
</EBS>
<Temp>
<DateTime>dateTime</DateTime>
<Temp1>double</Temp1>
<Temp2>double</Temp2>
<Temp3>double</Temp3>
<Temp4>double</Temp4>
<Temp5>double</Temp5>
<Temp6>double</Temp6>
</Temp>
<Reefer>
<DateTime>dateTime</DateTime>
<Compartment1>
<Setpoint>double</Setpoint>
<ReturnAirTemp xsi:nil="true" />
<SupplyTemp xsi:nil="true" />
<EvaporatorCoilTemp xsi:nil="true" />
<OperationMode>On or Off or Cooling or Heating or Defrost or Pretrip or Null or Invalid or Unknown or Diagnostic</OperationMode>
</Compartment1>
<Compartment2>
<Setpoint>double</Setpoint>
<ReturnAirTemp xsi:nil="true" />
<SupplyTemp xsi:nil="true" />
<EvaporatorCoilTemp xsi:nil="true" />
<OperationMode>On or Off or Cooling or Heating or Defrost or Pretrip or Null or Invalid or Unknown or Diagnostic</OperationMode>
</Compartment2>
<Compartment3>
<Setpoint>double</Setpoint>
<ReturnAirTemp xsi:nil="true" />
<SupplyTemp xsi:nil="true" />
<EvaporatorCoilTemp xsi:nil="true" />
<OperationMode>On or Off or Cooling or Heating or Defrost or Pretrip or Null or Invalid or Unknown or Diagnostic</OperationMode>
</Compartment3>
<PowerMode>bytes</PowerMode>
<TotalHours exists="boolean" />
<DieselHours exists="boolean" />
<ElectricHours exists="boolean" />
<MaintenanceHours1 exists="boolean" />
<MaintenanceHours2 exists="boolean" />
<ReeferAlerts>
<ReeferAlert xsi:nil="true" />
<ReeferAlert xsi:nil="true" />
</ReeferAlerts>
<VendorSpecificData exists="boolean" />
<Presetname exists="boolean" />
<ReeferOperationMode>bytes</ReeferOperationMode>
<IsHighSpeedMode exists="boolean" />
<ReeferFuelLevel exists="boolean" />
<ReeferBatteryVoltage exists="boolean" />
<AmbientTemperature exists="boolean" />
<ReeferDigitalInput1 exists="boolean" valid="boolean" />
<ReeferDigitalInput2 exists="boolean" valid="boolean" />
<ReeferDigitalInput3 exists="boolean" valid="boolean" />
<ReeferDigitalInput4 exists="boolean" valid="boolean" />
</Reefer>
<TCI>
<DateTime>dateTime</DateTime>
<FuelLevel>
<FuelLevelColor>red or yellow or green</FuelLevelColor>
<FuelLevel>integer</FuelLevel>
<FuelLevelInLitre>integer</FuelLevelInLitre>
</FuelLevel>
<Humidity>integer</Humidity>
<DigiInput1 valid="boolean" />
<DigiInput2 valid="boolean" />
<Truck>
<TagId>string</TagId>
<Name>string</Name>
</Truck>
</TCI>
<TirePressure>
<DateTime>dateTime</DateTime>
<FrontLeft>double</FrontLeft>
<FrontRight>double</FrontRight>
<MiddleLeft>double</MiddleLeft>
<MiddleRight>double</MiddleRight>
<RearLeft>double</RearLeft>
<RearRight>double</RearRight>
<Spare>double</Spare>
</TirePressure>
<Quality exists="boolean">
<DateTime>dateTime</DateTime>
<GSMSignalStrength>integer</GSMSignalStrength>
<Is2DFix>boolean</Is2DFix>
<Is3DFix>boolean</Is3DFix>
<IsTimeOk>boolean</IsTimeOk>
<NumSatellites>integer</NumSatellites>
</Quality>
</StatusData>
<StatusData xmlns="">
<Position>
<GPSDateTime>dateTime</GPSDateTime>
<DateTime>dateTime</DateTime>
<Latitude>double</Latitude>
<Longitude>double</Longitude>
<GPSHeading>integer</GPSHeading>
<GPSSpeed exists="boolean" />
<GPSMilage exists="boolean" />
<Location>
<City>string</City>
<Direction xsi:nil="true" />
<Distance xsi:nil="true" />
</Location>
</Position>
<SensorStatus>
<DateTime>dateTime</DateTime>
<IsCoupled>boolean</IsCoupled>
<IsDoor1Open>boolean</IsDoor1Open>
<IsDoor2Open>boolean</IsDoor2Open>
<IsDoor3Open>boolean</IsDoor3Open>
<IsDoor4Open>boolean</IsDoor4Open>
<IsIgnitionOn>boolean</IsIgnitionOn>
<IsInMotion exists="boolean" />
<Battery>
<BoardnetPowerSupplyVoltage>double</BoardnetPowerSupplyVoltage>
<ExternalPowerSupplyVoltage>double</ExternalPowerSupplyVoltage>
<LINBattery xsi:nil="true" />
<CTUPowerSupplyVoltage />
</Battery>
</SensorStatus>
<EBS>
<DateTime>dateTime</DateTime>
<Milage>double</Milage>
<Velocity>integer</Velocity>
<BogieLoad>double</BogieLoad>
<IsBrakeLiningOK>boolean</IsBrakeLiningOK>
</EBS>
<Temp>
<DateTime>dateTime</DateTime>
<Temp1>double</Temp1>
<Temp2>double</Temp2>
<Temp3>double</Temp3>
<Temp4>double</Temp4>
<Temp5>double</Temp5>
<Temp6>double</Temp6>
</Temp>
<Reefer>
<DateTime>dateTime</DateTime>
<Compartment1>
<Setpoint>double</Setpoint>
<ReturnAirTemp xsi:nil="true" />
<SupplyTemp xsi:nil="true" />
<EvaporatorCoilTemp xsi:nil="true" />
<OperationMode>On or Off or Cooling or Heating or Defrost or Pretrip or Null or Invalid or Unknown or Diagnostic</OperationMode>
</Compartment1>
<Compartment2>
<Setpoint>double</Setpoint>
<ReturnAirTemp xsi:nil="true" />
<SupplyTemp xsi:nil="true" />
<EvaporatorCoilTemp xsi:nil="true" />
<OperationMode>On or Off or Cooling or Heating or Defrost or Pretrip or Null or Invalid or Unknown or Diagnostic</OperationMode>
</Compartment2>
<Compartment3>
<Setpoint>double</Setpoint>
<ReturnAirTemp xsi:nil="true" />
<SupplyTemp xsi:nil="true" />
<EvaporatorCoilTemp xsi:nil="true" />
<OperationMode>On or Off or Cooling or Heating or Defrost or Pretrip or Null or Invalid or Unknown or Diagnostic</OperationMode>
</Compartment3>
<PowerMode>bytes</PowerMode>
<TotalHours exists="boolean" />
<DieselHours exists="boolean" />
<ElectricHours exists="boolean" />
<MaintenanceHours1 exists="boolean" />
<MaintenanceHours2 exists="boolean" />
<ReeferAlerts>
<ReeferAlert xsi:nil="true" />
<ReeferAlert xsi:nil="true" />
</ReeferAlerts>
<VendorSpecificData exists="boolean" />
<Presetname exists="boolean" />
<ReeferOperationMode>bytes</ReeferOperationMode>
<IsHighSpeedMode exists="boolean" />
<ReeferFuelLevel exists="boolean" />
<ReeferBatteryVoltage exists="boolean" />
<AmbientTemperature exists="boolean" />
<ReeferDigitalInput1 exists="boolean" valid="boolean" />
<ReeferDigitalInput2 exists="boolean" valid="boolean" />
<ReeferDigitalInput3 exists="boolean" valid="boolean" />
<ReeferDigitalInput4 exists="boolean" valid="boolean" />
</Reefer>
<TCI>
<DateTime>dateTime</DateTime>
<FuelLevel>
<FuelLevelColor>red or yellow or green</FuelLevelColor>
<FuelLevel>integer</FuelLevel>
<FuelLevelInLitre>integer</FuelLevelInLitre>
</FuelLevel>
<Humidity>integer</Humidity>
<DigiInput1 valid="boolean" />
<DigiInput2 valid="boolean" />
<Truck>
<TagId>string</TagId>
<Name>string</Name>
</Truck>
</TCI>
<TirePressure>
<DateTime>dateTime</DateTime>
<FrontLeft>double</FrontLeft>
<FrontRight>double</FrontRight>
<MiddleLeft>double</MiddleLeft>
<MiddleRight>double</MiddleRight>
<RearLeft>double</RearLeft>
<RearRight>double</RearRight>
<Spare>double</Spare>
</TirePressure>
<Quality exists="boolean">
<DateTime>dateTime</DateTime>
<GSMSignalStrength>integer</GSMSignalStrength>
<Is2DFix>boolean</Is2DFix>
<Is3DFix>boolean</Is3DFix>
<IsTimeOk>boolean</IsTimeOk>
<NumSatellites>integer</NumSatellites>
</Quality>
</StatusData>
<Reason xmlns="" />
<SystemConfig xmlns="">
<TrailerType>Curtainsider_Semitrailer or Tilt or Dry_Freighter_Trailer or Box_Semitrailer or Tipper or Chassis or Truck_Box or Trailer or Motor_Vehicle or Car or Retrofit_Of_ReeferUnit or Swap_Body or Container or Reserved</TrailerType>
<TrailerProducer>Schmitz_Cargobull_AG or Benalu or Bodex or Broshuis or Burg_Industries or Cardi or Carnehl or Cartwright or Chereau or Cometto or Dennisons or Faymonville or Feber or Feldbinder or Fliegel or Fruehauf or Gray_And_Adams or Hammar_Maskin or Knapen or Koegel or Kraker or Krone or Lamberet or Lecinena or Lecitrailer or Lohr or Margaritelli or Meiler or Merker or Montracon or Noteboom_Trailers or Otokar or Pacton or Panav or Pezzaioli or Renders or Rolfo or Samro or Schwarzmueller or SDC or Sor_Iberica or STAS or Tirsan or Van_Hool or Viberti or Weka or Wielton or Zorzi or Unknown</TrailerProducer>
<TelematicType>CTU1 or CTU2 or CTU3 or Reserved</TelematicType>
<BatteryConfiguration>
<BatteryType>CTU1-Battery or CTU2-LIN-Battery or External_Battery or Boardnet_12V or Boardnet_24V</BatteryType>
<BatteryType>CTU1-Battery or CTU2-LIN-Battery or External_Battery or Boardnet_12V or Boardnet_24V</BatteryType>
</BatteryConfiguration>
<EBSType>WABCO_EBS_D or WABCO_EBS_E0 or WABCO_EBS_E1 or Knorr-Bremse_G1 or Knorr-Bremse_G2 or Haldex_EB+Gen_1 or Haldex_EB+Gen_2 or No_EBS or Reserved</EBSType>
<HasBrakeLiningSensor>boolean</HasBrakeLiningSensor>
<TPCSType>WABCO_IVTM or SCB or Reserved or No_TPCS</TPCSType>
<HasIgnitionSignal>boolean</HasIgnitionSignal>
<HasCouplingSensor>boolean</HasCouplingSensor>
<HasDoorSensor1>boolean</HasDoorSensor1>
<HasDoorSensor2>boolean</HasDoorSensor2>
<HasDoorSensor3>boolean</HasDoorSensor3>
<HasDoorSensor4>boolean</HasDoorSensor4>
<TempLoggerType>Transcan_Transcan2 or Transcan_TranscanXL or Euroscan_EuroscanX2 or Carrier_Datacold500 or Carrier_Datacold500_V2 or Carrier_Datacold500_V3 or Thermoking_i-Box or Thermoking_i-Box_V2 or Thermoking_DAS or CBT_TrailerConnect-Interface or Reserved or No_TempLogger</TempLoggerType>
<HasTempSensor1>boolean</HasTempSensor1>
<HasTempSensor2>boolean</HasTempSensor2>
<HasTempSensor3>boolean</HasTempSensor3>
<HasTempSensor4>boolean</HasTempSensor4>
<HasTempSensor5>boolean</HasTempSensor5>
<HasTempSensor6>boolean</HasTempSensor6>
<ReeferType>string</ReeferType>
<ReeferDataSource>Carrier_Datacold500 or Carrier_Datacold500_V2 or Carrier_Datacold500_V3 or Thermoking_i-Box or Thermoking_i-Box_V2 or Thermoking_DAS or CBT_TrailerConnect-Interface or CBT_CoolMacPro or Carrier_DataTrak-Advance or Carrier_DataTrak-Standard or No_Reefer or Reserved</ReeferDataSource>
<HasReeferCompartment1>boolean</HasReeferCompartment1>
<HasReeferCompartment2>boolean</HasReeferCompartment2>
<HasReeferCompartment3>boolean</HasReeferCompartment3>
<HasTCITruckIdentification>boolean</HasTCITruckIdentification>
<HasTCIHumiditySensor>boolean</HasTCIHumiditySensor>
<HasTCIDigitalIn1>boolean</HasTCIDigitalIn1>
<HasTCIDigitalIn2>boolean</HasTCIDigitalIn2>
<HasLEDTankSensor>boolean</HasLEDTankSensor>
</SystemConfig>
</StatusDataIn>
</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>
<StatusDataOut xmlns="http://base.PushService.iTM.platform.res.t-systems.com">string</StatusDataOut>
</soap12:Body>
</soap12:Envelope>