webservice
Click here for a complete list of operations.
GetVWEdata
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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/GetVWEdata"
<?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>
<GetVWEdata xmlns="http://driveright.com/">
<username>string</username>
<password>string</password>
<enterVRM>string</enterVRM>
</GetVWEdata>
</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>
<GetVWEdataResponse xmlns="http://driveright.com/">
<GetVWEdataResult>
<DRDChassisID>int</DRDChassisID>
<antwoordbericht>
<authenticatie>
<naam xmlns="">string</naam>
<wachtwoord xmlns="">string</wachtwoord>
<berichtsoort xmlns="">string</berichtsoort>
<resultaat xmlns="">string</resultaat>
<interdata-referentie xmlns="">string</interdata-referentie>
<reden xmlns="">string</reden>
</authenticatie>
<parameters>
<kenteken xmlns="">string</kenteken>
</parameters>
<vehicle>
<rdw-info xsi:nil="true" xmlns="" />
<rdw-info xsi:nil="true" xmlns="" />
<type-approval-info xsi:nil="true" xmlns="" />
<type-approval-info xsi:nil="true" xmlns="" />
<tecdoc-info xsi:nil="true" xmlns="" />
<tecdoc-info xsi:nil="true" xmlns="" />
</vehicle>
</antwoordbericht>
</GetVWEdataResult>
</GetVWEdataResponse>
</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>
<GetVWEdata xmlns="http://driveright.com/">
<username>string</username>
<password>string</password>
<enterVRM>string</enterVRM>
</GetVWEdata>
</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>
<GetVWEdataResponse xmlns="http://driveright.com/">
<GetVWEdataResult>
<DRDChassisID>int</DRDChassisID>
<antwoordbericht>
<authenticatie>
<naam xmlns="">string</naam>
<wachtwoord xmlns="">string</wachtwoord>
<berichtsoort xmlns="">string</berichtsoort>
<resultaat xmlns="">string</resultaat>
<interdata-referentie xmlns="">string</interdata-referentie>
<reden xmlns="">string</reden>
</authenticatie>
<parameters>
<kenteken xmlns="">string</kenteken>
</parameters>
<vehicle>
<rdw-info xsi:nil="true" xmlns="" />
<rdw-info xsi:nil="true" xmlns="" />
<type-approval-info xsi:nil="true" xmlns="" />
<type-approval-info xsi:nil="true" xmlns="" />
<tecdoc-info xsi:nil="true" xmlns="" />
<tecdoc-info xsi:nil="true" xmlns="" />
</vehicle>
</antwoordbericht>
</GetVWEdataResult>
</GetVWEdataResponse>
</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/GetVWEdata?username=string&password=string&enterVRM=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"?>
<WVEAndDRDReturn xmlns="http://driveright.com/">
<DRDChassisID>int</DRDChassisID>
<antwoordbericht>
<authenticatie>
<naam xmlns="">string</naam>
<wachtwoord xmlns="">string</wachtwoord>
<berichtsoort xmlns="">string</berichtsoort>
<resultaat xmlns="">string</resultaat>
<interdata-referentie xmlns="">string</interdata-referentie>
<reden xmlns="">string</reden>
</authenticatie>
<parameters>
<kenteken xmlns="">string</kenteken>
</parameters>
<vehicle>
<rdw-info xmlns="">
<vehicle-classification>string</vehicle-classification>
<make>string</make>
<modeltype>string</modeltype>
<colour-1>string</colour-1>
<date-reg-nl>string</date-reg-nl>
<date-reg-international>string</date-reg-international>
<date-reg-ownership>string</date-reg-ownership>
<parallel-import>string</parallel-import>
<date-apk>string</date-apk>
<unladenmass-kg>string</unladenmass-kg>
<grossvehicleweight-kg>string</grossvehicleweight-kg>
<ladenmass-max-kg>string</ladenmass-max-kg>
<max-weight-with-brake>string</max-weight-with-brake>
<max-weight-without-brake>string</max-weight-without-brake>
<no-of-seats>string</no-of-seats>
<no-of-doors>string</no-of-doors>
<vehicle-type>string</vehicle-type>
<motor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<motor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<dimensions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<dimensions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</rdw-info>
<rdw-info xmlns="">
<vehicle-classification>string</vehicle-classification>
<make>string</make>
<modeltype>string</modeltype>
<colour-1>string</colour-1>
<date-reg-nl>string</date-reg-nl>
<date-reg-international>string</date-reg-international>
<date-reg-ownership>string</date-reg-ownership>
<parallel-import>string</parallel-import>
<date-apk>string</date-apk>
<unladenmass-kg>string</unladenmass-kg>
<grossvehicleweight-kg>string</grossvehicleweight-kg>
<ladenmass-max-kg>string</ladenmass-max-kg>
<max-weight-with-brake>string</max-weight-with-brake>
<max-weight-without-brake>string</max-weight-without-brake>
<no-of-seats>string</no-of-seats>
<no-of-doors>string</no-of-doors>
<vehicle-type>string</vehicle-type>
<motor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<motor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<dimensions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<dimensions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</rdw-info>
<type-approval-info xmlns="">
<euro-vin>string</euro-vin>
<variantcode>string</variantcode>
<modelcode>string</modelcode>
<issue-date>string</issue-date>
<manufacturer>string</manufacturer>
<eu-makes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<eu-types d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<eu-axles d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</type-approval-info>
<type-approval-info xmlns="">
<euro-vin>string</euro-vin>
<variantcode>string</variantcode>
<modelcode>string</modelcode>
<issue-date>string</issue-date>
<manufacturer>string</manufacturer>
<eu-makes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<eu-types d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<eu-axles d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</type-approval-info>
<tecdoc-info xmlns="">
<tecdoc>string</tecdoc>
</tecdoc-info>
<tecdoc-info xmlns="">
<tecdoc>string</tecdoc>
</tecdoc-info>
</vehicle>
</antwoordbericht>
</WVEAndDRDReturn>
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/GetVWEdata HTTP/1.1 Host: api.wheelwizards.net Content-Type: application/x-www-form-urlencoded Content-Length: length username=string&password=string&enterVRM=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<WVEAndDRDReturn xmlns="http://driveright.com/">
<DRDChassisID>int</DRDChassisID>
<antwoordbericht>
<authenticatie>
<naam xmlns="">string</naam>
<wachtwoord xmlns="">string</wachtwoord>
<berichtsoort xmlns="">string</berichtsoort>
<resultaat xmlns="">string</resultaat>
<interdata-referentie xmlns="">string</interdata-referentie>
<reden xmlns="">string</reden>
</authenticatie>
<parameters>
<kenteken xmlns="">string</kenteken>
</parameters>
<vehicle>
<rdw-info xmlns="">
<vehicle-classification>string</vehicle-classification>
<make>string</make>
<modeltype>string</modeltype>
<colour-1>string</colour-1>
<date-reg-nl>string</date-reg-nl>
<date-reg-international>string</date-reg-international>
<date-reg-ownership>string</date-reg-ownership>
<parallel-import>string</parallel-import>
<date-apk>string</date-apk>
<unladenmass-kg>string</unladenmass-kg>
<grossvehicleweight-kg>string</grossvehicleweight-kg>
<ladenmass-max-kg>string</ladenmass-max-kg>
<max-weight-with-brake>string</max-weight-with-brake>
<max-weight-without-brake>string</max-weight-without-brake>
<no-of-seats>string</no-of-seats>
<no-of-doors>string</no-of-doors>
<vehicle-type>string</vehicle-type>
<motor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<motor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<dimensions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<dimensions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</rdw-info>
<rdw-info xmlns="">
<vehicle-classification>string</vehicle-classification>
<make>string</make>
<modeltype>string</modeltype>
<colour-1>string</colour-1>
<date-reg-nl>string</date-reg-nl>
<date-reg-international>string</date-reg-international>
<date-reg-ownership>string</date-reg-ownership>
<parallel-import>string</parallel-import>
<date-apk>string</date-apk>
<unladenmass-kg>string</unladenmass-kg>
<grossvehicleweight-kg>string</grossvehicleweight-kg>
<ladenmass-max-kg>string</ladenmass-max-kg>
<max-weight-with-brake>string</max-weight-with-brake>
<max-weight-without-brake>string</max-weight-without-brake>
<no-of-seats>string</no-of-seats>
<no-of-doors>string</no-of-doors>
<vehicle-type>string</vehicle-type>
<motor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<motor d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<dimensions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<dimensions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</rdw-info>
<type-approval-info xmlns="">
<euro-vin>string</euro-vin>
<variantcode>string</variantcode>
<modelcode>string</modelcode>
<issue-date>string</issue-date>
<manufacturer>string</manufacturer>
<eu-makes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<eu-types d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<eu-axles d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</type-approval-info>
<type-approval-info xmlns="">
<euro-vin>string</euro-vin>
<variantcode>string</variantcode>
<modelcode>string</modelcode>
<issue-date>string</issue-date>
<manufacturer>string</manufacturer>
<eu-makes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<eu-types d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<eu-axles d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</type-approval-info>
<tecdoc-info xmlns="">
<tecdoc>string</tecdoc>
</tecdoc-info>
<tecdoc-info xmlns="">
<tecdoc>string</tecdoc>
</tecdoc-info>
</vehicle>
</antwoordbericht>
</WVEAndDRDReturn>