You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2010/08/18 17:38:24 UTC

svn commit: r986745 - in /axis/axis2/c/core/trunk/axiom/test/resources/xml/soap: ./ badsoap/

Author: nandika
Date: Wed Aug 18 15:38:23 2010
New Revision: 986745

URL: http://svn.apache.org/viewvc?rev=986745&view=rev
Log:
license added

Modified:
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/OMElementTest.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/bodyNotQualified.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/envelopeMissing.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/haederBodyWrongOrder.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/notnamespaceQualified.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/twoBodymessage.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/twoheaders.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/wrongSoapNs.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/emtyBodymessage.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/invalidMustUnderstandSOAP12.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/minimalMessage.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/reallyReallyBigMessage.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/sample1.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/security2-soap.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soap12message.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soapmessage.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soapmessage1.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/test.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/whitespacedMessage.xml
    axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/wrongEnvelopeNamespace.xml

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/OMElementTest.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/OMElementTest.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/OMElementTest.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/OMElementTest.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/bodyNotQualified.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/bodyNotQualified.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/bodyNotQualified.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/bodyNotQualified.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/envelopeMissing.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/envelopeMissing.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/envelopeMissing.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/envelopeMissing.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/haederBodyWrongOrder.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/haederBodyWrongOrder.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/haederBodyWrongOrder.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/haederBodyWrongOrder.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/notnamespaceQualified.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/notnamespaceQualified.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/notnamespaceQualified.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/notnamespaceQualified.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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.
+ */
+ -->
 <Envelope>
     <Header>
         <MessageID mustUnderstand="0">uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/twoBodymessage.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/twoBodymessage.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/twoBodymessage.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/twoBodymessage.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/twoheaders.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/twoheaders.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/twoheaders.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/twoheaders.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/wrongSoapNs.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/wrongSoapNs.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/wrongSoapNs.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/badsoap/wrongSoapNs.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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:soapenv="http://schemas.xmlsoap.org/badsoap/envelope/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/emtyBodymessage.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/emtyBodymessage.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/emtyBodymessage.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/emtyBodymessage.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/invalidMustUnderstandSOAP12.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/invalidMustUnderstandSOAP12.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/invalidMustUnderstandSOAP12.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/invalidMustUnderstandSOAP12.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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.
+ */
+ -->
 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:xml="http://www.w3.org/XML/1998/namespace">
     <env:Header>
         <test2:echoOk2 xmlns:test2="http://example2.org/ts-tests"

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/minimalMessage.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/minimalMessage.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/minimalMessage.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/minimalMessage.xml Wed Aug 18 15:38:23 2010
@@ -1,4 +1,21 @@
-<?xml version='1.0' ?>
+<!--
+/*
+ * 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
+ *
+ * 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.
+ */
+ -->
 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
     <env:Body/>
-</env:Envelope>
\ No newline at end of file
+</env:Envelope>

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/reallyReallyBigMessage.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/reallyReallyBigMessage.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/reallyReallyBigMessage.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/reallyReallyBigMessage.xml Wed Aug 18 15:38:23 2010
@@ -1,4 +1,21 @@
-<?xml version='1.0' ?>
+<!--
+/*
+ * 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
+ *
+ * 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.
+ */
+ -->
 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
     <env:Header>
@@ -2526,4 +2543,4 @@
         </definitions>
 
     </env:Body>
-</env:Envelope>
\ No newline at end of file
+</env:Envelope>

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/sample1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/sample1.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/sample1.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/sample1.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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.
+ */
+ -->
 <?xml version='1.0' ?>
 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
     <env:Header>

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/security2-soap.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/security2-soap.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/security2-soap.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/security2-soap.xml Wed Aug 18 15:38:23 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * 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
+ *
+ * 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.
+ */
+ -->
 <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
     xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/04/secext"
@@ -51,4 +69,4 @@
             QQQ
         </tru:StockSymbol>
     </S:Body>
-</S:Envelope>
\ No newline at end of file
+</S:Envelope>

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soap12message.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soap12message.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soap12message.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soap12message.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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.
+ */
+ -->
 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:xml="http://www.w3.org/XML/1998/namespace">
     <env:Header>
         <test:echoOk xmlns:test="http://example.org/ts-tests"

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soapmessage.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soapmessage.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soapmessage.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soapmessage.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soapmessage1.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soapmessage1.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soapmessage1.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/soapmessage1.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/test.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/test.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/test.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/test.xml Wed Aug 18 15:38:23 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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
+ *
+ * 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.
+ */
+ -->
 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:xml="http://www.w3.org/XML/1998/namespace">
     <env:Header>
         <test:echoOk xmlns:test="http://example.org/ts-tests"

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/whitespacedMessage.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/whitespacedMessage.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/whitespacedMessage.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/whitespacedMessage.xml Wed Aug 18 15:38:23 2010
@@ -1,4 +1,21 @@
-<?xml version='1.0' ?>
+<!--
+/*
+ * 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
+ *
+ * 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.
+ */
+ -->
 <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
 
@@ -24,4 +41,4 @@
 
 
     </env:Body>
-</env:Envelope>
\ No newline at end of file
+</env:Envelope>

Modified: axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/wrongEnvelopeNamespace.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/wrongEnvelopeNamespace.xml?rev=986745&r1=986744&r2=986745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/wrongEnvelopeNamespace.xml (original)
+++ axis/axis2/c/core/trunk/axiom/test/resources/xml/soap/wrongEnvelopeNamespace.xml Wed Aug 18 15:38:23 2010
@@ -1,12 +1,27 @@
-<?xml version="1.0"?>
+<!--
+/*
+ * 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
+ *
+ * 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.
+ */
+ -->
 <soap:Envelope
 xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
 soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">
-
   <soap:Body xmlns:m="http://www.stock.org/stock">
     <m:GetStockPrice>
       <m:StockName>IBM</m:StockName>
     </m:GetStockPrice>
   </soap:Body>
-
-</soap:Envelope>
\ No newline at end of file
+</soap:Envelope>