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/03 09:06:38 UTC

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

Author: chinthaka
Date: Fri Nov  3 00:06:38 2006
New Revision: 470710

URL: http://svn.apache.org/viewvc?view=rev&rev=470710
Log:
Fixing the line width and minor improvements

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=470710&r1=470709&r2=470710
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt Fri Nov  3 00:06:38 2006
@@ -13,18 +13,23 @@
 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. 
+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
+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.
+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 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