Author: dkulp
Date: Mon Aug 5 20:13:27 2013
New Revision: 1510699
URL: http://svn.apache.org/r1510699
Log:
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.7.x-fixes/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl
Modified:
cxf/branches/2.7.x-fixes/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl
URL:
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl?rev=1510699&r1=1510698&r2=1510699&view=diff
==============================================================================
---
cxf/branches/2.7.x-fixes/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl
(original)
+++
cxf/branches/2.7.x-fixes/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl
Mon Aug 5 20:13:27 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>