webservice


Click here for a complete list of operations.

GetVehicleFitmentsByTyreSize

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
username:
password:
countryID:
languageID:
width:
aspect:
rim:
load:
speed:

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 /eu/webservice.asmx HTTP/1.1
Host: api.wheelwizards.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://driveright.com/GetVehicleFitmentsByTyreSize"

<?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>
    <GetVehicleFitmentsByTyreSize xmlns="http://driveright.com/">
      <username>string</username>
      <password>string</password>
      <countryID>string</countryID>
      <languageID>string</languageID>
      <width>string</width>
      <aspect>string</aspect>
      <rim>string</rim>
      <load>string</load>
      <speed>string</speed>
    </GetVehicleFitmentsByTyreSize>
  </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>
    <GetVehicleFitmentsByTyreSizeResponse xmlns="http://driveright.com/">
      <GetVehicleFitmentsByTyreSizeResult>
        <Message>string</Message>
        <Country>
          <CountryName>string</CountryName>
          <CountryID>string</CountryID>
        </Country>
        <Language>
          <LanguageID>string</LanguageID>
          <LanguageName>string</LanguageName>
        </Language>
        <VehicleList>
          <VehicleDataFromKType>
            <KType>int</KType>
            <FrontAllRoundFitment xsi:nil="true" />
            <RearFitment xsi:nil="true" />
            <Manufacturer xsi:nil="true" />
            <Model xsi:nil="true" />
            <Vehicle xsi:nil="true" />
          </VehicleDataFromKType>
          <VehicleDataFromKType>
            <KType>int</KType>
            <FrontAllRoundFitment xsi:nil="true" />
            <RearFitment xsi:nil="true" />
            <Manufacturer xsi:nil="true" />
            <Model xsi:nil="true" />
            <Vehicle xsi:nil="true" />
          </VehicleDataFromKType>
        </VehicleList>
      </GetVehicleFitmentsByTyreSizeResult>
    </GetVehicleFitmentsByTyreSizeResponse>
  </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 /eu/webservice.asmx HTTP/1.1
Host: api.wheelwizards.net
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>
    <GetVehicleFitmentsByTyreSize xmlns="http://driveright.com/">
      <username>string</username>
      <password>string</password>
      <countryID>string</countryID>
      <languageID>string</languageID>
      <width>string</width>
      <aspect>string</aspect>
      <rim>string</rim>
      <load>string</load>
      <speed>string</speed>
    </GetVehicleFitmentsByTyreSize>
  </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>
    <GetVehicleFitmentsByTyreSizeResponse xmlns="http://driveright.com/">
      <GetVehicleFitmentsByTyreSizeResult>
        <Message>string</Message>
        <Country>
          <CountryName>string</CountryName>
          <CountryID>string</CountryID>
        </Country>
        <Language>
          <LanguageID>string</LanguageID>
          <LanguageName>string</LanguageName>
        </Language>
        <VehicleList>
          <VehicleDataFromKType>
            <KType>int</KType>
            <FrontAllRoundFitment xsi:nil="true" />
            <RearFitment xsi:nil="true" />
            <Manufacturer xsi:nil="true" />
            <Model xsi:nil="true" />
            <Vehicle xsi:nil="true" />
          </VehicleDataFromKType>
          <VehicleDataFromKType>
            <KType>int</KType>
            <FrontAllRoundFitment xsi:nil="true" />
            <RearFitment xsi:nil="true" />
            <Manufacturer xsi:nil="true" />
            <Model xsi:nil="true" />
            <Vehicle xsi:nil="true" />
          </VehicleDataFromKType>
        </VehicleList>
      </GetVehicleFitmentsByTyreSizeResult>
    </GetVehicleFitmentsByTyreSizeResponse>
  </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 /eu/webservice.asmx/GetVehicleFitmentsByTyreSize?username=string&password=string&countryID=string&languageID=string&width=string&aspect=string&rim=string&load=string&speed=string HTTP/1.1
