Author: gnodet
Date: Sat Aug 26 05:21:21 2006
New Revision: 437154

URL: http://svn.apache.org/viewvc?rev=437154&view=rev
Log:
Move the header inside the root element until 
http://issues.apache.org/jira/browse/WSS-53 is fixed

Modified:
    
incubator/servicemix/trunk/servicemix-soap/src/test/resources/org/apache/servicemix/soap/handlers/security/sample-wsse-request.xml

Modified: 
incubator/servicemix/trunk/servicemix-soap/src/test/resources/org/apache/servicemix/soap/handlers/security/sample-wsse-request.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-soap/src/test/resources/org/apache/servicemix/soap/handlers/security/sample-wsse-request.xml?rev=437154&r1=437153&r2=437154&view=diff
==============================================================================
--- 
incubator/servicemix/trunk/servicemix-soap/src/test/resources/org/apache/servicemix/soap/handlers/security/sample-wsse-request.xml
 (original)
+++ 
incubator/servicemix/trunk/servicemix-soap/src/test/resources/org/apache/servicemix/soap/handlers/security/sample-wsse-request.xml
 Sat Aug 26 05:21:21 2006
@@ -1,28 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-
+<soapenv:Envelope
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema";
+  xmlns:q0="http://www.gawda.org/GAWDA/";
+  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";>
+  <!--
+    
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements.  See the NOTICE file distributed with
     this work for additional information regarding copyright ownership.
     The ASF licenses this file to You under the Apache License, Version 2.0
     (the "License"); you may not use this file except in compliance with
     the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-
--->
-<soapenv:Envelope
-  xmlns:xsd="http://www.w3.org/2001/XMLSchema";
-  xmlns:q0="http://www.gawda.org/GAWDA/";
-  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";>
+    
+  -->
   <soapenv:Header>
     <wsse:Security soapenv:mustUnderstand="1">
       <wsse:UsernameToken>


Reply via email to