Author: isuru Date: Tue Jan 27 22:39:14 2009 New Revision: 29752 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29752
Log: sample guide update Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/xfer_sample_guide.xml Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/xfer_sample_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/src/site/xdoc/xfer_sample_guide.xml?rev=29752&r1=29751&r2=29752&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/src/site/xdoc/xfer_sample_guide.xml (original) +++ trunk/wsas/java/modules/distribution/src/site/xdoc/xfer_sample_guide.xml Tue Jan 27 22:39:14 2009 @@ -18,50 +18,44 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <body> -<h1>WS-Transfer Sample Guide</h1> - -<h2>INTRODUCTION</h2> - -<p> This samples demonstrates how to enable a WS-Transfer (xfer) support for an -arbitrary service.</p> - -<h2>HOW TO BUILD THE SAMPLE</h2> - -<p>The xfer-sample is located in the samples directory which is in the WSO2WSAS -root directory.</p> - -<h3>Prerequisites</h3> -<p>To build the samples you need the Apache Ant build tool</p> - -<h3>Follow these steps:</h3> -<ol> - <li>Start the WSO2WSAS server</li> - <li>Switch to the xfer-sample directory</li> - <pre>e.g. cd C:\wso2wsas-2.1\samples\xfer</pre> - <li>Type ant and press enter</li> - <pre>e.g. C:\wso2wsas-x.x\samples\xfer>ant</pre> -</ol> - - -<h2>HOW TO CONFIGURE SERVICES</h2> -<p>To enable WS-Transfer support for samples services, follow the following -steps</p> - -<ol> - <li>Log in to WSAS Console</li> - <li>Click on the List link in the Manage\services section on the left hand - side panel.</li> - <p>You will see CustomerService service has been already deployed.</p> - <li>Click on the CustomerService link in deployed services table</li> - <li>Clink on the Module link in service management page.</li> - <li>Select wso2xfer from the drop down list and click the engage button</li> -</ol> - -<h2>RUNNING THE CLIENT</h2> -<ol> - <li>Switch to xfer sample directory in terminal</li> - <li>Run run-client.bat (or run-client.sh if you are in Linux)</li> - <li>The results will be printed to the console.</li> -</ol> + <h1>WS-Transfer Sample Guide</h1> + <h2>INTRODUCTION</h2> + <p>This samples demonstrates how to enable a WS-Transfer (xfer) support for an + arbitrary service. + </p> + <h2>HOW TO BUILD THE SAMPLE</h2> + <p>The xfer-sample is located in the samples directory which is in the WSO2WSAS + root directory. + </p> + <h3>Prerequisites</h3> + <p>To build the samples you need the Apache Ant build tool</p> + <h3>Follow these steps:</h3> + <ol type="1"> + <li>Start the WSO2WSAS server</li> + <li>Switch to the xfer directory</li> + <pre>e.g. cd C:\wso2wsas-2.1\samples\xfer</pre> + <li>Type ant and press enter</li> + <pre>e.g. C:\wso2wsas-x.x\samples\Xfer>ant</pre> + </ol> + <h2>HOW TO CONFIGURE SERVICES</h2> + <p>To enable WS-Transfer support for samples services, follow the following + steps + </p> + <ol type="1"> + <li>Log in to WSAS Console</li> + <li>Click on the List link in the Manage\services section on the left hand + side panel. + </li> + You will see CustomerService service has been already deployed. + <li>Click on the CustomerService link in deployed services table(in Service Groups)</li> + <li>Clink on the Module link in service management page.</li> + <li>Select wso2xfer from the drop down list and click the engage button</li> + </ol> + <h2>RUNNING THE CLIENT</h2> + <ol type="1"> + <li>Switch to xfer sample directory in terminal</li> + <li>Run run-client.bat (or run-client.sh if you are in Linux)</li> + <li>The results will be printed to the console.</li> + </ol> </body> </html> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
