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 --- .../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 --------------- 7 files changed, 147 deletions(-) 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 (limited to 'test/resources/xml/soap/badsoap') 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 -- cgit v1.1-32-gdbae