Host: api.wheelwizards.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<VehicleDataFromKTypeModelWithLanguage xmlns="http://driveright.com/">
  <Message>string</Message>
  <Country>
    <CountryName>string</CountryName>
    <CountryID>string</CountryID>
  </Country>
  <Language>
    <LanguageID>string</LanguageID>
    <LanguageName>string</LanguageName>
  </Language>
  <VehicleList>
    <VehicleDataFromKType>
      <KType>int</KType>
      <FrontAllRoundFitment>
        <Tyresize>string</Tyresize>
        <LoadIndex>string</LoadIndex>
        <SpeedIndex>string</SpeedIndex>
      </FrontAllRoundFitment>
      <RearFitment>
        <TyresizeR>string</TyresizeR>
        <LoadIndexR>string</LoadIndexR>
        <SpeedIndexR>string</SpeedIndexR>
      </RearFitment>
      <Manufacturer>
        <ManufacturerName>string</ManufacturerName>
        <ManufacturerID>string</ManufacturerID>
      </Manufacturer>
      <Model>
        <ModelName>string</ModelName>
        <ModelID>string</ModelID>
        <ConstructedFrom>string</ConstructedFrom>
        <ConstructedTo>string</ConstructedTo>
      </Model>
      <Vehicle>
        <KType>string</KType>
        <CarName>string</CarName>
        <CarID>string</CarID>
        <ConstructionFrom>string</ConstructionFrom>
        <ConstructionTo>string</ConstructionTo>
        <FirstCountry>string</FirstCountry>
        <Cylinder>string</Cylinder>
        <CylinderCapacity>string</CylinderCapacity>
        <CylinderCapacityCcm>string</CylinderCapacityCcm>
        <CylinderCapacityLiter>string</CylinderCapacityLiter>
        <Linked>string</Linked>
        <PowerHpFrom>string</PowerHpFrom>
        <PowerHpTo>string</PowerHpTo>
        <PowerKwFrom>string</PowerKwFrom>
        <PowerKwTo>string</PowerKwTo>
        <MotorCode>string</MotorCode>
        <ConstructionType>string</ConstructionType>
        <ImpulsionType>string</ImpulsionType>
        <Valves>string</Valves>
        <ModelName>string</ModelName>
        <TypeName>string</TypeName>
        <TypeNumber>string</TypeNumber>
        <FuelType>string</FuelType>
        <FuelTypeProcess>string</FuelTypeProcess>
        <MotorType>string</MotorType>
        <BrakeSystem>string</BrakeSystem>
        <CcmTech>string</CcmTech>
        <Doors>string</Doors>
        <Voltage>string</Voltage>
        <TankCapacity>string</TankCapacity>
        <HSN_TSN>string</HSN_TSN>
        <ABENr>string</ABENr>
        <AbeFrom>string</AbeFrom>
        <StatHer>string</StatHer>
        <StatTyp>string</StatTyp>
        <ABS>string</ABS>
        <ASR>string</ASR>
      </Vehicle>
    </VehicleDataFromKType>
    <VehicleDataFromKType>
      <KType>int</KType>
      <FrontAllRoundFitment>
        <Tyresize>string</Tyresize>
        <LoadIndex>string</LoadIndex>
        <SpeedIndex>string</SpeedIndex>
      </FrontAllRoundFitment>
      <RearFitment>
        <TyresizeR>string</TyresizeR>
        <LoadIndexR>string</LoadIndexR>
        <SpeedIndexR>string</SpeedIndexR>
      </RearFitment>
      <Manufacturer>
        <ManufacturerName>string</ManufacturerName>
        <ManufacturerID>string</ManufacturerID>
      </Manufacturer>
      <Model>
        <ModelName>string</ModelName>
        <ModelID>string</ModelID>
        <ConstructedFrom>string</ConstructedFrom>
        <ConstructedTo>string</ConstructedTo>
      </Model>
      <Vehicle>
        <KType>string</KType>
        <CarName>string</CarName>
        <CarID>string</CarID>
        <ConstructionFrom>string</ConstructionFrom>
        <ConstructionTo>string</ConstructionTo>
        <FirstCountry>string</FirstCountry>
        <Cylinder>string</Cylinder>
        <CylinderCapacity>string</CylinderCapacity>
        <CylinderCapacityCcm>string</CylinderCapacityCcm>
        <CylinderCapacityLiter>string</CylinderCapacityLiter>
        <Linked>string</Linked>
        <PowerHpFrom>string</PowerHpFrom>
        <PowerHpTo>string</PowerHpTo>
        <PowerKwFrom>string</PowerKwFrom>
        <PowerKwTo>string</PowerKwTo>
        <MotorCode>string</MotorCode>
        <ConstructionType>string</ConstructionType>
        <ImpulsionType>string</ImpulsionType>
        <Valves>string</Valves>
        <ModelName>string</ModelName>
        <TypeName>string</TypeName>
        <TypeNumber>string</TypeNumber>
        <FuelType>string</FuelType>
        <FuelTypeProcess>string</FuelTypeProcess>
        <MotorType>string</MotorType>
        <BrakeSystem>string</BrakeSystem>
        <CcmTech>string</CcmTech>
        <Doors>string</Doors>
        <Voltage>string</Voltage>
        <TankCapacity>string</TankCapacity>
        <HSN_TSN>string</HSN_TSN>
        <ABENr>string</ABENr>
        <AbeFrom>string</AbeFrom>
        <StatHer>string</StatHer>
        <StatTyp>string</StatTyp>
        <ABS>string</ABS>
        <ASR>string</ASR>
      </Vehicle>
    </VehicleDataFromKType>
  </VehicleList>
