Fixed invalid xml file
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/11896927 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/11896927 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/11896927 Branch: refs/heads/master Commit: 11896927bdcdcfb0cf69bea2e1ac73beb2b15965 Parents: fdea368 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Jan 6 09:28:57 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Jan 6 11:36:26 2016 +0100 ---------------------------------------------------------------------- .../org/apache/camel/component/cxf/wsa/msg.xml | 20 -------------------- 1 file changed, 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/11896927/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsa/msg.xml ---------------------------------------------------------------------- diff --git a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsa/msg.xml b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsa/msg.xml index 3e9b5c8..d78d7e9 100644 --- a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsa/msg.xml +++ b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsa/msg.xml @@ -19,23 +19,3 @@ </ns1:greetMe> </soap:Body> </soap:Envelope> - -<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> - <soap:Header> - <Action xmlns="http://www.w3.org/2005/08/addressing"> - http://hello_world_soap_http.apache.org/GreeterPortType/greetMeResponse - </Action> - <MessageID xmlns="http://www.w3.org/2005/08/addressing"> - urn:uuid:ab509c5d-6c8a-49fc-b4e1-d3dc80e90812</MessageID> - <To xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/anonymous - </To> - <RelatesTo xmlns="http://www.w3.org/2005/08/addressing"> - urn:uuid:d67279aa-9230-4e47-a57e-4166a44d9d96</RelatesTo> - </soap:Header> - <soap:Body> - <ns1:greetMeResponse xmlns:ns1="http://hello_world_soap_http.apache.org/"> - <ns2:return xmlns="http://apache.org/hello_world_soap_http/types" - xmlns:ns2="http://hello_world_soap_http.apache.org/">Hello world!</ns2:return> - </ns1:greetMeResponse> - </soap:Body> -</soap:Envelope> \ No newline at end of file