[jbossws-commits] JBossWS SVN: r12925 - framework/trunk/testsuite/test/resources/jaxws/jbws3031/WEB-INF/wsdl.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Sep 7 12:27:30 EDT 2010


Author: sergeyb
Date: 2010-09-07 12:27:29 -0400 (Tue, 07 Sep 2010)
New Revision: 12925

Modified:
   framework/trunk/testsuite/test/resources/jaxws/jbws3031/WEB-INF/wsdl/WSAW2JDLActionTest.wsdl
Log:
[JBWS-3031] Turning a WS-Policy assertion into a required one

Modified: framework/trunk/testsuite/test/resources/jaxws/jbws3031/WEB-INF/wsdl/WSAW2JDLActionTest.wsdl
===================================================================
--- framework/trunk/testsuite/test/resources/jaxws/jbws3031/WEB-INF/wsdl/WSAW2JDLActionTest.wsdl	2010-09-07 16:08:15 UTC (rev 12924)
+++ framework/trunk/testsuite/test/resources/jaxws/jbws3031/WEB-INF/wsdl/WSAW2JDLActionTest.wsdl	2010-09-07 16:27:29 UTC (rev 12925)
@@ -164,7 +164,7 @@
     <binding name="AddNumbersBinding" type="tns:AddNumbersPortType">
         <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
 	<wsp:Policy>
-            <wsam:Addressing wsp:Optional="true">
+            <wsam:Addressing wsp:Optional="false">
 		<wsp:Policy/>
             </wsam:Addressing>
 	</wsp:Policy>



More information about the jbossws-commits mailing list