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 ka...@apache.org on 2006/12/22 06:43:51 UTC

svn commit: r489559 - in /webservices/axis2/trunk/c/rampart/samples: README client/enc_echo/README.txt server/sec_echo/README

Author: kaushalye
Date: Thu Dec 21 21:43:51 2006
New Revision: 489559

URL: http://svn.apache.org/viewvc?view=rev&rev=489559
Log:
Modifying README files for rampart/samples

Added:
    webservices/axis2/trunk/c/rampart/samples/server/sec_echo/README
Modified:
    webservices/axis2/trunk/c/rampart/samples/README
    webservices/axis2/trunk/c/rampart/samples/client/enc_echo/README.txt

Modified: webservices/axis2/trunk/c/rampart/samples/README
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/samples/README?view=diff&rev=489559&r1=489558&r2=489559
==============================================================================
--- webservices/axis2/trunk/c/rampart/samples/README (original)
+++ webservices/axis2/trunk/c/rampart/samples/README Thu Dec 21 21:43:51 2006
@@ -1,15 +1,9 @@
 
                           Apache Axis2/C Rampart samples
 
-  What is it?
+  Rampart, What is it?
   -----------
-
-  This package consists the samples of Apache Axis2/C Rampart.
-  
-  As a project of the Apache Software Foundation, the
-  developers aim to collaboratively develop and maintain a robust,
-  commercial-grade, standards-based Web Services stack implementation with 
-  freely available source code.
+  Please read the rampart/README file.
 
   The Latest Version
   ------------------
@@ -22,6 +16,13 @@
   ------------
 
   Please see the file called INSTALL.
+
+  Try samples
+  -----------
+  Please install the sec_echo service and invoke that service using enc_echo client sample.
+  To get more information read 
+  rampart/samples/server/sec_echo/README
+  rampart/samples/client/enc_echo/README
 
   Licensing
   ---------

Modified: webservices/axis2/trunk/c/rampart/samples/client/enc_echo/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/samples/client/enc_echo/README.txt?view=diff&rev=489559&r1=489558&r2=489559
==============================================================================
--- webservices/axis2/trunk/c/rampart/samples/client/enc_echo/README.txt (original)
+++ webservices/axis2/trunk/c/rampart/samples/client/enc_echo/README.txt Thu Dec 21 21:43:51 2006
@@ -4,7 +4,7 @@
 -----------------------
 Go to rampart/samples/server/sec_echo and 
 Run  %make install
-This will deploy a sec_echo service and copy security enables services.xml
+This will deploy a sec_echo service and copy security enabled services.xml
 file.
 
 2. HOW TO START SERVER

Added: webservices/axis2/trunk/c/rampart/samples/server/sec_echo/README
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/samples/server/sec_echo/README?view=auto&rev=489559
==============================================================================
--- webservices/axis2/trunk/c/rampart/samples/server/sec_echo/README (added)
+++ webservices/axis2/trunk/c/rampart/samples/server/sec_echo/README Thu Dec 21 21:43:51 2006
@@ -0,0 +1,11 @@
+HOW TO CONFIGURE SERVER?
+-----------------------
+Make sure that you have 
+Go to rampart/samples/server/sec_echo and
+Run  %make install
+This will deploy a sec_echo service and copy security enabled services.xml
+file.
+
+Note: You may change the services.xml file to adjust it to your environment. E.g. Changing the passwordCallbackClass parameter.
+
+



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