Author: dkulp Date: Mon Aug 5 21:47:53 2013 New Revision: 1510764 URL: http://svn.apache.org/r1510764 Log: Merged revisions 1510699 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes
........ r1510699 | dkulp | 2013-08-05 16:13:27 -0400 (Mon, 05 Aug 2013) | 10 lines Merged revisions 1510650 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1510650 | dkulp | 2013-08-05 14:36:20 -0400 (Mon, 05 Aug 2013) | 2 lines [CXF-5178] Fix message name in WSDL ........ ........ Modified: cxf/branches/2.6.x-fixes/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl Modified: cxf/branches/2.6.x-fixes/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl?rev=1510764&r1=1510763&r2=1510764&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl (original) +++ cxf/branches/2.6.x-fixes/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl Mon Aug 5 21:47:53 2013 @@ -76,7 +76,7 @@ </wsdl:input> <wsdl:output> <soap:body message="tns:testInOutHeaderResponse" parts="out" use="literal" namespace="http://apache.org/header_test"/> - <soap:header message="tns:testInOutHeaderRequest" part="inOutHeader" use="literal"/> + <soap:header message="tns:testInOutHeaderResponse" part="inOutHeader" use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding>
