You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/10/31 12:23:49 UTC

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

Author: sanka
Date: Tue Oct 31 03:23:49 2006
New Revision: 469448

URL: http://svn.apache.org/viewvc?view=rev&rev=469448
Log:
Added a README.txt for this sample

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

Added: 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=auto&rev=469448
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt (added)
+++ webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt Tue Oct 31 03:23:49 2006
@@ -0,0 +1,15 @@
+
+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
+
+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
+
+
+
+



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