Author: ay Date: Mon Jan 21 13:07:11 2013 New Revision: 1436330 URL: http://svn.apache.org/viewvc?rev=1436330&view=rev Log: Merged revisions 1436326 via svn merge from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes
........ r1436326 | ay | 2013-01-21 14:00:54 +0100 (Mon, 21 Jan 2013) | 11 lines Merged revisions 1436293 via svn merge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1436293 | ay | 2013-01-21 12:48:23 +0100 (Mon, 21 Jan 2013) | 3 lines fix wsdl for the invalid attribute Change-Id: I4a0b4f0fe8bfe0af23747abbe93418ddd63d16d1 ........ ........ Modified: cxf/branches/2.6.x-fixes/ (props changed) cxf/branches/2.6.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/soap_fault.wsdl Propchange: cxf/branches/2.6.x-fixes/ ('svn:mergeinfo' removed) Propchange: cxf/branches/2.6.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.6.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/soap_fault.wsdl URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/soap_fault.wsdl?rev=1436330&r1=1436329&r2=1436330&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/soap_fault.wsdl (original) +++ cxf/branches/2.6.x-fixes/systests/uncategorized/src/test/resources/wsdl_systest/soap_fault.wsdl Mon Jan 21 13:07:11 2013 @@ -48,7 +48,7 @@ under the License. <binding name="SoapFault_SOAPBinding" type="tns:SoapFaultPortType"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="SoapFault"> - <input message="tns:Soapfault"> + <input> <soap:body use="literal"/> </input> </operation>
