Author: charitha
Date: Sun Jun  8 09:10:34 2008
New Revision: 18137
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18137

Log:
updated commodity_quote_guide.xml

Modified:
   
branches/wsas/java/2.3/wsas/modules/documentation/src/site/xdoc/commodity_quote_guide.xml

Modified: 
branches/wsas/java/2.3/wsas/modules/documentation/src/site/xdoc/commodity_quote_guide.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/wsas/java/2.3/wsas/modules/documentation/src/site/xdoc/commodity_quote_guide.xml?rev=18137&r1=18136&r2=18137&view=diff
==============================================================================
--- 
branches/wsas/java/2.3/wsas/modules/documentation/src/site/xdoc/commodity_quote_guide.xml
   (original)
+++ 
branches/wsas/java/2.3/wsas/modules/documentation/src/site/xdoc/commodity_quote_guide.xml
   Sun Jun  8 09:10:34 2008
@@ -234,12 +234,12 @@
 <li>Username Token authentication
     <ul>
         <li><strong>Server Side:</strong> Logging to management console. Go to
-            Security &gt; Users &gt; User Management. The add a user "client"
-            with password "testing". Then go to Services &gt; CommodityQuote 
&gt;
+            Security &gt; Users &gt; User Management. The add a user "bob"
+            with password "password". Then go to Services &gt; CommodityQuote 
&gt;
             Security Configuration and select "Username Token authentication" 
and
-            select "Continue". In the next page select user "client" and apply
+            select "Continue". In the next page select user "bob" and apply
             it. (User can add many users and many roles as they please. For 
this
-            demonstration, the author will use "client" users)
+            demonstration, the author will use "bob" user)
         </li>
         <li><strong>Client Side:</strong>
         <pre> 
@@ -250,9 +250,9 @@
 1
 Client will be tuned to work on security scenario :  1
 Please enter your username :
-client
+bob
 Please enter your password :
-testing
+password
 Sample will be invoked using following parameters ..
 CommodityQuoteService Endpoint reference   : 
https://127.0.0.1:9443/services/CommodityQuote
 Quality of Service                : secure
@@ -389,14 +389,14 @@
     sample and it's located at WSO2WSAS_HOME/samples/CommodityQuote/keys/
     <ul>
         <li><strong>Server side:</strong> Logging to management console. Go to
-            Security &gt; Users &gt; User Management. The add a user "client"
-            with password "testing". Go to Keystores and upload the
+            Security &gt; Users &gt; User Management. The add a user "bob"
+            with password "password". Go to Keystores and upload the
             service.jks. Keystore password will be "password" and private key
             store password will be "password". Then go to Services &gt;
             CommodityQuote &gt; Security Configuration and select "Encrypt 
only -
             Username Token Authentication",after which select "Continue". 
Select 
             Trusted Certificate Stores as service.jks and select private 
keystore 
-            as service.jks and also select user client and apply it.
+            as service.jks and also select user bob and apply it.
         </li>
         <li><strong>Client side:</strong>
         <pre>STARTING COMMODITY QUOTE SAMPLE CLIENT
@@ -408,9 +408,9 @@
 In this demonstration, client will use client.jks and server should use
 service.jks.
 Please enter your username :
-client
+bob
 Please enter your password :
-testing
+password
 Sample will be invoked using following parameters ..
 CommodityQuoteService Endpoint reference   : 
http://127.0.0.1:9762/services/CommodityQuote
 Quality of Service                : secure

_______________________________________________
Wsas-java-dev mailing list
Wsas-java-dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to