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:45:08 UTC

svn commit: r489561 - /webservices/axis2/trunk/c/rampart/INSTALL

Author: kaushalye
Date: Thu Dec 21 21:45:08 2006
New Revision: 489561

URL: http://svn.apache.org/viewvc?view=rev&rev=489561
Log:
Modified INSTALL file

Modified:
    webservices/axis2/trunk/c/rampart/INSTALL

Modified: webservices/axis2/trunk/c/rampart/INSTALL
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/INSTALL?view=diff&rev=489561&r1=489560&r2=489561
==============================================================================
--- webservices/axis2/trunk/c/rampart/INSTALL (original)
+++ webservices/axis2/trunk/c/rampart/INSTALL Thu Dec 21 21:45:08 2006
@@ -31,7 +31,8 @@
 3. To engage rampart add to axis2.xml
     <module ref="rampart"/>
 
-4. To set inflow security parameters add followings to global configuration file or service configuration file
+4. Set inflow security parameters add followings to global configuration file or service configuration file
+    e.g.
     <parameter name="InflowSecurity">
       <action>
         <items>UsernameToken</items>
@@ -40,7 +41,8 @@
     </parameter>
 
 
-5. To set outflow security parameters add following to global configuration file or service configuration file
+5. Set outflow security parameters add following to global configuration file or service configuration file
+   e.g. 
    <parameter name="OutflowSecurity">
       <action>
         <items>UsernameToken</items>
@@ -53,7 +55,7 @@
 
 6. Configure the client similarly adding In/Outflow parameters to axis2.xml file. 
 
-NOTE: See the README file in samples/client/echo for more information.
+NOTE: See the README file in samples/client/enc_echo for more information.
 
 -----------------------------------
 Writing callback modules:



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