You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2005/07/14 09:57:29 UTC

svn commit: r219007 [2/3] - in /webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias: ./ SOAP12Testing/ SOAP12Testing/src/ SOAP12Testing/src/org/ SOAP12Testing/src/org/apache/ SOAP12Testing/src/org/apache/axis2/ SOAP12Testing/src/org/apac...

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT22.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT22.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT22.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT22.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,13 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:responseOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:responseOk>
+  </env:Header>
+  <env:Body>
+    <test:responseOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:responseOk>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT23.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT23.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT23.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT23.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,15 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Body>
+    <env:Fault>
+      <env:Code>
+        <env:Value>env:Sender</env:Value>
+       </env:Code>
+       <env:Reason>
+        <env:Text xml:lang="en-US">
+          env:mustUnderstand value is not boolean
+        </env:Text>
+       </env:Reason>
+     </env:Fault>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT24.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT24.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT24.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT24.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,13 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Body>
+    <env:Fault>
+      <env:Code>
+        <env:Value>env:VersionMismatch</env:Value>
+      </env:Code>
+      <env:Reason>
+        <env:Text xml:lang="en-US"> Wrong Version </env:Text>
+      </env:Reason>
+    </env:Fault>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT25.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT25.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT25.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT25.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,15 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Body>
+     <env:Fault>
+       <env:Code>
+        <env:Value>env:Sender</env:Value>
+       </env:Code>
+       <env:Reason>
+        <env:Text xml:lang="en-US">
+          DTD are not supported by SOAP 1.2
+        </env:Text>
+       </env:Reason>
+     </env:Fault>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT26.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT26.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT26.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT26.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,8 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Body>
+    <test:responseOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:responseOk>
+ </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT29.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT29.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT29.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT29.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,5 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT3.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT3.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT3.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT3.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,10 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:responseOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:responseOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT30.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT30.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT30.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT30.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,15 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope">
+  <env:Header>
+    <env:Upgrade>
+      <env:SupportedEnvelope qname="ns2:Envelope"
+                xmlns:ns2="http://www.w3.org/2003/05/soap-envelope"/>
+     </env:Upgrade>
+  </env:Header>
+  <env:Body>
+    <env:Fault>
+      <faultcode>env:VersionMismatch</faultcode>
+      <faultstring>Wrong Version</faultstring>
+    </env:Fault>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT31.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT31.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT31.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT31.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,7 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Body>
+    <test:returnVoidResponse xmlns:test="http://example.org/ts-tests">
+    </test:returnVoidResponse>
+ </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT32.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT32.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT32.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT32.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,8 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Body>
+    <test:echoHeaderResponse xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:echoHeaderResponse>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT33.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT33.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT33.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT33.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,16 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Body>
+     <env:Fault>
+       <env:Code>
+         <env:Value>env:Sender</env:Value>
+         <env:Subcode>
+           <env:Value>rpc:ProcedureNotPresent</env:Value>
+         </env:Subcode>
+       </env:Code>
+       <env:Reason>
+        <env:Text xml:lang="en-US"> Procedure Not Present </env:Text>
+       </env:Reason>
+     </env:Fault>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT34.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT34.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT34.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT34.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,5 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">    
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT35.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT35.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT35.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT35.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,17 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <env:NotUnderstood qname="test:Unknown"
+       xmlns:test="http://example.org/ts-tests" />
+  </env:Header>
+  <env:Body>
+    <env:Fault>
+      <env:Code>
+        <env:Value>env:MustUnderstand</env:Value>
+      </env:Code>
+      <env:Reason>
+        <env:Text xml:lang="en-US"> Header not understood </env:Text>
+      </env:Reason>
+    </env:Fault>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT36.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT36.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT36.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT36.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,17 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <env:NotUnderstood qname="test:Unknown"
+       xmlns:test="http://example.org/ts-tests" />
+  </env:Header>
+  <env:Body>
+    <env:Fault>
+      <env:Code>
+        <env:Value>env:MustUnderstand</env:Value>
+      </env:Code>
+      <env:Reason>
+        <env:Text xml:lang="en-US"> Header not understood </env:Text>
+      </env:Reason>
+    </env:Fault>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT37.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT37.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT37.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT37.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,5 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">  
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT38_1.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT38_1.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT38_1.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT38_1.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,10 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:responseOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:responseOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT38_2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT38_2.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT38_2.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT38_2.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,15 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:responseOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:responseOk>
+    <test:responseOk xmlns:test="http://example.org/ts-tests">
+      bar
+    </test:responseOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
+
+

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT39.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT39.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT39.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT39.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,15 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Body>
+    <env:Fault>
+      <env:Code>
+        <env:Value>env:Sender</env:Value>
+      </env:Code>
+      <env:Reason>
+        <env:Text xml:lang="en-US">
+          env:mustUnderstand is a xsd:boolean
+        </env:Text>
+      </env:Reason>
+    </env:Fault>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT4.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT4.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT4.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT4.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,10 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:responseOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:responseOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT40.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT40.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT40.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT40.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,5 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">    
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT5.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT5.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT5.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT5.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,5 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">    
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT62_C.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT62_C.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT62_C.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT62_C.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,10 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:responseOk xmlns:test="http://example.org/ts-tests">
+      StringAStringB
+    </test:responseOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT63.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT63.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT63.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT63.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,18 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:validateCountryCodeFault xmlns:test="http://example.org/ts-tests">
+      Country code must be 2 letters.
+    </test:validateCountryCodeFault>
+  </env:Header>
+  <env:Body>
+     <env:Fault>
+       <env:Code>env:Sender</env:Code>
+       <env:Reason>
+         <env:Text xml:lang="en-US">
+           Not a valid country code
+         </env:Text>
+       </env:Reason>
+     </env:Fault>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT66.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT66.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT66.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT66.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,10 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:responseOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:responseOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT67.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT67.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT67.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT67.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,10 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:responseOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:responseOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT68.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT68.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT68.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT68.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,10 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:responseOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:responseOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT69.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT69.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT69.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT69.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,15 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Body>
+     <env:Fault>
+       <env:Code>
+        <env:Value>env:Sender</env:Value>
+       </env:Code>
+       <env:Reason>
+        <env:Text xml:lang="en-US">
+          env:Body must be present in a SOAP 1.2 envelope
+        </env:Text>
+       </env:Reason>
+     </env:Fault>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT74.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT74.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT74.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT74.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,10 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:responseOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:responseOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT78.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT78.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT78.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/SOAP12ResT78.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,10 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+ <env:Header>
+  <test:responseOk xmlns:test="http://example.org/ts-tests">
+    foo
+  </test:responseOk>
+ </env:Header>
+ <env:Body>
+ </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/test.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/test.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/test.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/ReplyMessages/test.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,18 @@
+<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
+    <soapenv:Header></soapenv:Header>
+    <soapenv:Body>
+        <soapenv:Fault>
+            <soapenv:Node></soapenv:Node>
+            <soapenv:Role></soapenv:Role>
+            <soapenv:Detail>
+                <soapenv:Exception>org.apache.axis2.engine.AxisFault: Intentional Failure from SOAP 1.2 testing ...; nested exception is:org.apache.axis2.engine.AxisFault: Intentional Failure from SOAP 1.2 testing ...at org.apache.axis2.engine.AxisEngine.handleFault(AxisEngine.java:186)at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:127)at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:102)at org.apache.axis2.transport.http.HTTPWorker.doWork(HTTPWorker.java:110)at org.apache.axis2.util.threadpool.ThreadWorker.run(ThreadWorker.java:34)Caused by: org.apache.axis2.engine.AxisFault: Intentional Failure from SOAP 1.2 testing ...at org.apache.axis2.soap12testing.handlers.SOAP12InFlowHandlerDefaultC.invoke(SOAP12InFlowHandlerDefaultC.java:120)at org.apache.axis2.engine.Phase.invoke(Phase.java:161)at org.apache.axis2.engine.AxisEngine.invokePhases(AxisEngine.java:252)at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:118)... 3 more</soapenv:Exception>
+            </soapenv:Detail>
+            <soapenv:Code>
+                <soapenv:Value>env:MustUnderstand</soapenv:Value>
+            </soapenv:Code>
+            <soapenv:Reason>
+                <soapenv:Text xml:lang="en-US">Header not understood</soapenv:Text>
+            </soapenv:Reason>
+        </soapenv:Fault>
+    </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT1.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT1.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT1.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT1.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/next">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT10.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT10.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT10.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT10.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests" 
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver">
+      foo
+    </test:Unknown>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT11.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT11.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT11.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT11.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,12 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests"
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver"
+          env:mustUnderstand="false">
+      foo
+    </test:Unknown>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT12.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT12.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT12.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT12.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests"
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver"
+          env:mustUnderstand="1">
+      foo
+    </test:Unknown>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT13.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT13.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT13.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT13.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,12 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests"
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver"
+          env:mustUnderstand="true">
+      foo
+    </test:Unknown>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT14.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT14.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT14.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT14.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,12 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver"
+          env:mustUnderstand="wrong">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT15.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT15.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT15.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT15.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,12 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests"
+          env:role="http://example.org/ts-tests/B"
+          env:mustUnderstand="1">
+      foo
+    </test:Unknown>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT16.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT16.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT16.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT16.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,12 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests"
+          env:role="http://example.org/ts-tests/C"
+          env:mustUnderstand="1">
+      foo
+    </test:Unknown>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT17_A.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT17_A.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT17_A.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT17_A.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,12 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests"
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/next"
+          env:mustUnderstand="1">
+      foo
+    </test:Unknown>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT18_A.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT18_A.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT18_A.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT18_A.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/none">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT18_B.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT18_B.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT18_B.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT18_B.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/none">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT19.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT19.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT19.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT19.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,12 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/none"
+          env:mustUnderstand="true">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT2.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT2.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT2.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://example.org/ts-tests/C">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT20.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT20.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT20.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT20.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,17 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests" 
+          env:mustUnderstand="1"
+          env:role="http://example.org/ts-tests/B">
+      foo
+    </test:Unknown>
+    <test:echoOk xmlns:test="http://example.org/ts-tests" 
+          env:mustUnderstand="1"
+          env:role="http://example.org/ts-tests/C">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT21_A.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT21_A.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT21_A.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT21_A.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,17 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests" 
+          env:mustUnderstand="1"
+          env:role="http://example.org/ts-tests/B">
+      foo
+    </test:Unknown>
+    <test:echoOk xmlns:test="http://example.org/ts-tests" 
+          env:mustUnderstand="1"
+          env:role="http://example.org/ts-tests/C">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT22.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT22.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT22.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT22.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,14 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests" 
+          env:mustUnderstand = "1">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+    <test:echoOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:echoOk>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT23.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT23.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT23.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT23.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,15 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests" 
+          env:mustUnderstand="1">
+      foo
+    </test:Unknown>
+    <test:echoOk xmlns:test="http://example.org/ts-tests" 
+          env:mustUnderstand="wrong">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT24.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT24.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT24.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT24.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,8 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://wrong-version/"> 
+  <env:Body>
+    <test:echoOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:echoOk>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT25.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT25.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT25.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT25.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,9 @@
+<?xml version='1.0' ?>
+<!DOCTYPE env:Envelope SYSTEM "env.dtd"[]>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Body>
+    <test:echoOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:echoOk>
+ </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT26.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT26.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT26.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT26.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,9 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+<?xml-stylesheet href="http://example.org/ts-tests/sub.xsl" type = "text/xsl"?>
+  <env:Body>
+    <test:echoOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:echoOk>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT29.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT29.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT29.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT29.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://example.org/ts-tests/Czzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT3.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT3.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT3.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT3.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,10 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT30.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT30.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT30.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT30.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,8 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope">
+  <env:Body>
+    <test:echoOk xmlns:test="http://example.org/ts-tests">
+      foo
+    </test:echoOk>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT31.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT31.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT31.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT31.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,7 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Body>
+    <test:returnVoid xmlns:test="http://example.org/ts-tests">
+    </test:returnVoid>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT32.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT32.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT32.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT32.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,13 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:requiredHeader xmlns:test="http://example.org/ts-tests"
+          env:mustUnderstand="true">
+      foo
+    </test:requiredHeader>
+  </env:Header>
+  <env:Body>
+    <test:echoHeader xmlns:test="http://example.org/ts-tests">
+    </test:echoHeader>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT33.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT33.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT33.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT33.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,7 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Body>
+    <test:DoesNotExist xmlns:test="http://example.org/ts-tests">
+  </test:DoesNotExist>
+ </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT34.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT34.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT34.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT34.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,12 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests" 
+          xmlns:env1="http://schemas.xmlsoap.org/soap/envelope/"
+          env1:mustUnderstand="true">
+      foo
+    </test:Unknown>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT35.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT35.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT35.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT35.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests"
+          env:mustUnderstand="1">
+      foo
+    </test:Unknown>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT36.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT36.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT36.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT36.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,12 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests"
+          env:mustUnderstand="1" 
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver">
+      foo
+    </test:Unknown>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT37.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT37.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT37.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT37.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests"
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver">
+      foo
+    </test:Unknown>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT38_1.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT38_1.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT38_1.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT38_1.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,17 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests"
+          env:mustUnderstand="false"
+          env:role="http://example.org/ts-tests/B">
+      foo
+    </test:Unknown>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:mustUnderstand="0"
+          env:role="http://example.org/ts-tests/C">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT38_2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT38_2.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT38_2.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT38_2.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,17 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:mustUnderstand="true"
+          env:role="http://example.org/ts-tests/B">
+      foo
+    </test:echoOk>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:mustUnderstand="1"
+          env:role="http://example.org/ts-tests/C">
+      bar
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT39.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT39.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT39.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT39.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://example.org/ts-tests"
+          env:mustUnderstand="9">
+      foo
+    </test:Unknown>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT4.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT4.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT4.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT4.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT40.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT40.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT40.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT40.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,12 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:Unknown xmlns:test="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]/ts-tests"
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver" 
+          env:mustUnderstand="false">
+      foo
+    </test:Unknown>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT5.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT5.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT5.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT5.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://example.org/ts-tests/B">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT62_A.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT62_A.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT62_A.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT62_A.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,20 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:concatAndForwardEchoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://example.org/ts-tests/B"
+          env:mustUnderstand="1"/>
+    <test:concatAndForwardEchoOkArg1 xmlns:test="http://example.org/ts-tests"
+          env:role="http://example.org/ts-tests/B"
+          env:mustUnderstand="1">
+      StringA
+    </test:concatAndForwardEchoOkArg1>
+    <test:concatAndForwardEchoOkArg2 xmlns:test="http://example.org/ts-tests"
+          env:role="http://example.org/ts-tests/B"
+          env:mustUnderstand="1">
+      StringB
+    </test:concatAndForwardEchoOkArg2>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT62_B.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT62_B.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT62_B.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT62_B.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,12 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://example.org/ts-tests/C"
+          env:mustUnderstand="1">
+      StringAStringB
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT63.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT63.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT63.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT63.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,14 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:validateCountryCode xmlns:test="http://example.org/ts-tests"
+          env:role="http://example.org/ts-tests/C"
+          env:mustUnderstand="1">
+      ABCD
+    </test:validateCountryCode>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
+
+

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT66.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT66.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT66.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT66.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF8'?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://www.w3.org/2003/05/soap-envelope/role/next">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT67.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT67.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT67.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT67.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,13 @@
+<?xml version='1.0' standalone='yes'?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+ <env:Header>
+  <test:echoOk xmlns:test="http://example.org/ts-tests"
+        env:role="http://www.w3.org/2003/05/soap-envelope/role/next">
+    foo
+  </test:echoOk>
+ </env:Header>
+ <env:Body>
+ </env:Body>
+</env:Envelope>
+
+

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT68.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT68.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT68.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT68.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,20 @@
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+
+
+ <env:Header           >
+
+                          <test:echoOk xmlns:test="http://example.org/ts-tests"
+        env:role="http://www.w3.org/2003/05/soap-envelope/role/next"  >
+    foo
+  </test:echoOk>
+
+
+ </env:Header>
+ <env:Body>
+
+
+ </env:Body>
+
+
+
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT69.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT69.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT69.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT69.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,6 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+ <env:Header>
+	<test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk>
+ </env:Header>
+</env:Envelope>

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT6_A.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT6_A.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT6_A.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT6_A.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://example.org/ts-tests/C">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT6_B.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT6_B.xml?rev=219007&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT6_B.xml (added)
+++ webservices/axis/trunk/archive/java/scratch/Anushka_Chinthaka_Dias/SOAP12Testing/test-resources/SOAP12Testing/RequestMessages/SOAP12ReqT6_B.xml Thu Jul 14 00:57:23 2005
@@ -0,0 +1,11 @@
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
+  <env:Header>
+    <test:echoOk xmlns:test="http://example.org/ts-tests"
+          env:role="http://example.org/ts-tests/C">
+      foo
+    </test:echoOk>
+  </env:Header>
+  <env:Body>
+  </env:Body>
+</env:Envelope>
\ No newline at end of file