Author: isuru Date: Tue Jan 27 05:42:06 2009 New Revision: 29647 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29647
Log: mex doc updates Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/mex_sample_guide.xml Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/mex_sample_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/src/site/xdoc/mex_sample_guide.xml?rev=29647&r1=29646&r2=29647&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/src/site/xdoc/mex_sample_guide.xml (original) +++ trunk/wsas/java/modules/distribution/src/site/xdoc/mex_sample_guide.xml Tue Jan 27 05:42:06 2009 @@ -39,6 +39,7 @@ <ol> <li>Start the WSO2WSAS server</li> <li>Switch to the MEX sample directory</li> + <pre>e.g. cd C:\wso2wsas-2.1\samples\MEX</pre> <li>Type ant and press enter</li> <pre>e.g. C:\wso2wsas-x.x\samples\MEX>ant</pre> @@ -51,14 +52,13 @@ <ol> <li>Log in</li> - <li>Click on the Services link in the Manage section on the left hand side panel.</li> - <p>You will see HelloWorldService1, HelloWorldService2, - HelloWorldService3 have been already deployed.</p> - <li>Click on the HelloWorldService1 link</li> - <li>Clink on the Manage Module Engagement link</li> + <li>Click on the link 'list' under services in the Manage section on the left hand side panel.</li> + <p>You will see HelloService has been already deployed.</p> + <li>Click on the HelloService link</li> + <li>Clink on the Module link under Actions</li> <li>Select wso2mex from the drop down list and click the engage button</li> - <li>Repeat above three steps for HelloWorldService2 and - HelloWorldService3 </li> + <li>An alert box would be displayed if the module is engaged succesfully</li> + </ol> <h2>RUNNING THE CLIENT</h2> @@ -66,10 +66,11 @@ <li>Switch to MEX sample directory</li> <li>Run run-client.bat (or run-client.sh if you are in Linux)</li> <li>Enter the URL of the target service</li> + <p>You will be prompted for the URL of the service of which you wish get retrieve metadata</p> <pre>e.g. Please enter the service URL:<br/> - http://127.0.0.1:9762/services/HelloWorldService1 + http://localhost:9763/services/HelloService </pre> <li>Choose the type of metadata that you wish to retrieve</li> <pre>e.g. If you wish to retrieve XML Schema documents you need to type 1 @@ -81,9 +82,11 @@ [3] WS-Policy 1 </pre> + <li>Specify the Identifier</li> <pre>This is optional and you can skip it by just pressing enter</pre> <li>Then it will print the results on the console.</li> </ol> </body> </html> + _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
