diff --git a/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/anonymous.xml b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/anonymous.xml new file mode 100644 index 00000000..6db3c331 --- /dev/null +++ b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/anonymous.xml @@ -0,0 +1,17 @@ + + + uuid:aaaabbbb-cccc-dddd-eeee-ffffffffffff + + http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous + + mailto:joe@fabrikam123.example + http://fabrikam123.example/mail/Delete + + + + 42 + + + diff --git a/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/invalid.xml b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/invalid.xml new file mode 100644 index 00000000..4c82991b --- /dev/null +++ b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/invalid.xml @@ -0,0 +1,17 @@ + + + + + http://business456.example/client1 + + mailto:joe@fabrikam123.example + http://fabrikam123.example/mail/Delete + + + + 42 + + + \ No newline at end of file diff --git a/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/response-anonymous.xml b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/response-anonymous.xml new file mode 100644 index 00000000..8dde1531 --- /dev/null +++ b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/response-anonymous.xml @@ -0,0 +1,9 @@ + + + uid:1234 + uuid:aaaabbbb-cccc-dddd-eeee-ffffffffffff + http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous + + + diff --git a/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/response-invalid.xml b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/response-invalid.xml new file mode 100644 index 00000000..67f8ce2f --- /dev/null +++ b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/response-invalid.xml @@ -0,0 +1,19 @@ + + + + + + env:Sender + + wsa:MessageInformationHeaderRequired + + + + + A required message information header, To, MessageID, or Action, is not present. + + + + + \ No newline at end of file diff --git a/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/valid.xml b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/valid.xml new file mode 100644 index 00000000..6dcb21a2 --- /dev/null +++ b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200408/valid.xml @@ -0,0 +1,17 @@ + + + uuid:aaaabbbb-cccc-dddd-eeee-ffffffffffff + + http://example.com/business/client1 + + mailto:joe@fabrikam123.example + http://fabrikam123.example/mail/Delete + + + + 42 + + + diff --git a/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/anonymous.xml b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/anonymous.xml new file mode 100644 index 00000000..e32c0293 --- /dev/null +++ b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/anonymous.xml @@ -0,0 +1,15 @@ + + + http://example.com/someuniquestring + + http://www.w3.org/2005/08/addressing/anonymous + + mailto:fabrikam@example.com + http://example.com/fabrikam/mail/Delete + + + + 42 + + + diff --git a/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/invalid.xml b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/invalid.xml new file mode 100644 index 00000000..8a74f50f --- /dev/null +++ b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/invalid.xml @@ -0,0 +1,15 @@ + + + + + http://example.com/business/client1 + + mailto:fabrikam@example.com + http://example.com/fabrikam/mail/Delete + + + + 42 + + + diff --git a/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/none.xml b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/none.xml new file mode 100644 index 00000000..17c0a7e4 --- /dev/null +++ b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/none.xml @@ -0,0 +1,15 @@ + + + http://example.com/someuniquestring + + http://www.w3.org/2005/08/addressing/none + + mailto:fabrikam@example.com + http://example.com/fabrikam/mail/Delete + + + + 42 + + + diff --git a/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/response-anonymous.xml b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/response-anonymous.xml new file mode 100644 index 00000000..f7588230 --- /dev/null +++ b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/response-anonymous.xml @@ -0,0 +1,8 @@ + + + uid:1234 + http://example.com/someuniquestring + http://www.w3.org/2005/08/addressing/anonymous + + + diff --git a/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/response-invalid.xml b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/response-invalid.xml new file mode 100644 index 00000000..8312a243 --- /dev/null +++ b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/response-invalid.xml @@ -0,0 +1,19 @@ + + + + + + env:Sender + + wsa:MessageAddressingHeaderRequired + + + + + A required header representing a Message Addressing Property is not present + + + + + \ No newline at end of file diff --git a/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/valid.xml b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/valid.xml new file mode 100644 index 00000000..d25307b6 --- /dev/null +++ b/sandbox/src/test/resources/org/springframework/ws/soap/addressing/200508/valid.xml @@ -0,0 +1,15 @@ + + + http://example.com/someuniquestring + + http://example.com/business/client1 + + mailto:fabrikam@example.com + http://example.com/fabrikam/mail/Delete + + + + 42 + + +