Author: coheigea
Date: Tue Feb 11 16:29:08 2014
New Revision: 1567210
URL: http://svn.apache.org/r1567210
Log:
Enabled signature for MTOM example
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/client.xml
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/server.xml
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/client.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/client.xml?rev=1567210&r1=1567209&r2=1567210&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/client.xml
(original)
+++
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/client.xml
Tue Feb 11 16:29:08 2014
@@ -25,7 +25,7 @@
</cxf:features>
</cxf:bus>
<jaxws:client
name="{http://www.example.org/contract/DoubleIt}DoubleItSignedMTOMPort"
createdFromAPI="true">
- <!--<jaxws:outInterceptors>
+ <jaxws:outInterceptors>
<bean class="org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor">
<constructor-arg>
<map>
@@ -49,7 +49,7 @@
</map>
</constructor-arg>
</bean>
- </jaxws:inInterceptors>-->
+ </jaxws:inInterceptors>
<jaxws:properties>
<entry key="mtom-enabled" value="true"/>
</jaxws:properties>
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/server.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/server.xml?rev=1567210&r1=1567209&r2=1567210&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/server.xml
(original)
+++
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/server.xml
Tue Feb 11 16:29:08 2014
@@ -31,7 +31,6 @@
serviceName="s:DoubleItService"
endpointName="s:DoubleItSignedMTOMPort"
implementor="org.apache.cxf.systest.ws.mtom.DoubleIt4Impl"
wsdlLocation="org/apache/cxf/systest/ws/mtom/DoubleItMtom.wsdl">
- <!--
<jaxws:outInterceptors>
<bean class="org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor">
<constructor-arg>
@@ -55,7 +54,6 @@
</constructor-arg>
</bean>
</jaxws:inInterceptors>
- -->
<jaxws:properties>
<entry key="mtom-enabled" value="true"/>
</jaxws:properties>