5 Most Recent
    Location/Geography
    Specialist
    Utility
    Tools
    Weather
    Financial
    Business
    Binary
Service Owner: Google
Service Home: http://www.google.com/apis/
Service WSDL URL: http://api.google.com/GoogleSearch.wsdl
Inspect WSDL      View WSDL
Short Description: The google spell checker. Checks words and phrases for mispellings and corrects.
Implementation:
Quantity Price Setup Fee Setup Time Trial
1000/day Free check service home instant no
This service focus's on the spell checking feature of the google web services. (This is the same service as the google search service, however we decided it was useful enough to include it on it's own).

Takes a word or phrase as input then returns the corrected version. Really useful for any type of admin/editing type program.

You must first create a google account on the Service Home page in order to use the Google Web Service API. After you have registered with Google, you are assigned a key that is needed to access the service.
Client Name Publisher fVersion Toolkit Added On
Textfield Spell Checker flash-db MX amfphp w/nusoap 2003-09-04

#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>gateway.php");

// sets up the service.
var service serverConn.getService("http://api.google.com/GoogleSearch.wsdl"serviceResult);

// Set the params and call the service
// In this case you need to obtain a google Key from http://www.google.com/apis/
// the phrase parameter can be a word or phrase.
params = {
    
key:'YourGoogleKeyGoesHere',
    
phrase:'ths is a mispeled phraes'
}

// calls the doSpellingSuggestion method from the google web service.
service.doSpellingSuggestion(params);


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

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