You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2006/11/07 06:39:04 UTC

svn commit: r471991 - /webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt

Author: chatra
Date: Mon Nov  6 21:39:04 2006
New Revision: 471991

URL: http://svn.apache.org/viewvc?view=rev&rev=471991
Log:
completed final review

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt

Modified: webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt?view=diff&rev=471991&r1=471990&r2=471991
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt Mon Nov  6 21:39:04 2006
@@ -1,21 +1,28 @@
-Sample for MTOM
-===============
-
-Overview:
----------
-
-This sample demonstrates the capabilities and power of MTOM support of AXIS2. In this sample the
-user can send a file to the service.
-
-Running the Sample:
--------------------
-1. Use ant generate.service or just ant command in the AXIS2_DIST/sample/mtom/ to build the service.
-2. Generated service gets copied to the AXIS2_DIST/repository/services automatically.
-
-  Run the AXIS2_DIST/bin/axis2server.{sh.bat} to start the standalone axis2 server. (Alternatively
-  you can drop the sample to the services directory of a Axis2 server running in a servlet container)
-3. Use ant run.client -Dfile "file to be send" -Ddest "destination file name" > to build and run the
- client.
-
-Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.
-
+Sample: MTOM (Message Transmission Optimization Mechanism)
+=========================================================
+
+Introduction:
+============
+
+This sample demonstrates the capabilities and power of MTOM support of AXIS2. In this sample the
+user can send a file to the service.
+
+Prerequisites
+=============
+Apache Ant 1.6.2 or later
+
+
+Running the Sample:
+===================
+1. Use ant generate.service or just ant command in the AXIS2_DIST/sample/mtom/ to build the service.
+2. Generated service gets copied to the AXIS2_DIST/repository/services automatically.
+3. Run the AXIS2_DIST/bin/axis2server.{sh.bat} to start the standalone axis2 server. (Alternatively
+  you can drop the sample to the services directory of a Axis2 server running in a servlet container)
+4. Use ant run.client -Dfile "file to be send" -Ddest "destination file name" > to build and run the
+ client.
+
+
+Help
+====
+Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.
+



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org