You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by ma...@apache.org on 2007/06/04 06:28:58 UTC

svn commit: r544047 - /webservices/rampart/trunk/c/samples/secpolicy/scenario6/services.xml

Author: manjula
Date: Sun Jun  3 21:28:55 2007
New Revision: 544047

URL: http://svn.apache.org/viewvc?view=rev&rev=544047
Log:
Changing the inclide token attributes in the policy.

Modified:
    webservices/rampart/trunk/c/samples/secpolicy/scenario6/services.xml

Modified: webservices/rampart/trunk/c/samples/secpolicy/scenario6/services.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/secpolicy/scenario6/services.xml?view=diff&rev=544047&r1=544046&r2=544047
==============================================================================
--- webservices/rampart/trunk/c/samples/secpolicy/scenario6/services.xml (original)
+++ webservices/rampart/trunk/c/samples/secpolicy/scenario6/services.xml Sun Jun  3 21:28:55 2007
@@ -22,7 +22,7 @@
                     <wsp:Policy>
                         <sp:InitiatorToken>
                             <wsp:Policy>
-                                <sp:X509Token sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Never">
+                                <sp:X509Token sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
                                     <wsp:Policy>
                                         <sp:WssX509V3Token10/>
                                     </wsp:Policy>
@@ -31,7 +31,7 @@
                         </sp:InitiatorToken>
                         <sp:RecipientToken>
                             <wsp:Policy>
-                                <sp:X509Token sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
+                                <sp:X509Token sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Never">
                                     <wsp:Policy>
                                         <sp:WssX509V3Token10/>
                                     </wsp:Policy>