Connections Center - Wheels Service


Click here for a complete list of operations.

CheckWheelSizes

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 /connectionscenter/wheelsservice.asmx HTTP/1.1
Host: ws.tirewire.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ws.tirewire.com/connectionscenter/wheelsservice/CheckWheelSizes"

<?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>
    <CheckWheelSizes xmlns="http://ws.tirewire.com/connectionscenter/wheelsservice">
      <options>
        <SizesToCheck>
          <WheelSizeOptionsSize>
            <RimDiameter>decimal</RimDiameter>
            <RimWidth>decimal</RimWidth>
            <Bore>decimal</Bore>
            <Offset>decimal</Offset>
            <PCD>string</PCD>
            <RefId>string</RefId>
            <MinOffset>decimal</MinOffset>
            <MaxOffset>decimal</MaxOffset>
          </WheelSizeOptionsSize>
          <WheelSizeOptionsSize>
            <RimDiameter>decimal</RimDiameter>
            <RimWidth>decimal</RimWidth>
            <Bore>decimal</Bore>
            <Offset>decimal</Offset>
            <PCD>string</PCD>
            <RefId>string</RefId>
            <MinOffset>decimal</MinOffset>
            <MaxOffset>decimal</MaxOffset>
          </WheelSizeOptionsSize>
        </SizesToCheck>
        <AccessKey>string</AccessKey>
        <ConnectionID>int</ConnectionID>
        <GroupToken>string</GroupToken>
      </options>
    </CheckWheelSizes>
  </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>
    <CheckWheelSizesResponse xmlns="http://ws.tirewire.com/connectionscenter/wheelsservice">
      <CheckWheelSizesResult>
        <Sizes>
          <WheelSize>
            <RimDiameter>decimal</RimDiameter>
            <RimWidth>decimal</RimWidth>
            <Bore>decimal</Bore>
            <Offset>decimal</Offset>
            <PCD>string</PCD>
            <RefId>string</RefId>
            <MinOffset>decimal</MinOffset>
            <MaxOffset>decimal</MaxOffset>
          </WheelSize>
          <WheelSize>
            <RimDiameter>decimal</RimDiameter>
            <RimWidth>decimal</RimWidth>
            <Bore>decimal</Bore>
            <Offset>decimal</Offset>
            <PCD>string</PCD>
            <RefId>string</RefId>
            <MinOffset>decimal</MinOffset>
            <MaxOffset>decimal</MaxOffset>
          </WheelSize>
        </Sizes>
        <Message>string</Message>
      </CheckWheelSizesResult>
    </CheckWheelSizesResponse>
  </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 /connectionscenter/wheelsservice.asmx HTTP/1.1
Host: ws.tirewire.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>
    <CheckWheelSizes xmlns="http://ws.tirewire.com/connectionscenter/wheelsservice">
      <options>
        <SizesToCheck>
          <WheelSizeOptionsSize>
            <RimDiameter>decimal</RimDiameter>
            <RimWidth>decimal</RimWidth>
            <Bore>decimal</Bore>
            <Offset>decimal</Offset>
            <PCD>string</PCD>
            <RefId>string</RefId>
            <MinOffset>decimal</MinOffset>
            <MaxOffset>decimal</MaxOffset>
          </WheelSizeOptionsSize>
          <WheelSizeOptionsSize>
            <RimDiameter>decimal</RimDiameter>
            <RimWidth>decimal</RimWidth>
            <Bore>decimal</Bore>
            <Offset>decimal</Offset>
            <PCD>string</PCD>
            <RefId>string</RefId>
            <MinOffset>decimal</MinOffset>
            <MaxOffset>decimal</MaxOffset>
          </WheelSizeOptionsSize>
        </SizesToCheck>
        <AccessKey>string</AccessKey>
        <ConnectionID>int</ConnectionID>
        <GroupToken>string</GroupToken>
      </options>
    </CheckWheelSizes>
  </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>
    <CheckWheelSizesResponse xmlns="http://ws.tirewire.com/connectionscenter/wheelsservice">
      <CheckWheelSizesResult>
        <Sizes>
          <WheelSize>
            <RimDiameter>decimal</RimDiameter>
            <RimWidth>decimal</RimWidth>
            <Bore>decimal</Bore>
            <Offset>decimal</Offset>
            <PCD>string</PCD>
            <RefId>string</RefId>
            <MinOffset>decimal</MinOffset>
            <MaxOffset>decimal</MaxOffset>
          </WheelSize>
          <WheelSize>
            <RimDiameter>decimal</RimDiameter>
            <RimWidth>decimal</RimWidth>
            <Bore>decimal</Bore>
            <Offset>decimal</Offset>
            <PCD>string</PCD>
            <RefId>string</RefId>
            <MinOffset>decimal</MinOffset>
            <MaxOffset>decimal</MaxOffset>
          </WheelSize>
        </Sizes>
        <Message>string</Message>
      </CheckWheelSizesResult>
    </CheckWheelSizesResponse>
  </soap12:Body>
</soap12:Envelope>