5 Most Recent
    Location/Geography
    Specialist
    Utility
    Tools
    Weather
    Financial
    Business
    Binary
Service Owner: Flash-db
Service Home: www.flash-db.com/services/
Service WSDL URL: http://www.flash-db.com/services/ws/flashWhois.wsdl
Inspect WSDL      View WSDL
Short Description: Allows for a fast and easy Whois lookup from inside flash.
Implementation: nusoap
Quantity Price Setup Fee Setup Time Trial
unlimited free 0 instant no
Allows for a fast and easy whois lookup from inside flash. Check domain name for availability and/or find info on the domain in question.
Client Name Publisher fVersion Toolkit Added On
Flash Whois Flash-db MX amfphp 2003-09-02

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

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

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

// sets up the service.
var service serverConn.getService("http://www.flash-db.com/services/ws/flashWhois.wsdl"serviceResult);

// Set the params and call the service
params = {
    
username:'anything',
    
password:'anything',
    
domain:'www.flash-db.com'
}

// calls the method.
service.doWhois(params);


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

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