You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/12/20 20:11:37 UTC

svn commit: r1424641 - /cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/DoubleIt.wsdl

Author: dkulp
Date: Thu Dec 20 19:11:36 2012
New Revision: 1424641

URL: http://svn.apache.org/viewvc?rev=1424641&view=rev
Log:
Namespaces are wrong for the XPaths, so nothing was being signed/encrypted

Modified:
    cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/DoubleIt.wsdl

Modified: cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/DoubleIt.wsdl
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/DoubleIt.wsdl?rev=1424641&r1=1424640&r2=1424641&view=diff
==============================================================================
--- cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/DoubleIt.wsdl (original)
+++ cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/DoubleIt.wsdl Thu Dec 20 19:11:36 2012
@@ -532,11 +532,11 @@
                 </sp:SymmetricBinding>
                 <sp:EncryptedElements
                   xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702">
-                    <sp:XPath xmlns:example1="http://cxf.apache.org/policytest/DoubleIt">//example1:DoubleIt/numberToDouble</sp:XPath>
+                    <sp:XPath xmlns:example1="http://www.example.org/schema/DoubleIt">//example1:DoubleIt/numberToDouble</sp:XPath>
                 </sp:EncryptedElements>
                 <sp:SignedElements
                   xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702">
-                    <sp:XPath xmlns:example1="http://cxf.apache.org/policytest/DoubleIt">//example1:DoubleIt/numberToDouble</sp:XPath>
+                    <sp:XPath xmlns:example1="http://www.example.org/schema/DoubleIt">//example1:DoubleIt/numberToDouble</sp:XPath>
                 </sp:SignedElements>
                 <sp:RequiredElements
                   xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702">