You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2006/10/26 09:08:01 UTC

svn commit: r467893 - /webservices/axis2/branches/java/1_1/modules/samples/security/basic/README.txt

Author: ruchithf
Date: Thu Oct 26 00:08:00 2006
New Revision: 467893

URL: http://svn.apache.org/viewvc?view=rev&rev=467893
Log:
Updated the README.txt to include instructions to run the service and client

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

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/README.txt?view=diff&rev=467893&r1=467892&r2=467893
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/README.txt Thu Oct 26 00:08:00 2006
@@ -27,6 +27,15 @@
 10.) MTOM Optimizing base64 content in the secured message
 11.) Dynamic configuration : Get rid of the config files ... let's use code!
 
+You can use the ant build script provided here to run these samples.
+
+Exmaple: Running sample - 01
+    - Start two shell instnaces and change to the directory where this file is
+    - To start the service: 
+      $ ant service.01
+    - To run client: 
+      $ ant client.01
+
 --------------------------------------------------------------------------------
 NOTE: To view the messages exchanged
     - Change the "client.port" property in the "build.xml" to an available port



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