Author: chatra Date: Thu Nov 9 22:03:45 2006 New Revision: 473204 URL: http://svn.apache.org/viewvc?view=rev&rev=473204 Log: improved structure with the help of Charitha
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=473204&r1=473203&r2=473204 ============================================================================== --- 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 9 22:03:45 2006 @@ -1,10 +1,13 @@ Sample: Google Spell Checker -======================================== +============================= Introduction ============ -This example demonstrates the use of asynchronous Web method invocations. +This example demonstrates the use of asynchronous Web method invocations. 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. Pre-Requisites @@ -13,9 +16,10 @@ 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. +Running The Sample +================== + +To generate stubs and run the text editor, type ant. 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 @@ -25,11 +29,6 @@ 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]