Author: azeez
Date: Mon Jan 21 23:29:02 2008
New Revision: 12669

Log:

Updating doc



Modified:
   trunk/wsas/java/modules/samples/MTOM/README

Modified: trunk/wsas/java/modules/samples/MTOM/README
==============================================================================
--- trunk/wsas/java/modules/samples/MTOM/README (original)
+++ trunk/wsas/java/modules/samples/MTOM/README Mon Jan 21 23:29:02 2008
@@ -1,35 +1,29 @@
-Sample: MTOM (Message Transmission Optimization Mechanism)
-=========================================================
-
-Introduction:
-============
-
+Sample: MTOM (Message Transmission Optimization Mechanism)
+=========================================================
+
+Introduction:
+============
+
 This sample demonstrates the capabilities and power of MTOM. MTOM Web Service 
accepts a 
 fileName and DataHandler. This DataHandler contains the binary content which 
will eventually save to a 
-temporary location to the given fileName. 
-
-Prerequisites
-=============
-Apache Ant 1.6.2 or higher. 
-
-
-Running the Sample:
-===================
-1. Use "ant generate.service" or just "ant" command in the 
Axis2_HOME/sample/MTOM/ to build the service.
-2. Generated service (MTOMSample.aar) gets copied to the 
$WSO2WSAS_HOME/repository/services automatically.
-3. Start WSAS server using $WSO2WSAS_HOME/bin/wso2wsas.sh or 
$WSO2WSAS_HOME/bin/wso2wsas.bat. 
+temporary location to the given fileName. 
+
+Prerequisites
+=============
+Apache Ant 1.6.2 or higher. 
+
+Running the Sample:
+===================
+1. Use "ant generate.service" or just "ant" command in the 
WSO2WSAS_HOME/samples/MTOM/ to build the service.
+2. Generated service (MTOMSample.aar) gets copied to the 
$WSO2WSAS_HOME/repository/services automatically.
+3. Start WSAS server using $WSO2WSAS_HOME/bin/wso2wsas.sh or 
$WSO2WSAS_HOME/bin/wso2wsas.bat. 
 4. Use the script run-client.sh or run-client.bat file to invoke the client 
using arguments 
    -file {file that need to be send to the service} -fileName {name to be 
copied on server side} ex:
-   ./run-client.sh -file /tmp/wwe.jpg -fileName wresting.jpg
-
-
-Note
-==============
-Sometimes, if you're having trouble running the client successfully, 
-It may be necessary to clean the services repository before you generate the 
service, deploy it
-and run the client. (i.e. delete services created from previous samples.)
-
-Help
-====
-Please contact axis-user list ([EMAIL PROTECTED]) if you have any trouble 
running the sample.
-
+   ./run-client.sh -file /tmp/wwe.jpg -fileName wresting.jpg
+
+
+Note
+==============
+Sometimes, if you're having trouble running the client successfully,
+It may be necessary to clean the services repository before you generate the 
service, deploy it
+and run the client. (i.e. delete services created from previous samples.)

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to