From 121abf97250a82de852f86ab00e5461ffa76a1be Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 18 Aug 2010 15:52:54 +0000 Subject: removing duplicated files git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@986753 13f79535-47bb-0310-9956-ffa450edef68 --- test/resources/xml/soap/OMElementTest.xml | 22 - .../xml/soap/badsoap/bodyNotQualified.xml | 19 - .../resources/xml/soap/badsoap/envelopeMissing.xml | 20 - .../xml/soap/badsoap/haederBodyWrongOrder.xml | 20 - .../xml/soap/badsoap/notnamespaceQualified.xml | 15 - test/resources/xml/soap/badsoap/twoBodymessage.xml | 24 - test/resources/xml/soap/badsoap/twoheaders.xml | 29 - test/resources/xml/soap/badsoap/wrongSoapNs.xml | 20 - test/resources/xml/soap/emtyBodymessage.xml | 18 - .../xml/soap/invalidMustUnderstandSOAP12.xml | 13 - test/resources/xml/soap/minimalMessage.xml | 4 - test/resources/xml/soap/reallyReallyBigMessage.xml | 2529 -------------------- test/resources/xml/soap/sample1.txt | 12 - test/resources/xml/soap/sample1.xml | 9 - test/resources/xml/soap/security2-soap.xml | 54 - test/resources/xml/soap/soap11/soap11fault.xml | 16 - test/resources/xml/soap/soap11/soap11message.xml | 46 - test/resources/xml/soap/soap12message.xml | 58 - test/resources/xml/soap/soapmessage.txt | 16 - test/resources/xml/soap/soapmessage.xml | 20 - test/resources/xml/soap/soapmessage1.xml | 27 - test/resources/xml/soap/test.xml | 59 - test/resources/xml/soap/whitespacedMessage.xml | 27 - test/resources/xml/soap/wrongEnvelopeNamespace.xml | 12 - 24 files changed, 3089 deletions(-) delete mode 100644 test/resources/xml/soap/OMElementTest.xml delete mode 100644 test/resources/xml/soap/badsoap/bodyNotQualified.xml delete mode 100644 test/resources/xml/soap/badsoap/envelopeMissing.xml delete mode 100644 test/resources/xml/soap/badsoap/haederBodyWrongOrder.xml delete mode 100644 test/resources/xml/soap/badsoap/notnamespaceQualified.xml delete mode 100644 test/resources/xml/soap/badsoap/twoBodymessage.xml delete mode 100644 test/resources/xml/soap/badsoap/twoheaders.xml delete mode 100644 test/resources/xml/soap/badsoap/wrongSoapNs.xml delete mode 100644 test/resources/xml/soap/emtyBodymessage.xml delete mode 100644 test/resources/xml/soap/invalidMustUnderstandSOAP12.xml delete mode 100644 test/resources/xml/soap/minimalMessage.xml delete mode 100644 test/resources/xml/soap/reallyReallyBigMessage.xml delete mode 100644 test/resources/xml/soap/sample1.txt delete mode 100644 test/resources/xml/soap/sample1.xml delete mode 100644 test/resources/xml/soap/security2-soap.xml delete mode 100644 test/resources/xml/soap/soap11/soap11fault.xml delete mode 100644 test/resources/xml/soap/soap11/soap11message.xml delete mode 100644 test/resources/xml/soap/soap12message.xml delete mode 100644 test/resources/xml/soap/soapmessage.txt delete mode 100644 test/resources/xml/soap/soapmessage.xml delete mode 100644 test/resources/xml/soap/soapmessage1.xml delete mode 100644 test/resources/xml/soap/test.xml delete mode 100644 test/resources/xml/soap/whitespacedMessage.xml delete mode 100644 test/resources/xml/soap/wrongEnvelopeNamespace.xml (limited to 'test/resources/xml/soap') diff --git a/test/resources/xml/soap/OMElementTest.xml b/test/resources/xml/soap/OMElementTest.xml deleted file mode 100644 index 9cd474c..0000000 --- a/test/resources/xml/soap/OMElementTest.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - http://localhost:8081/axis/services/BankPort - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
-
- - This is some text - 2 - Some Other Text - - -
\ No newline at end of file diff --git a/test/resources/xml/soap/badsoap/bodyNotQualified.xml b/test/resources/xml/soap/badsoap/bodyNotQualified.xml deleted file mode 100644 index eef7895..0000000 --- a/test/resources/xml/soap/badsoap/bodyNotQualified.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - http://localhost:8081/axis/services/BankPort - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
-
- - - -
\ No newline at end of file diff --git a/test/resources/xml/soap/badsoap/envelopeMissing.xml b/test/resources/xml/soap/badsoap/envelopeMissing.xml deleted file mode 100644 index 4106495..0000000 --- a/test/resources/xml/soap/badsoap/envelopeMissing.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - http://localhost:8081/axis/services/BankPort - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
-
- - - - -
\ No newline at end of file diff --git a/test/resources/xml/soap/badsoap/haederBodyWrongOrder.xml b/test/resources/xml/soap/badsoap/haederBodyWrongOrder.xml deleted file mode 100644 index e71c49a..0000000 --- a/test/resources/xml/soap/badsoap/haederBodyWrongOrder.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - http://localhost:8081/axis/services/BankPort - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
-
-
\ No newline at end of file diff --git a/test/resources/xml/soap/badsoap/notnamespaceQualified.xml b/test/resources/xml/soap/badsoap/notnamespaceQualified.xml deleted file mode 100644 index dfc013c..0000000 --- a/test/resources/xml/soap/badsoap/notnamespaceQualified.xml +++ /dev/null @@ -1,15 +0,0 @@ - -
- uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - http://localhost:8081/axis/services/BankPort - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
-
- - - -
\ No newline at end of file diff --git a/test/resources/xml/soap/badsoap/twoBodymessage.xml b/test/resources/xml/soap/badsoap/twoBodymessage.xml deleted file mode 100644 index a96a401..0000000 --- a/test/resources/xml/soap/badsoap/twoBodymessage.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - http://localhost:8081/axis/services/BankPort - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
-
- - - - - - - - -
\ No newline at end of file diff --git a/test/resources/xml/soap/badsoap/twoheaders.xml b/test/resources/xml/soap/badsoap/twoheaders.xml deleted file mode 100644 index 3064771..0000000 --- a/test/resources/xml/soap/badsoap/twoheaders.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - http://localhost:8081/axis/services/BankPort - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
-
- - - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - http://localhost:8081/axis/services/BankPort - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
-
- - -
\ No newline at end of file diff --git a/test/resources/xml/soap/badsoap/wrongSoapNs.xml b/test/resources/xml/soap/badsoap/wrongSoapNs.xml deleted file mode 100644 index 7d84398..0000000 --- a/test/resources/xml/soap/badsoap/wrongSoapNs.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - http://localhost:8081/axis/services/BankPort - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
-
- - - - -
\ No newline at end of file diff --git a/test/resources/xml/soap/emtyBodymessage.xml b/test/resources/xml/soap/emtyBodymessage.xml deleted file mode 100644 index ea20929..0000000 --- a/test/resources/xml/soap/emtyBodymessage.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - http://localhost:8081/axis/services/BankPort - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
-
- - -
\ No newline at end of file diff --git a/test/resources/xml/soap/invalidMustUnderstandSOAP12.xml b/test/resources/xml/soap/invalidMustUnderstandSOAP12.xml deleted file mode 100644 index 1b5183f..0000000 --- a/test/resources/xml/soap/invalidMustUnderstandSOAP12.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - foo - - - - - - \ No newline at end of file diff --git a/test/resources/xml/soap/minimalMessage.xml b/test/resources/xml/soap/minimalMessage.xml deleted file mode 100644 index ea76d72..0000000 --- a/test/resources/xml/soap/minimalMessage.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/test/resources/xml/soap/reallyReallyBigMessage.xml b/test/resources/xml/soap/reallyReallyBigMessage.xml deleted file mode 100644 index 687ed22..0000000 --- a/test/resources/xml/soap/reallyReallyBigMessage.xml +++ /dev/null @@ -1,2529 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/resources/xml/soap/sample1.txt b/test/resources/xml/soap/sample1.txt deleted file mode 100644 index a5f7560..0000000 --- a/test/resources/xml/soap/sample1.txt +++ /dev/null @@ -1,12 +0,0 @@ -POST /axis/services/EchoService HTTP/1.1 -Host: 127.0.0.1 -Content-Type: application/soap+xml; charset="utf-8" - - - - - - - - - \ No newline at end of file diff --git a/test/resources/xml/soap/sample1.xml b/test/resources/xml/soap/sample1.xml deleted file mode 100644 index 9d74dfe..0000000 --- a/test/resources/xml/soap/sample1.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/test/resources/xml/soap/security2-soap.xml b/test/resources/xml/soap/security2-soap.xml deleted file mode 100644 index 4d6c272..0000000 --- a/test/resources/xml/soap/security2-soap.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - http://fabrikam123.com/getQuote - http://fabrikam123.com/stocks - mailto:johnsmith@fabrikam123.com - uuid:84b9f5d0-33fb-4a81-b02b-5b760641c1d6 - - - - MIIEZzCCA9CgAwIBAgIQEmtJZc0rqrKh5i... - - - - - - - - - - - - EULddytSo1... - - - - BL8jdfToEb1l/vXcMZNNjPOV... - - - - - - - - - - - - QQQ - - - \ No newline at end of file diff --git a/test/resources/xml/soap/soap11/soap11fault.xml b/test/resources/xml/soap/soap11/soap11fault.xml deleted file mode 100644 index c9acd34..0000000 --- a/test/resources/xml/soap/soap11/soap11fault.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - Test - - - - SOAP-ENV:MustUnderstand - SOAP Must Understand Error - Actor - Detail text - Some Element Text - - - - \ No newline at end of file diff --git a/test/resources/xml/soap/soap11/soap11message.xml b/test/resources/xml/soap/soap11/soap11message.xml deleted file mode 100644 index 8a0b231..0000000 --- a/test/resources/xml/soap/soap11/soap11message.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
- - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - - http://localhost:8081/axis/services/BankPort - -
- - - - env:Sender - - Sender Timeout - - http://schemas.xmlsoap.org/soap/envelope/actor/ultimateReceiver - - - Details of error - - P5M - - - - P3M - - - - - -
- diff --git a/test/resources/xml/soap/soap12message.xml b/test/resources/xml/soap/soap12message.xml deleted file mode 100644 index 5830e6c..0000000 --- a/test/resources/xml/soap/soap12message.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - foo - - - foo - - - foo - - - - - - env:Sender - - m:MessageTimeout In First Subcode - - m:MessageTimeout In Second Subcode - - m:MessageTimeout In Third Subcode - - - - - - Sender Timeout - - - http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver - - - ultimateReceiver - - - Details of error - - P5M\n - - - - P3M\n - - - - - - \ No newline at end of file diff --git a/test/resources/xml/soap/soapmessage.txt b/test/resources/xml/soap/soapmessage.txt deleted file mode 100644 index acae3b5..0000000 --- a/test/resources/xml/soap/soapmessage.txt +++ /dev/null @@ -1,16 +0,0 @@ -POST /axis/services/EchoService HTTP/1.1 -Host: 127.0.0.1 -Content-Type: application/soap+xml; charset="utf-8" - - - - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - http://localhost:8081/axis/services/BankPort - -
http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous
-
-
- - - -
\ No newline at end of file diff --git a/test/resources/xml/soap/soapmessage.xml b/test/resources/xml/soap/soapmessage.xml deleted file mode 100644 index 0f49778..0000000 --- a/test/resources/xml/soap/soapmessage.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - http://localhost:8081/axis/services/BankPort - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
-
- - - - -
\ No newline at end of file diff --git a/test/resources/xml/soap/soapmessage1.xml b/test/resources/xml/soap/soapmessage1.xml deleted file mode 100644 index 3d69585..0000000 --- a/test/resources/xml/soap/soapmessage1.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - http://localhost:8081/axis/services/BankPort - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
-
- - - - - 1001 - - -
\ No newline at end of file diff --git a/test/resources/xml/soap/test.xml b/test/resources/xml/soap/test.xml deleted file mode 100644 index 3a303d4..0000000 --- a/test/resources/xml/soap/test.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - foo - - - foo - - - foo - - - - - - env:Sender - - m:MessageTimeout In First Subcode - - m:MessageTimeout In Second Subcode - - m:MessageTimeout In Third Subcode - - - - - - Sender Timeout - - - http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver - - - ultimateReceiver - - - Details of error - - P5M\n - - - - P3M\n - - - - - - - diff --git a/test/resources/xml/soap/whitespacedMessage.xml b/test/resources/xml/soap/whitespacedMessage.xml deleted file mode 100644 index 0af632b..0000000 --- a/test/resources/xml/soap/whitespacedMessage.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - uuid:920C5190-0B8F-11D9-8CED-F22EDEEBF7E5 - - http://localhost:8081/axis/services/BankPort - -
- http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous -
-
- -
- - - - - - - - -
\ No newline at end of file diff --git a/test/resources/xml/soap/wrongEnvelopeNamespace.xml b/test/resources/xml/soap/wrongEnvelopeNamespace.xml deleted file mode 100644 index ff81835..0000000 --- a/test/resources/xml/soap/wrongEnvelopeNamespace.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - IBM - - - - \ No newline at end of file -- cgit v1.1-32-gdbae