Author: chatra Date: Mon Oct 16 02:12:49 2006 New Revision: 464421 URL: http://svn.apache.org/viewvc?view=rev&rev=464421 Log: reviewed and committing AXIS2-1396. Thanks Charitha
Modified: webservices/axis2/branches/java/1_1/modules/samples/xdocs/googleSpellcheck/GoogleSpellCheck.html Modified: webservices/axis2/branches/java/1_1/modules/samples/xdocs/googleSpellcheck/GoogleSpellCheck.html URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/xdocs/googleSpellcheck/GoogleSpellCheck.html?view=diff&rev=464421&r1=464420&r2=464421 ============================================================================== --- webservices/axis2/branches/java/1_1/modules/samples/xdocs/googleSpellcheck/GoogleSpellCheck.html (original) +++ webservices/axis2/branches/java/1_1/modules/samples/xdocs/googleSpellcheck/GoogleSpellCheck.html Mon Oct 16 02:12:49 2006 @@ -96,10 +96,8 @@ GoogleCallBack(word));</font></p> <p> <br> -axisop is a string which caries the operation name. <br> -toSend is a Element that holds the request soap envelope. <br> -callback is a class that receives the response soap envelope. </p> - <p> +requestElement is an Element that holds the request soap envelope. <br> +<p> <br> In non blocking API client, the client will not hang until the operation completes ,on the other hand it needs a callback @@ -133,7 +131,7 @@ <br> You can find a sample SOAP response message from the toolkit that you download from the Google Web API page. To get the suggested text first take the body of -the SOAP Envelop .In the SOAP Envelop there are two +the SOAP Envelop. In the SOAP Envelop there are two elements(doSpellingSuggestionResponse, return) but we only want one of them that is return element. Then acquire the text of the return element. That is the suggested string from Google.!!<br> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]