5 Most Recent
    Location/Geography
    Specialist
    Utility
    Tools
    Weather
    Financial
    Business
    Binary
Service Owner: DS Data Systems
Service Home: http://www.dsdata.co.uk/WS/
Service WSDL URL: http://wavendon.dsdata.co.uk/axis/services/CarRentalQuotes?wsdl
Inspect WSDL      View WSDL
Short Description: This service takes the pain out of comparing car rental quotes from the major rental companies.
Implementation: Apache AXIS
Quantity Price Setup Fee Setup Time Trial
0 Free 0 Instant Demo
This service takes the pain out of comparing car rental quotes from the major rental companies. You submit your criteria, such as dates/times and locations and the service locates the best current deals on the Internet returning a list of quotes ordered by price. The service actually visits each car rental site, in parallel, automatically to find the best deal at that moment. Note that this is different to most car rental search engines out there that rely on a database for quotes which may respond quickly but are often misleading and have out-of-date results. The user is provided with completely independent quotes and left to book the car rentals as he/she sees fit.

Extra: The main interface is "getQuotes()" which gets the actual car rental quotes. To feed in the appropriate codes for countries, locations, results- currencies and car types you can optionally call getCountries(), getLocations(), getCurrencies() and getCarTypes().. these are handy for building a fully-functional client. More information, including a C# demonstration client is available for free download from http://www.dsdata.co.uk/WS/ To use the service from the web you can try http://www.searchbookgo.com/ which uses these web services at the back end as well. The service is totally independent and free to use. Please feedback or comments to info@dsdata.co.uk

#include "NetServices.as"
#include "NetDebug.as"

// create result handler for service.
serviceResult = new Object();
serviceResult.onResult = function(result){
    
trace(result)
}
serviceResult.onStatus = function(status){
    
trace(status);
}

// sets up the gateway connection.
var serverConn     NetServices.createGatewayConnection("<PathToGateway>gateway.php");

// sets up the service.
var service serverConn.getService("http://wavendon.dsdata.co.uk/axis/services/CarRentalQuotes?wsdl"serviceResult);

// Set the input params to retrieve car rental quotes (getQuotes method).
// take a look at: http://www.searchbookgo.com/ for more parameter info.
// date/time format is yyyy-mm-ddThh:mm:ss.SSSZ
params = {
    
carType:'compact',
    
country:'United States',
    
pickupDate:'9-4-2003',
    
pickupLocation:'Denver International',
    
returnDate:'9-8-2003',
    
returnLocation:'Denver International'
    
//clientID  (string)
    //userEmail  (string)
}

params2 = {}

// call method to invoke. (use the wsdl inspector to explore other methods)
service.getCarTypes(params2);


© 2010 The Flash-db.com Community! All Rights Reserved.

Hosting for flash-db.com is provided by Hostrocket.com
< / form > < !-- Google analitycs -->