</VehicleDataFromKTypeModelWithLanguage>

HTTP POST

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

POST /eu/webservice.asmx/GetVehicleFitmentsByTyreSize HTTP/1.1
Host: api.wheelwizards.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

username=string&password=string&countryID=string&languageID=string&width=string&aspect=string&rim=string&load=string&speed=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<VehicleDataFromKTypeModelWithLanguage xmlns="http://driveright.com/">
  <Message>string</Message>
  <Country>
    <CountryName>string</CountryName>
    <CountryID>string</CountryID>
  </Country>
  <Language>
    <LanguageID>string</LanguageID>
    <LanguageName>string</LanguageName>
  </Language>
  <VehicleList>
    <VehicleDataFromKType>
      <KType>int</KType>
      <FrontAllRoundFitment>
        <Tyresize>string</Tyresize>
        <LoadIndex>string</LoadIndex>
        <SpeedIndex>string</SpeedIndex>
      </FrontAllRoundFitment>
      <RearFitment>
        <TyresizeR>string</TyresizeR>
        <LoadIndexR>string</LoadIndexR>
        <SpeedIndexR>string</SpeedIndexR>
      </RearFitment>
      <Manufacturer>
        <ManufacturerName>string</ManufacturerName>
        <ManufacturerID>string</ManufacturerID>
      </Manufacturer>
      <Model>
        <ModelName>string</ModelName>
        <ModelID>string</ModelID>
        <ConstructedFrom>string</ConstructedFrom>
        <ConstructedTo>string</ConstructedTo>
      </Model>
      <Vehicle>
        <KType>string</KType>
        <CarName>string</CarName>
        <CarID>string</CarID>
        <ConstructionFrom>string</ConstructionFrom>
        <ConstructionTo>string</ConstructionTo>
        <FirstCountry>string</FirstCountry>
        <Cylinder>string</Cylinder>
        <CylinderCapacity>string</CylinderCapacity>
        <CylinderCapacityCcm>string</CylinderCapacityCcm>
        <CylinderCapacityLiter>string</CylinderCapacityLiter>
        <Linked>string</Linked>
        <PowerHpFrom>string</PowerHpFrom>
        <PowerHpTo>string</PowerHpTo>
        <PowerKwFrom>string</PowerKwFrom>
        <PowerKwTo>string</PowerKwTo>
        <MotorCode>string</MotorCode>
        <ConstructionType>string</ConstructionType>
        <ImpulsionType>string</ImpulsionType>
        <Valves>string</Valves>
        <ModelName>string</ModelName>
        <TypeName>string</TypeName>
        <TypeNumber>string</TypeNumber>
        <FuelType>string</FuelType>
        <FuelTypeProcess>string</FuelTypeProcess>
        <MotorType>string</MotorType>
        <BrakeSystem>string</BrakeSystem>
        <CcmTech>string</CcmTech>
        <Doors>string</Doors>
        <Voltage>string</Voltage>
        <TankCapacity>string</TankCapacity>
        <HSN_TSN>string</HSN_TSN>
        <ABENr>string</ABENr>
        <AbeFrom>string</AbeFrom>
        <StatHer>string</StatHer>
        <StatTyp>string</StatTyp>
        <ABS>string</ABS>
        <ASR>string</ASR>
      </Vehicle>
    </VehicleDataFromKType>
    <VehicleDataFromKType>
      <KType>int</KType>
      <FrontAllRoundFitment>
        <Tyresize>string</Tyresize>
        <LoadIndex>string</LoadIndex>
        <SpeedIndex>string</SpeedIndex>
      </FrontAllRoundFitment>
      <RearFitment>
        <TyresizeR>string</TyresizeR>
        <LoadIndexR>string</LoadIndexR>
        <SpeedIndexR>string</SpeedIndexR>
      </RearFitment>
      <Manufacturer>
        <ManufacturerName>string</ManufacturerName>
        <ManufacturerID>string</ManufacturerID>
      </Manufacturer>
      <Model>
        <ModelName>string</ModelName>
        <ModelID>string</ModelID>
        <ConstructedFrom>string</ConstructedFrom>
        <ConstructedTo>string</ConstructedTo>
      </Model>
      <Vehicle>
        <KType>string</KType>
        <CarName>string</CarName>
        <CarID>string</CarID>
        <ConstructionFrom>string</ConstructionFrom>
        <ConstructionTo>string</ConstructionTo>
        <FirstCountry>string</FirstCountry>
        <Cylinder>string</Cylinder>
        <CylinderCapacity>string</CylinderCapacity>
        <CylinderCapacityCcm>string</CylinderCapacityCcm>
        <CylinderCapacityLiter>string</CylinderCapacityLiter>
        <Linked>string</Linked>
        <PowerHpFrom>string</PowerHpFrom>
        <PowerHpTo>string</PowerHpTo>
        <PowerKwFrom>string</PowerKwFrom>
        <PowerKwTo>string</PowerKwTo>
        <MotorCode>string</MotorCode>
        <ConstructionType>string</ConstructionType>
        <ImpulsionType>string</ImpulsionType>
        <Valves>string</Valves>
        <ModelName>string</ModelName>
        <TypeName>string</TypeName>
        <TypeNumber>string</TypeNumber>
        <FuelType>string</FuelType>
        <FuelTypeProcess>string</FuelTypeProcess>
        <MotorType>string</MotorType>
        <BrakeSystem>string</BrakeSystem>
        <CcmTech>string</CcmTech>
        <Doors>string</Doors>
        <Voltage>string</Voltage>
        <TankCapacity>string</TankCapacity>
        <HSN_TSN>string</HSN_TSN>
        <ABENr>string</ABENr>
        <AbeFrom>string</AbeFrom>
        <StatHer>string</StatHer>
        <StatTyp>string</StatTyp>
        <ABS>string</ABS>
        <ASR>string</ASR>
      </Vehicle>
    </VehicleDataFromKType>
  </VehicleList>
</VehicleDataFromKTypeModelWithLanguage>