From 0425aadc78680e53000fd0108b540d6eca048516 Mon Sep 17 00:00:00 2001
From: gmcdonald
Date: Sat, 13 Feb 2010 01:32:03 +0000
Subject: Moving axis svn, part of TLP move INFRA-2441
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@909681 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 insertions(+)
create mode 100644 test/resources/xml/soap/badsoap/bodyNotQualified.xml
create mode 100644 test/resources/xml/soap/badsoap/envelopeMissing.xml
create mode 100644 test/resources/xml/soap/badsoap/haederBodyWrongOrder.xml
create mode 100644 test/resources/xml/soap/badsoap/notnamespaceQualified.xml
create mode 100644 test/resources/xml/soap/badsoap/twoBodymessage.xml
create mode 100644 test/resources/xml/soap/badsoap/twoheaders.xml
create 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
new file mode 100644
index 0000000..eef7895
--- /dev/null
+++ b/test/resources/xml/soap/badsoap/bodyNotQualified.xml
@@ -0,0 +1,19 @@
+
+
+
+ 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
new file mode 100644
index 0000000..4106495
--- /dev/null
+++ b/test/resources/xml/soap/badsoap/envelopeMissing.xml
@@ -0,0 +1,20 @@
+
+
+
+ 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
new file mode 100644
index 0000000..e71c49a
--- /dev/null
+++ b/test/resources/xml/soap/badsoap/haederBodyWrongOrder.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+ 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
new file mode 100644
index 0000000..dfc013c
--- /dev/null
+++ b/test/resources/xml/soap/badsoap/notnamespaceQualified.xml
@@ -0,0 +1,15 @@
+
+
+ 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
new file mode 100644
index 0000000..a96a401
--- /dev/null
+++ b/test/resources/xml/soap/badsoap/twoBodymessage.xml
@@ -0,0 +1,24 @@
+
+
+
+ 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
new file mode 100644
index 0000000..3064771
--- /dev/null
+++ b/test/resources/xml/soap/badsoap/twoheaders.xml
@@ -0,0 +1,29 @@
+
+
+
+ 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
new file mode 100644
index 0000000..7d84398
--- /dev/null
+++ b/test/resources/xml/soap/badsoap/wrongSoapNs.xml
@@ -0,0 +1,20 @@
+
+
+
+ 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