Author: nandana
Date: Sun Jan 13 19:21:31 2008
New Revision: 611703
URL: http://svn.apache.org/viewvc?rev=611703&view=rev
Log:
Adding the details about how to modify the axis2.xml to add security phase
Modified:
webservices/rampart/trunk/java/release-docs/README.txt
Modified: webservices/rampart/trunk/java/release-docs/README.txt
URL:
http://svn.apache.org/viewvc/webservices/rampart/trunk/java/release-docs/README.txt?rev=611703&r1=611702&r2=611703&view=diff
==============================================================================
--- webservices/rampart/trunk/java/release-docs/README.txt (original)
+++ webservices/rampart/trunk/java/release-docs/README.txt Sun Jan 13 19:21:31
2008
@@ -32,6 +32,22 @@
under the your JDK version as Java(TM) Cryptography Extension (JCE) Unlimited
Strength Jurisdiction Policy Files.
+Before you engage Rampart
+You have to make a small change to the default axis2.xml by adding the
security
+phase to OutFaultFlow. Security phase should be added just after the
MessageOut
+phase.
+
+eg.
+<phaseOrder type="OutFaultFlow">
+ <!-- user can add his own phases to this area -->
+ <phase name="OperationOutFaultPhase"/>
+ <phase name="RMPhase"/>
+ <phase name="PolicyDetermination"/>
+ <phase name="MessageOut"/>
+ *<phase name="Security"/>*
+</phaseOrder>
+
+
Before you try any of the samples makesure you
1.) Have the Axis2 standard binary distribution downloaded and extracted.