Author: sanka Date: Mon Jan 21 04:29:44 2008 New Revision: 12629 Log:
Fixed a typo Modified: branches/wsas/java/2.2/wsas/java/modules/documentation/src/site/xdoc/xfer_sample_guide.xml Modified: branches/wsas/java/2.2/wsas/java/modules/documentation/src/site/xdoc/xfer_sample_guide.xml ============================================================================== --- branches/wsas/java/2.2/wsas/java/modules/documentation/src/site/xdoc/xfer_sample_guide.xml (original) +++ branches/wsas/java/2.2/wsas/java/modules/documentation/src/site/xdoc/xfer_sample_guide.xml Mon Jan 21 04:29:44 2008 @@ -1,67 +1,67 @@ -<!-- - ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com) - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License. - --> - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "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-sample</pre> - <li>Type ant and press enter</li> - <pre>e.g. C:\wso2wsas-x.x\samples\xfer-sample>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</li> - <li>Click on the Services link in the Manage section on the left hand - side panel.</li> - <p>You will see CustomerService service has been already deployed.</p> - <li>Click on the HelloWorldService1 link</li> - <li>Clink on the Manage Module Engagement link</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</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> +<!-- + ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com) + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "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-sample</pre> + <li>Type ant and press enter</li> + <pre>e.g. C:\wso2wsas-x.x\samples\xfer-sample>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</li> + <li>Click on the Services link in the Manage 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</li> + <li>Clink on the Manage Module Engagement link</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</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] http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
