Connections Center - Wheels Service
Click here for a complete list of operations.
GetWheelElements
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/GetWheelElements"
<?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>
<GetWheelElements xmlns="http://ws.tirewire.com/connectionscenter/wheelsservice">
<options>
<ConnectionID>int</ConnectionID>
<AccessKey>string</AccessKey>
<GroupToken>string</GroupToken>
<Brand>string</Brand>
<Style>string</Style>
<Size>string</Size>
<Finish>string</Finish>
<ShortFinish>string</ShortFinish>
<BoltPattern>string</BoltPattern>
<Offset>decimal</Offset>
<Bore>decimal</Bore>
<LoadRating>decimal</LoadRating>
<RimDiameter>decimal</RimDiameter>
<RimWidth>decimal</RimWidth>
<MinimumOffset>decimal</MinimumOffset>
<MaximumOffset>decimal</MaximumOffset>
</options>
</GetWheelElements>
</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>
<GetWheelElementsResponse xmlns="http://ws.tirewire.com/connectionscenter/wheelsservice">
<GetWheelElementsResult>
<BoltPatterns>
<string>string</string>
<string>string</string>
</BoltPatterns>
<Brands>
<string>string</string>
<string>string</string>
</Brands>
<Finishes>
<string>string</string>
<string>string</string>
</Finishes>
<ShortFinishes>
<string>string</string>
<string>string</string>
</ShortFinishes>
<Sizes>
<string>string</string>
<string>string</string>
</Sizes>
<Styles>
<string>string</string>
<string>string</string>
</Styles>
<LoadRatings>
<decimal>decimal</decimal>
<decimal>decimal</decimal>
</LoadRatings>
<Offsets>
<decimal>decimal</decimal>
<decimal>decimal</decimal>
</Offsets>
<Bores>
<decimal>decimal</decimal>
<decimal>decimal</decimal>
</Bores>
<RimDiameters>
<decimal>decimal</decimal>
<decimal>decimal</decimal>
</RimDiameters>
<RimWidths>
<decimal>decimal</decimal>
<decimal>decimal</decimal>
</RimWidths>
<Message>string</Message>
</GetWheelElementsResult>
</GetWheelElementsResponse>
</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>
<GetWheelElements xmlns="http://ws.tirewire.com/connectionscenter/wheelsservice">
<options>
<ConnectionID>int</ConnectionID>
<AccessKey>string</AccessKey>
<GroupToken>string</GroupToken>
<Brand>string</Brand>
<Style>string</Style>
<Size>string</Size>
<Finish>string</Finish>
<ShortFinish>string</ShortFinish>
<BoltPattern>string</BoltPattern>
<Offset>decimal</Offset>
<Bore>decimal</Bore>
<LoadRating>decimal</LoadRating>
<RimDiameter>decimal</RimDiameter>
<RimWidth>decimal</RimWidth>
<MinimumOffset>decimal</MinimumOffset>
<MaximumOffset>decimal</MaximumOffset>
</options>
</GetWheelElements>
</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>
<GetWheelElementsResponse xmlns="http://ws.tirewire.com/connectionscenter/wheelsservice">
<GetWheelElementsResult>
<BoltPatterns>
<string>string</string>
<string>string</string>
</BoltPatterns>
<Brands>
<string>string</string>
<string>string</string>
</Brands>
<Finishes>
<string>string</string>
<string>string</string>
</Finishes>
<ShortFinishes>
<string>string</string>
<string>string</string>
</ShortFinishes>
<Sizes>
<string>string</string>
<string>string</string>
</Sizes>
<Styles>
<string>string</string>
<string>string</string>
</Styles>
<LoadRatings>
<decimal>decimal</decimal>
<decimal>decimal</decimal>
</LoadRatings>
<Offsets>
<decimal>decimal</decimal>
<decimal>decimal</decimal>
</Offsets>
<Bores>
<decimal>decimal</decimal>
<decimal>decimal</decimal>
</Bores>
<RimDiameters>
<decimal>decimal</decimal>
<decimal>decimal</decimal>
</RimDiameters>
<RimWidths>
<decimal>decimal</decimal>
<decimal>decimal</decimal>
</RimWidths>
<Message>string</Message>
</GetWheelElementsResult>
</GetWheelElementsResponse>
</soap12:Body>
</soap12:Envelope>