You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2006/11/02 15:16:20 UTC

svn commit: r470368 - /webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt

Author: chatra
Date: Thu Nov  2 06:16:19 2006
New Revision: 470368

URL: http://svn.apache.org/viewvc?view=rev&rev=470368
Log:
review complete

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt

Modified: webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt?view=diff&rev=470368&r1=470367&r2=470368
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt Thu Nov  2 06:16:19 2006
@@ -1,17 +1,36 @@
-
-This example demonstrates the use of asynchronous web method invocations. 
-
-In this sample, the use can continue to type text on the text editor where the text editor does the spell check from a hosted web service. The web method invocation is done in as an asynchronous web method invocation allowing the user to input text continuously. 
-
-Note that when running the build script, stub is generated for the hosted spell check service at: http://tools.wso2.net:12001/axis2/services/SimplifiedSpellCheck?wsdl
-
-N.B.: This public web service uses Google Web APIs to provide spell check service. In case of a failure SimplifiedSpellCheck echo the sent phrase instead of throwing an error. Therefore if the spell check editor just output in the input words, that is because of this behavior of the SimplifiedSpellCheck service.
-
-and the text editor use that stub and the callback handler to provided the required functionality.
-
-To generate stubs and run the text editor, type
-$ant
-
-
-
-
+Sample for Yahoo - Search - REST
+========================================
+
+Introduction
+============
+
+This example demonstrates the use of asynchronous Web method invocations. 
+
+
+Pre-Requisites
+==============
+
+Apache Ant 1.6.2 or later
+
+
+In this sample, the user can continue to type text on the text editor where the text editor does the spell check from a hosted Web service. The Web method invocation is carried out in an asynchronous manner allowing the user to continuously type text without having to stall for the response. 
+
+Note that when running the build script, a stub is generated for the hosted spell check service at: http://tools.wso2.net:12001/axis2/services/SimplifiedSpellCheck?wsdl
+
+N.B.: This public Web service uses Google Web APIs to provide spell check service. In case of a failure SimplifiedSpellCheck echo sends back the phrase (sent for spell check) instead of throwing an error. Therefore, if the spell check editor just outputs the input words/phrase, that is because of this behavior of the SimplifiedSpellCheck service.
+
+
+Running The Sample
+==================
+
+To generate stubs and run the text editor, type
+$ant
+
+
+
+
+
+
+
+
+



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org