You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by we...@apache.org on 2005/12/28 14:59:33 UTC

svn commit: r359528 - /webservices/commons/trunk/policy/src/examples/SecurityPolicyMsg.xml

Author: werner
Date: Wed Dec 28 05:59:30 2005
New Revision: 359528

URL: http://svn.apache.org/viewcvs?rev=359528&view=rev
Log:
Only some cleanup

Modified:
    webservices/commons/trunk/policy/src/examples/SecurityPolicyMsg.xml

Modified: webservices/commons/trunk/policy/src/examples/SecurityPolicyMsg.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/policy/src/examples/SecurityPolicyMsg.xml?rev=359528&r1=359527&r2=359528&view=diff
==============================================================================
--- webservices/commons/trunk/policy/src/examples/SecurityPolicyMsg.xml (original)
+++ webservices/commons/trunk/policy/src/examples/SecurityPolicyMsg.xml Wed Dec 28 05:59:30 2005
@@ -1,20 +1,19 @@
-
 <!-- Example Endpoint Policy --> 
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
             xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
             xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
 
  <!-- Example Message Policy -->
- <wsp:All>
+
  <sp:SignedParts>
- <sp:Header Name="Header1" Namespace="uri:namespace_1" />
- <sp:Header Name="Header2" Namespace="uri:namespace_2" /> 
- <sp:Body/>
+   <sp:Header Name="Header1" Namespace="uri:namespace_1" />
+   <sp:Header Name="Header2" Namespace="uri:namespace_2" /> 
+   <sp:Body/>
  </sp:SignedParts>
  <sp:EncryptedParts>
- <sp:Header Name="Header2" Namespace="uri:namespace_2" />
- <sp:Body/>
+   <sp:Header Name="Header2" Namespace="uri:namespace_2" />
+   <sp:Body/>
  </sp:EncryptedParts>
- </wsp:All>
+
  </wsp:Policy>