You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/08/05 20:36:20 UTC

svn commit: r1510650 - /cxf/trunk/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl

Author: dkulp
Date: Mon Aug  5 18:36:20 2013
New Revision: 1510650

URL: http://svn.apache.org/r1510650
Log:
[CXF-5178] Fix message name in WSDL

Modified:
    cxf/trunk/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl

Modified: cxf/trunk/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl
URL: http://svn.apache.org/viewvc/cxf/trunk/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl?rev=1510650&r1=1510649&r2=1510650&view=diff
==============================================================================
--- cxf/trunk/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl (original)
+++ cxf/trunk/testutils/src/main/resources/wsdl/soapheader_rpc.wsdl Mon Aug  5 18:36:20 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>