Author: isuru Date: Thu Jan 22 01:26:03 2009 New Revision: 29218 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29218
Log: Fixing Trader sample doc Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/trader_guide.xml Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/trader_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/src/site/xdoc/trader_guide.xml?rev=29218&r1=29217&r2=29218&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/src/site/xdoc/trader_guide.xml (original) +++ trunk/wsas/java/modules/distribution/src/site/xdoc/trader_guide.xml Thu Jan 22 01:26:03 2009 @@ -203,7 +203,7 @@ </ol> <ol> <li>If security is used the default username / password for the client is - test / test. + test / test123. </li> <li>The listed EPR's are for the standalone server. When WSO2 WSAS is running inside a servlet container, the EPR's are different and it is @@ -246,13 +246,16 @@ <h4><em>Example 2: With the security module engaged.</em></h4> -<p>Logging to management console. Go to Security > Users > User - Management. Then add a user "test" with password "test".</p> +<p>Logging to management console. Go to Configure > User Management > Users. +Then add a user "test" with password "test123".</p> -<p>Then go to Services > TraderClient > Security Configuration and - select "Username Token authentication" and select "Continue".</p> +<p>Now go to Configure > User Management > Roles. +Then add a role "testrole" and add user "test" to that role. Provide all permissions for this role.</p> -<p>Then select user "test" and apply it.</p> +<p>Then go to Manage > Service > TraderClient > Service and + select "Username Token" and select "Next".</p> + +<p>Then select "testrole" from the user groups shown and click "Finish".</p> Follow the same steps for ExchangeClient service. <p>From Trader directory type:</p> @@ -275,7 +278,7 @@ ... Please enter your username :test - Please enter your password :test</pre> + Please enter your password :test123</pre> <h4><em>Example 3: Creating an account.</em></h4> <pre> ...Creating account... _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
