[wsas-java-dev] svn commit r38 - wsas/java/trunk/modules/samples/CommodityQuote/xdocs

svn at wso2.com svn at wso2.com
Thu Nov 30 19:58:58 PST 2006


Author: karthiga
Date: Thu Nov 30 19:58:56 2006
New Revision: 38

Modified:
   wsas/java/trunk/modules/samples/CommodityQuote/xdocs/commodity_quote_sample.html
Log:
Fixed a few typos


Modified: wsas/java/trunk/modules/samples/CommodityQuote/xdocs/commodity_quote_sample.html
==============================================================================
--- wsas/java/trunk/modules/samples/CommodityQuote/xdocs/commodity_quote_sample.html	(original)
+++ wsas/java/trunk/modules/samples/CommodityQuote/xdocs/commodity_quote_sample.html	Thu Nov 30 19:58:56 2006
@@ -131,7 +131,7 @@
     this case and two accounts should be created (A mail server like JAMES
     can be used for this purpose). One should correspond to WSO2 WSAS
     and the other one should correspond to the client. In addition to that
-    Client's axis2.xml and server's axis2.xml should be configured to do smtp
+    Client's axis2.xml and server's axis2.xml should be configured to do SMTP
     and pop according to the mail server used. Here the EPR should be given
     as "mail:<mail id corresponds to the
     server>@localhost/soap/CommodityQuote". More details will be discussed later in this
@@ -220,9 +220,9 @@
 STARTING COMMODITY QUOTE SAMPLE CLIENT
 =============================
 
-Enter security senario [1 .. 10]...
+Enter security scenario [1 .. 10]...
 1
-Client will be tuned to work on security secnario :  1
+Client will be tuned to work on security scenario :  1
 Please enter your username :
 client
 Please enter your password :
@@ -287,9 +287,9 @@
 STARTING COMMODITY QUOTE SAMPLE CLIENT
 =============================
 
-Enter security senario [1 .. 10]...
+Enter security scenario [1 .. 10]...
 2
-Client will be tuned to work on security secnario :  2
+Client will be tuned to work on security scenario :  2
 In this demonstration, client will use client.jks and server should use
 service.jks.
 Sample will be invoked using following parameters ..
@@ -403,7 +403,7 @@
  
 <li>In mail transport there should be two mail addresses to identify the client and server. Thus, these are the EPR's need to communicate. For this example I've create two email addressed "red" and "blue", where "red" corresponds to WSO2WSAS server and "blue" corresponds to the client. I've used JAMES Mail server to create the two accounts.</li>
 
-<li>Client's axis2.xml and server's axis2.xml has been configured to do smtp and pop from JAMES. {See, axis2.xml in WSO2WSAS_HOME/conf/ to server config and WSO2WSAS_HOME/samples/CommodidtyQuote/conf for client config}</li>
+<li>Client's axis2.xml and server's axis2.xml has been configured to do SMTP and POP from JAMES. {See, axis2.xml in WSO2WSAS_HOME/conf/ to server config and WSO2WSAS_HOME/samples/CommodidtyQuote/conf for client config}</li>
 
 <li>Start the server WSO2WSAS_HOME/bin/run.sh </li>
 
@@ -430,7 +430,7 @@
 
 <p>As you will be able to see, with the rm option, the time to receive the
 response for the very first request will be comparatively larger. This is due
-to the control messages that are sent initially, in order to estrablish the
+to the control messages that are sent initially, in order to establish the
 reliable messaging channel.</p>
 
 <p>Try playing around with the above options and see how it works for




More information about the Wsas-java-dev mailing list