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 sa...@apache.org on 2005/09/16 09:02:21 UTC

svn commit: r289402 - /webservices/axis2/trunk/java/modules/samples/src/sample/mtom/imagetransfer/client/README.txt

Author: saminda
Date: Fri Sep 16 00:02:15 2005
New Revision: 289402

URL: http://svn.apache.org/viewcvs?rev=289402&view=rev
Log:
Read me file for MTOM image transfer sample

Added:
    webservices/axis2/trunk/java/modules/samples/src/sample/mtom/imagetransfer/client/README.txt

Added: webservices/axis2/trunk/java/modules/samples/src/sample/mtom/imagetransfer/client/README.txt
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/src/sample/mtom/imagetransfer/client/README.txt?rev=289402&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/src/sample/mtom/imagetransfer/client/README.txt (added)
+++ webservices/axis2/trunk/java/modules/samples/src/sample/mtom/imagetransfer/client/README.txt Fri Sep 16 00:02:15 2005
@@ -0,0 +1,20 @@
+This sample provide the capabilities and power of MTOM support over AXIOM.
+In this sample a .jpg image is send to a service, which will eventually save
+it according to the location that the user providing.
+
+Sample runs as follows.
+
+1.  Use MTOMClient to run the Sample.
+
+2.  Brows for .jpg image to transfer
+
+3.  Give the location to save the sample.
+
+4.  Before running sample, service should be present
+{$tomcat_home}/webapps/axis2/WEB-INF/services. In order to create the .aar file
+use the Service “MTOMService” which is present in the
+“sample” module's sample/mtom/ folder. Create the folder structure as mentioned
+in the Axis2-user guide.
+ 
+5.  Run the sample and if everything goes well a message will be popped up
+with conformation.
\ No newline at end of file