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 di...@apache.org on 2005/09/15 21:07:03 UTC

svn commit: r289289 [37/134] - in /webservices/axis2/trunk/java: ./ etc/ modules/addressing/ modules/addressing/src/META-INF/ modules/addressing/src/org/apache/axis2/handlers/addressing/ modules/addressing/test-resources/ modules/addressing/test/org/ap...

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resMultipleFaults1.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resMultipleFaults1.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resMultipleFaults1.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resMultipleFaults1.xml Thu Sep 15 11:52:11 2005
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
-      <env:Body>
-         <env:Fault>
-            <faultcode>env:Client</faultcode>
-            <faultstring>caught exception while handling request: deserialization error: unexpected XML reader state. expected: END but found: START: varString</faultstring>
-         </env:Fault>
-      </env:Body>
-   </env:Envelope>
+<?xml version="1.0" encoding="UTF-8"?>
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+      <env:Body>
+         <env:Fault>
+            <faultcode>env:Client</faultcode>
+            <faultstring>caught exception while handling request: deserialization error: unexpected XML reader state. expected: END but found: START: varString</faultstring>
+         </env:Fault>
+      </env:Body>
+   </env:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resMultipleFaults1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resMultipleFaults2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resMultipleFaults2.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resMultipleFaults2.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resMultipleFaults2.xml Thu Sep 15 11:52:11 2005
@@ -1,18 +1,18 @@
-<?xml version="1.0" encoding="UTF-8"?>
-   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
-      <env:Body>
-         <env:Fault xsi:type="env:Fault">
-            <faultcode>env:Server</faultcode>
-            <faultstring>round4.grouph.complexrpcenc.server.ExtendedStruct_Exception</faultstring>
-            <detail>
-               <ns1:part3 env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns0:ExtendedStruct">
-                  <floatMessage xsi:type="xsd:float">0.555</floatMessage>
-                  <shortMessage xsi:type="xsd:short">9</shortMessage>
-                  <stringMessage xsi:type="xsd:string">hi</stringMessage>
-                  <intMessage xsi:type="xsd:int">10</intMessage>
-                  <anotherIntMessage xsi:type="xsd:int">20</anotherIntMessage>
-               </ns1:part3>
-            </detail>
-         </env:Fault>
-      </env:Body>
-   </env:Envelope>
+<?xml version="1.0" encoding="UTF-8"?>
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+      <env:Body>
+         <env:Fault xsi:type="env:Fault">
+            <faultcode>env:Server</faultcode>
+            <faultstring>round4.grouph.complexrpcenc.server.ExtendedStruct_Exception</faultstring>
+            <detail>
+               <ns1:part3 env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns0:ExtendedStruct">
+                  <floatMessage xsi:type="xsd:float">0.555</floatMessage>
+                  <shortMessage xsi:type="xsd:short">9</shortMessage>
+                  <stringMessage xsi:type="xsd:string">hi</stringMessage>
+                  <intMessage xsi:type="xsd:int">10</intMessage>
+                  <anotherIntMessage xsi:type="xsd:int">20</anotherIntMessage>
+               </ns1:part3>
+            </detail>
+         </env:Fault>
+      </env:Body>
+   </env:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resMultipleFaults2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resSoapStructFault.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resSoapStructFault.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resSoapStructFault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resSoapStructFault.xml Thu Sep 15 11:52:11 2005
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
-      <env:Body>
-         <env:Fault>
-            <faultcode>env:Client</faultcode>
-            <faultstring>caught exception while handling request: deserialization error: unexpected XML reader state. expected: END but found: START: varString</faultstring>
-         </env:Fault>
-      </env:Body>
-   </env:Envelope>
+<?xml version="1.0" encoding="UTF-8"?>
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+      <env:Body>
+         <env:Fault>
+            <faultcode>env:Client</faultcode>
+            <faultstring>caught exception while handling request: deserialization error: unexpected XML reader state. expected: END but found: START: varString</faultstring>
+         </env:Fault>
+      </env:Body>
+   </env:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/complex/resSoapStructFault.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resEmptyfault.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resEmptyfault.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resEmptyfault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resEmptyfault.xml Thu Sep 15 11:52:11 2005
@@ -1,12 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
-   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
-      <env:Body>
-         <env:Fault xsi:type="env:Fault">
-            <faultcode>env:Server</faultcode>
-            <faultstring>round4.grouph.simplerpcenc.server.EmptyFault</faultstring>
-            <detail>
-               <ns1:part1 env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns0:EmptyFault"/>
-            </detail>
-         </env:Fault>
-      </env:Body>
+<?xml version="1.0" encoding="UTF-8"?>
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+      <env:Body>
+         <env:Fault xsi:type="env:Fault">
+            <faultcode>env:Server</faultcode>
+            <faultstring>round4.grouph.simplerpcenc.server.EmptyFault</faultstring>
+            <detail>
+               <ns1:part1 env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns0:EmptyFault"/>
+            </detail>
+         </env:Fault>
+      </env:Body>
    </env:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resEmptyfault.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resIntArrayFault.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resIntArrayFault.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resIntArrayFault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resIntArrayFault.xml Thu Sep 15 11:52:11 2005
@@ -1,16 +1,16 @@
-<?xml version="1.0" encoding="UTF-8"?>
-   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
-      <env:Body>
-         <env:Fault xsi:type="env:Fault">
-            <faultcode>env:Server</faultcode>
-            <faultstring>round4.grouph.simplerpcenc.server.IntArrayFault</faultstring>
-            <detail>
-               <ns1:part5 env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="enc:Array" enc:arrayType="xsd:int[3]">
-                  <item xsi:type="xsd:int">99</item>
-                  <item xsi:type="xsd:int">10</item>
-                  <item xsi:type="xsd:int">12</item>
-               </ns1:part5>
-            </detail>
-         </env:Fault>
-      </env:Body>
-   </env:Envelope>
+<?xml version="1.0" encoding="UTF-8"?>
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+      <env:Body>
+         <env:Fault xsi:type="env:Fault">
+            <faultcode>env:Server</faultcode>
+            <faultstring>round4.grouph.simplerpcenc.server.IntArrayFault</faultstring>
+            <detail>
+               <ns1:part5 env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="enc:Array" enc:arrayType="xsd:int[3]">
+                  <item xsi:type="xsd:int">99</item>
+                  <item xsi:type="xsd:int">10</item>
+                  <item xsi:type="xsd:int">12</item>
+               </ns1:part5>
+            </detail>
+         </env:Fault>
+      </env:Body>
+   </env:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resIntArrayFault.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults1.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults1.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults1.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults1.xml Thu Sep 15 11:52:11 2005
@@ -1,12 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
-   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
-      <env:Body>
-         <env:Fault xsi:type="env:Fault">
-            <faultcode>env:Server</faultcode>
-            <faultstring>round4.grouph.simplerpcenc.server.EmptyFault</faultstring>
-            <detail>
-               <ns1:part1 env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns0:EmptyFault"/>
-            </detail>
-         </env:Fault>
-      </env:Body>
+<?xml version="1.0" encoding="UTF-8"?>
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+      <env:Body>
+         <env:Fault xsi:type="env:Fault">
+            <faultcode>env:Server</faultcode>
+            <faultstring>round4.grouph.simplerpcenc.server.EmptyFault</faultstring>
+            <detail>
+               <ns1:part1 env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns0:EmptyFault"/>
+            </detail>
+         </env:Fault>
+      </env:Body>
    </env:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults2.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults2.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults2.xml Thu Sep 15 11:52:11 2005
@@ -1,12 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
-   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
-      <env:Body>
-         <env:Fault xsi:type="env:Fault">
-            <faultcode>env:Server</faultcode>
-            <faultstring>round4.grouph.simplerpcenc.server.StringFault</faultstring>
-            <detail>
-               <ns1:part2 env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">hi</ns1:part2>
-            </detail>
-         </env:Fault>
-      </env:Body>
+<?xml version="1.0" encoding="UTF-8"?>
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+      <env:Body>
+         <env:Fault xsi:type="env:Fault">
+            <faultcode>env:Server</faultcode>
+            <faultstring>round4.grouph.simplerpcenc.server.StringFault</faultstring>
+            <detail>
+               <ns1:part2 env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">hi</ns1:part2>
+            </detail>
+         </env:Fault>
+      </env:Body>
    </env:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults3.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults3.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults3.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults3.xml Thu Sep 15 11:52:11 2005
@@ -1,12 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
-   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
-      <env:Body>
-         <env:Fault xsi:type="env:Fault">
-            <faultcode>env:Server</faultcode>
-            <faultstring>round4.grouph.simplerpcenc.server.StringFault</faultstring>
-            <detail>
-               <ans1:part2 xmlns:ans1="http://soapinterop.org/wsdl/fault1" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">param 1</ans1:part2>
-            </detail>
-         </env:Fault>
-      </env:Body>
-   </env:Envelope>
+<?xml version="1.0" encoding="UTF-8"?>
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+      <env:Body>
+         <env:Fault xsi:type="env:Fault">
+            <faultcode>env:Server</faultcode>
+            <faultstring>round4.grouph.simplerpcenc.server.StringFault</faultstring>
+            <detail>
+               <ans1:part2 xmlns:ans1="http://soapinterop.org/wsdl/fault1" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">param 1</ans1:part2>
+            </detail>
+         </env:Fault>
+      </env:Body>
+   </env:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults3.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults4.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults4.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults4.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults4.xml Thu Sep 15 11:52:11 2005
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
-      <env:Body>
-         <env:Fault>
-            <faultcode>env:Client</faultcode>
-            <faultstring>caught exception while handling request: deserialization error: java.lang.IllegalArgumentException</faultstring>
-         </env:Fault>
-      </env:Body>
-   </env:Envelope>
+<?xml version="1.0" encoding="UTF-8"?>
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+      <env:Body>
+         <env:Fault>
+            <faultcode>env:Client</faultcode>
+            <faultstring>caught exception while handling request: deserialization error: java.lang.IllegalArgumentException</faultstring>
+         </env:Fault>
+      </env:Body>
+   </env:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resMultipleFaults4.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resStringFault.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resStringFault.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resStringFault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resStringFault.xml Thu Sep 15 11:52:11 2005
@@ -1,12 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
-   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
-      <env:Body>
-         <env:Fault xsi:type="env:Fault">
-            <faultcode>env:Server</faultcode>
-            <faultstring>round4.grouph.simplerpcenc.server.StringFault</faultstring>
-            <detail>
-               <ns1:part2 env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">Axis2 Echo String </ns1:part2>
-            </detail>
-         </env:Fault>
-      </env:Body>
-   </env:Envelope>
+<?xml version="1.0" encoding="UTF-8"?>
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+      <env:Body>
+         <env:Fault xsi:type="env:Fault">
+            <faultcode>env:Server</faultcode>
+            <faultstring>round4.grouph.simplerpcenc.server.StringFault</faultstring>
+            <detail>
+               <ns1:part2 env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:string">Axis2 Echo String </ns1:part2>
+            </detail>
+         </env:Fault>
+      </env:Body>
+   </env:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/sun/round4/simple/resStringFault.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1FloatArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1FloatArrayRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1FloatArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1FloatArrayRes.xml Thu Sep 15 11:52:11 2005
@@ -1,11 +1,11 @@
-<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
-<E:Body>
-<m:echoFloatArrayResponse xmlns:m="http://soapinterop.org/">
-<return A:arrayType="y:float[3]" s:type="A:Array">
-<item>45.7687607</item>
-<item>43.4539986</item>
-<item>2523.54199</item>
-</return>
-</m:echoFloatArrayResponse>
-</E:Body>
+<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
+<E:Body>
+<m:echoFloatArrayResponse xmlns:m="http://soapinterop.org/">
+<return A:arrayType="y:float[3]" s:type="A:Array">
+<item>45.7687607</item>
+<item>43.4539986</item>
+<item>2523.54199</item>
+</return>
+</m:echoFloatArrayResponse>
+</E:Body>
 </E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1FloatArrayRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1FloatRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1FloatRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1FloatRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1FloatRes.xml Thu Sep 15 11:52:11 2005
@@ -1,7 +1,7 @@
-<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
-<E:Body>
-<m:echoFloatResponse xmlns:m="http://soapinterop.org/">
-<return s:type="y:float">50.25</return>
-</m:echoFloatResponse>
-</E:Body>
+<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
+<E:Body>
+<m:echoFloatResponse xmlns:m="http://soapinterop.org/">
+<return s:type="y:float">50.25</return>
+</m:echoFloatResponse>
+</E:Body>
 </E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1FloatRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1IntArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1IntArrayRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1IntArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1IntArrayRes.xml Thu Sep 15 11:52:11 2005
@@ -1,11 +1,11 @@
-<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
-<E:Body>
-<m:echoIntegerArrayResponse xmlns:m="http://soapinterop.org/">
-<return A:arrayType="y:int[3]" s:type="A:Array">
-<item>451</item>
-<item>425</item>
-<item>2523</item>
-</return>
-</m:echoIntegerArrayResponse>
-</E:Body>
-</E:Envelope>
+<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
+<E:Body>
+<m:echoIntegerArrayResponse xmlns:m="http://soapinterop.org/">
+<return A:arrayType="y:int[3]" s:type="A:Array">
+<item>451</item>
+<item>425</item>
+<item>2523</item>
+</return>
+</m:echoIntegerArrayResponse>
+</E:Body>
+</E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1IntArrayRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1IntegerRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1IntegerRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1IntegerRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1IntegerRes.xml Thu Sep 15 11:52:11 2005
@@ -1,7 +1,7 @@
-<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
-<E:Body>
-<m:echoIntegerResponse xmlns:m="http://soapinterop.org/">
-<return s:type="y:int">52</return>
-</m:echoIntegerResponse>
-</E:Body>
+<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
+<E:Body>
+<m:echoIntegerResponse xmlns:m="http://soapinterop.org/">
+<return s:type="y:int">52</return>
+</m:echoIntegerResponse>
+</E:Body>
 </E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1IntegerRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StringArrayRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StringArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StringArrayRes.xml Thu Sep 15 11:52:11 2005
@@ -1,11 +1,11 @@
-<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
-<E:Body>
-<m:echoStringArrayResponse xmlns:m="http://soapinterop.org/">
-<return A:arrayType="y:string[3]" s:type="A:Array">
-<item>Apache Axis2</item>
-<item>Lanka Software Foundation</item>
-<item>www.opensource.lk</item>
-</return>
-</m:echoStringArrayResponse>
-</E:Body>
+<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
+<E:Body>
+<m:echoStringArrayResponse xmlns:m="http://soapinterop.org/">
+<return A:arrayType="y:string[3]" s:type="A:Array">
+<item>Apache Axis2</item>
+<item>Lanka Software Foundation</item>
+<item>www.opensource.lk</item>
+</return>
+</m:echoStringArrayResponse>
+</E:Body>
 </E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StringArrayRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StringUtilRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StringUtilRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StringUtilRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StringUtilRes.xml Thu Sep 15 11:52:11 2005
@@ -1,7 +1,7 @@
-<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
-<E:Body>
-<m:echoStringResponse xmlns:m="http://soapinterop.org/">
-<return s:type="y:string">Lanka Software Foundation</return>
-</m:echoStringResponse>
-</E:Body>
-</E:Envelope>
+<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
+<E:Body>
+<m:echoStringResponse xmlns:m="http://soapinterop.org/">
+<return s:type="y:string">Lanka Software Foundation</return>
+</m:echoStringResponse>
+</E:Body>
+</E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StringUtilRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StructArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StructArrayRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StructArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StructArrayRes.xml Thu Sep 15 11:52:11 2005
@@ -1,23 +1,23 @@
-<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
-<E:Body>
-<m:echoStructArrayResponse xmlns:m="http://soapinterop.org/">
-<return A:arrayType="ns1:SOAPStruct[3]" s:type="A:Array" xmlns:ns1="http://soapinterop.org/xsd">
-<item>
-<varString s:type="y:string">strss fdfing1</varString>
-<varInt s:type="y:int">25</varInt>
-<varFloat s:type="y:float">25.2299995</varFloat>
-</item>
-<item>
-<varString s:type="y:string">strss fdfing1</varString>
-<varInt s:type="y:int">25</varInt>
-<varFloat s:type="y:float">25.2299995</varFloat>
-</item>
-<item>
-<varString s:type="y:string">strss fdfing1</varString>
-<varInt s:type="y:int">25</varInt>
-<varFloat s:type="y:float">25.2299995</varFloat>
-</item>
-</return>
-</m:echoStructArrayResponse>
-</E:Body>
+<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
+<E:Body>
+<m:echoStructArrayResponse xmlns:m="http://soapinterop.org/">
+<return A:arrayType="ns1:SOAPStruct[3]" s:type="A:Array" xmlns:ns1="http://soapinterop.org/xsd">
+<item>
+<varString s:type="y:string">strss fdfing1</varString>
+<varInt s:type="y:int">25</varInt>
+<varFloat s:type="y:float">25.2299995</varFloat>
+</item>
+<item>
+<varString s:type="y:string">strss fdfing1</varString>
+<varInt s:type="y:int">25</varInt>
+<varFloat s:type="y:float">25.2299995</varFloat>
+</item>
+<item>
+<varString s:type="y:string">strss fdfing1</varString>
+<varInt s:type="y:int">25</varInt>
+<varFloat s:type="y:float">25.2299995</varFloat>
+</item>
+</return>
+</m:echoStructArrayResponse>
+</E:Body>
 </E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StructArrayRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StructRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StructRes.xml Thu Sep 15 11:52:11 2005
@@ -1,11 +1,11 @@
-<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
-<E:Body>
-<m:echoStructResponse xmlns:m="http://soapinterop.org/">
-<return s:type="ns1:SOAPStruct" xmlns:ns1="http://soapinterop.org/xsd">
-<varString s:type="y:string">strss fdfing1</varString>
-<varInt s:type="y:int">25</varInt>
-<varFloat s:type="y:float">25.2299995</varFloat>
-</return>
-</m:echoStructResponse>
-</E:Body>
+<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
+<E:Body>
+<m:echoStructResponse xmlns:m="http://soapinterop.org/">
+<return s:type="ns1:SOAPStruct" xmlns:ns1="http://soapinterop.org/xsd">
+<varString s:type="y:string">strss fdfing1</varString>
+<varInt s:type="y:int">25</varInt>
+<varFloat s:type="y:float">25.2299995</varFloat>
+</return>
+</m:echoStructResponse>
+</E:Body>
 </E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1StructRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1VoidUtilRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1VoidUtilRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1VoidUtilRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1VoidUtilRes.xml Thu Sep 15 11:52:11 2005
@@ -1,5 +1,5 @@
-<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
-<E:Body>
-<m:echoVoidResponse xmlns:m="http://soapinterop.org/"></m:echoVoidResponse>
-</E:Body>
-</E:Envelope>
+<?xml version='1.0' encoding='utf-8'?><E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:y="http://www.w3.org/2001/XMLSchema" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance">
+<E:Body>
+<m:echoVoidResponse xmlns:m="http://soapinterop.org/"></m:echoVoidResponse>
+</E:Body>
+</E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round1/Round1VoidUtilRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseBase64Res.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseBase64Res.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseBase64Res.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseBase64Res.xml Thu Sep 15 11:52:11 2005
@@ -1,6 +1,6 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoBase64Response	xmlns:m="http://soapinterop.org/">
-         <return	s:type="y:base64Binary">UjBsR09EbGhjZ0dTQUxNQUFBUUNBRU1tQ1p0dU1GUXhEUzhi</return>
-      </m:echoBase64Response>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoBase64Response	xmlns:m="http://soapinterop.org/">
+         <return	s:type="y:base64Binary">UjBsR09EbGhjZ0dTQUxNQUFBUUNBRU1tQ1p0dU1GUXhEUzhi</return>
+      </m:echoBase64Response>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseBase64Res.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseBooleanRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseBooleanRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseBooleanRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseBooleanRes.xml Thu Sep 15 11:52:11 2005
@@ -1,6 +1,6 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoBooleanResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="y:boolean">true</return>
-      </m:echoBooleanResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoBooleanResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="y:boolean">true</return>
+      </m:echoBooleanResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseBooleanRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseDateRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseDateRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseDateRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseDateRes.xml Thu Sep 15 11:52:11 2005
@@ -1,6 +1,6 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoDateResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="y:dateTime">2002-07-18T19:40:30.387-06:00</return>
-      </m:echoDateResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoDateResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="y:dateTime">2002-07-18T19:40:30.387-06:00</return>
+      </m:echoDateResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseDateRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseDecimalRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseDecimalRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseDecimalRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseDecimalRes.xml Thu Sep 15 11:52:11 2005
@@ -1,6 +1,6 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoDecimalResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="y:decimal">455646152</return>
-      </m:echoDecimalResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoDecimalResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="y:decimal">455646152</return>
+      </m:echoDecimalResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseDecimalRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseFloatArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseFloatArrayRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseFloatArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseFloatArrayRes.xml Thu Sep 15 11:52:11 2005
@@ -1,10 +1,10 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoFloatArrayResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="A:Array"	A:arrayType="y:float[3]">
-            <item>45.7687607</item>
-            <item>43.4539986</item>
-            <item>2523.54199</item>
-         </return>
-      </m:echoFloatArrayResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoFloatArrayResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="A:Array"	A:arrayType="y:float[3]">
+            <item>45.7687607</item>
+            <item>43.4539986</item>
+            <item>2523.54199</item>
+         </return>
+      </m:echoFloatArrayResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseFloatArrayRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseFloatRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseFloatRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseFloatRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseFloatRes.xml Thu Sep 15 11:52:11 2005
@@ -1,6 +1,6 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoFloatResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="y:float">50.25</return>
-      </m:echoFloatResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoFloatResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="y:float">50.25</return>
+      </m:echoFloatResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseFloatRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseHexBinaryRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseHexBinaryRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseHexBinaryRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseHexBinaryRes.xml Thu Sep 15 11:52:11 2005
@@ -1,6 +1,6 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoHexBinaryResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="y:hexBinary">AAABBAAE</return>
-      </m:echoHexBinaryResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoHexBinaryResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="y:hexBinary">AAABBAAE</return>
+      </m:echoHexBinaryResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseHexBinaryRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseIntegerArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseIntegerArrayRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseIntegerArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseIntegerArrayRes.xml Thu Sep 15 11:52:11 2005
@@ -1,10 +1,10 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoIntegerArrayResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="A:Array"	A:arrayType="y:int[3]">
-            <item>451</item>
-            <item>425</item>
-            <item>2523</item>
-         </return>
-      </m:echoIntegerArrayResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoIntegerArrayResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="A:Array"	A:arrayType="y:int[3]">
+            <item>451</item>
+            <item>425</item>
+            <item>2523</item>
+         </return>
+      </m:echoIntegerArrayResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseIntegerArrayRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseIntegerRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseIntegerRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseIntegerRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseIntegerRes.xml Thu Sep 15 11:52:11 2005
@@ -1,6 +1,6 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoIntegerResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="y:int">52</return>
-      </m:echoIntegerResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoIntegerResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="y:int">52</return>
+      </m:echoIntegerResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseIntegerRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStringArrayRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStringArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStringArrayRes.xml Thu Sep 15 11:52:11 2005
@@ -1,10 +1,10 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoStringArrayResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="A:Array"	A:arrayType="y:string[3]">
-            <item>Apache Axis2</item>
-            <item>Lanka Software Foundation</item>
-            <item>www.opensource.lk</item>
-         </return>
-      </m:echoStringArrayResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoStringArrayResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="A:Array"	A:arrayType="y:string[3]">
+            <item>Apache Axis2</item>
+            <item>Lanka Software Foundation</item>
+            <item>www.opensource.lk</item>
+         </return>
+      </m:echoStringArrayResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStringArrayRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStringRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStringRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStringRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStringRes.xml Thu Sep 15 11:52:11 2005
@@ -1,6 +1,6 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoStringResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="y:string">String Argument</return>
-      </m:echoStringResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoStringResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="y:string">String Argument</return>
+      </m:echoStringResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStringRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStructArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStructArrayRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStructArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStructArrayRes.xml Thu Sep 15 11:52:11 2005
@@ -1,22 +1,22 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoStructArrayResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="A:Array"	A:arrayType="ns1:SOAPStruct[3]"	xmlns:ns1="http://soapinterop.org/xsd">
-            <item>
-               <varString	s:type="y:string">strss fdfing1</varString>
-               <varInt	s:type="y:int">25</varInt>
-               <varFloat	s:type="y:float">25.2299995</varFloat>
-            </item>
-            <item>
-               <varString	s:type="y:string">strss fdfing1</varString>
-               <varInt	s:type="y:int">25</varInt>
-               <varFloat	s:type="y:float">25.2299995</varFloat>
-            </item>
-            <item>
-               <varString	s:type="y:string">strss fdfing1</varString>
-               <varInt	s:type="y:int">25</varInt>
-               <varFloat	s:type="y:float">25.2299995</varFloat>
-            </item>
-         </return>
-      </m:echoStructArrayResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoStructArrayResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="A:Array"	A:arrayType="ns1:SOAPStruct[3]"	xmlns:ns1="http://soapinterop.org/xsd">
+            <item>
+               <varString	s:type="y:string">strss fdfing1</varString>
+               <varInt	s:type="y:int">25</varInt>
+               <varFloat	s:type="y:float">25.2299995</varFloat>
+            </item>
+            <item>
+               <varString	s:type="y:string">strss fdfing1</varString>
+               <varInt	s:type="y:int">25</varInt>
+               <varFloat	s:type="y:float">25.2299995</varFloat>
+            </item>
+            <item>
+               <varString	s:type="y:string">strss fdfing1</varString>
+               <varInt	s:type="y:int">25</varInt>
+               <varFloat	s:type="y:float">25.2299995</varFloat>
+            </item>
+         </return>
+      </m:echoStructArrayResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStructArrayRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStructRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStructRes.xml Thu Sep 15 11:52:11 2005
@@ -1,10 +1,10 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoStructResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="ns1:SOAPStruct"	xmlns:ns1="http://soapinterop.org/xsd">
-            <varString	s:type="y:string">strss fdfing1</varString>
-            <varInt	s:type="y:int">25</varInt>
-            <varFloat	s:type="y:float">25.2299995</varFloat>
-         </return>
-      </m:echoStructResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoStructResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="ns1:SOAPStruct"	xmlns:ns1="http://soapinterop.org/xsd">
+            <varString	s:type="y:string">strss fdfing1</varString>
+            <varInt	s:type="y:int">25</varInt>
+            <varFloat	s:type="y:float">25.2299995</varFloat>
+         </return>
+      </m:echoStructResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseStructRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseVoidRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseVoidRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseVoidRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseVoidRes.xml Thu Sep 15 11:52:11 2005
@@ -1,4 +1,4 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoVoidResponse	xmlns:m="http://soapinterop.org/"/>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoVoidResponse	xmlns:m="http://soapinterop.org/"/>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESBaseVoidRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupb2DStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupb2DStringArrayRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupb2DStringArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupb2DStringArrayRes.xml Thu Sep 15 11:52:11 2005
@@ -1,11 +1,11 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echo2DStringArrayResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="A:Array"	A:arrayType="y:string[2,2]">
-            <item>strss fdfing1</item>
-            <item>sdfsdf25</item>
-            <item>25dsasd dfasdas23</item>
-            <item>25dsasd dfasdas23</item>
-         </return>
-      </m:echo2DStringArrayResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echo2DStringArrayResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="A:Array"	A:arrayType="y:string[2,2]">
+            <item>strss fdfing1</item>
+            <item>sdfsdf25</item>
+            <item>25dsasd dfasdas23</item>
+            <item>25dsasd dfasdas23</item>
+         </return>
+      </m:echo2DStringArrayResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupb2DStringArrayRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbNestedArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbNestedArrayRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbNestedArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbNestedArrayRes.xml Thu Sep 15 11:52:11 2005
@@ -1,15 +1,15 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoNestedArrayResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="ns1:SOAPArrayStruct"	xmlns:ns1="http://soapinterop.org/xsd">
-            <varString	s:type="y:string">strss fdfing1</varString>
-            <varInt	s:type="y:int">25</varInt>
-            <varFloat	s:type="y:float">25.2299995</varFloat>
-            <varArray	s:type="A:Array"	A:arrayType="y:string[3]">
-               <item>strss fdfing1</item>
-               <item>strss fdfing2</item>
-               <item>strss fdfing3</item>
-            </varArray>
-         </return>
-      </m:echoNestedArrayResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoNestedArrayResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="ns1:SOAPArrayStruct"	xmlns:ns1="http://soapinterop.org/xsd">
+            <varString	s:type="y:string">strss fdfing1</varString>
+            <varInt	s:type="y:int">25</varInt>
+            <varFloat	s:type="y:float">25.2299995</varFloat>
+            <varArray	s:type="A:Array"	A:arrayType="y:string[3]">
+               <item>strss fdfing1</item>
+               <item>strss fdfing2</item>
+               <item>strss fdfing3</item>
+            </varArray>
+         </return>
+      </m:echoNestedArrayResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbNestedArrayRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbNestedStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbNestedStructRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbNestedStructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbNestedStructRes.xml Thu Sep 15 11:52:11 2005
@@ -1,15 +1,15 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoNestedStructResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="ns1:SOAPStructStruct"	xmlns:ns1="http://soapinterop.org/xsd">
-            <varString	s:type="y:string">strss fdfing1</varString>
-            <varInt	s:type="y:int">25</varInt>
-            <varFloat	s:type="y:float">25.2299995</varFloat>
-            <varStruct	s:type="ns1:SOAPStruct">
-               <varString	s:type="y:string">strss fdfing1</varString>
-               <varInt	s:type="y:int">25</varInt>
-               <varFloat	s:type="y:float">25.2299995</varFloat>
-            </varStruct>
-         </return>
-      </m:echoNestedStructResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoNestedStructResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="ns1:SOAPStructStruct"	xmlns:ns1="http://soapinterop.org/xsd">
+            <varString	s:type="y:string">strss fdfing1</varString>
+            <varInt	s:type="y:int">25</varInt>
+            <varFloat	s:type="y:float">25.2299995</varFloat>
+            <varStruct	s:type="ns1:SOAPStruct">
+               <varString	s:type="y:string">strss fdfing1</varString>
+               <varInt	s:type="y:int">25</varInt>
+               <varFloat	s:type="y:float">25.2299995</varFloat>
+            </varStruct>
+         </return>
+      </m:echoNestedStructResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbNestedStructRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbSimpletypesAsStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbSimpletypesAsStructRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbSimpletypesAsStructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbSimpletypesAsStructRes.xml Thu Sep 15 11:52:11 2005
@@ -1,10 +1,10 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoSimpleTypesAsStructResponse	xmlns:m="http://soapinterop.org/">
-         <return	s:type="ns1:SOAPStruct"	xmlns:ns1="http://soapinterop.org/xsd">
-            <varString	s:type="y:string">45ascasc  acasa asd52</varString>
-            <varInt	s:type="y:int">4552</varInt>
-            <varFloat	s:type="y:float">450.519989</varFloat>
-         </return>
-      </m:echoSimpleTypesAsStructResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoSimpleTypesAsStructResponse	xmlns:m="http://soapinterop.org/">
+         <return	s:type="ns1:SOAPStruct"	xmlns:ns1="http://soapinterop.org/xsd">
+            <varString	s:type="y:string">45ascasc  acasa asd52</varString>
+            <varInt	s:type="y:int">4552</varInt>
+            <varFloat	s:type="y:float">450.519989</varFloat>
+         </return>
+      </m:echoSimpleTypesAsStructResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbSimpletypesAsStructRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbStructAsSimpleTypesRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbStructAsSimpleTypesRes.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbStructAsSimpleTypesRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbStructAsSimpleTypesRes.xml Thu Sep 15 11:52:11 2005
@@ -1,8 +1,8 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Body>
-      <m:echoStructAsSimpleTypesResponse	xmlns:m="http://soapinterop.org/">
-         <outputString	s:type="y:string">strss fdfing1</outputString>
-         <outputInteger	s:type="y:int">25</outputInteger>
-         <outputFloat	s:type="y:float">25.2299995</outputFloat>
-      </m:echoStructAsSimpleTypesResponse>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Body>
+      <m:echoStructAsSimpleTypesResponse	xmlns:m="http://soapinterop.org/">
+         <outputString	s:type="y:string">strss fdfing1</outputString>
+         <outputInteger	s:type="y:int">25</outputInteger>
+         <outputFloat	s:type="y:float">25.2299995</outputFloat>
+      </m:echoStructAsSimpleTypesResponse>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupbStructAsSimpleTypesRes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupcBase64Res.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupcBase64Res.xml?rev=289289&r1=289288&r2=289289&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupcBase64Res.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupcBase64Res.xml Thu Sep 15 11:52:11 2005
@@ -1,14 +1,14 @@
-<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-   <E:Header>
-      <ns1:echoMeStringResponse	xmlns:ns1="http://soapinterop.org/echoheader/"	s:type="y:string">string</ns1:echoMeStringResponse>
-      <ns2:echoMeStructResponse	xmlns:ns2="http://soapinterop.org/echoheader/"	s:type="ns3:SOAPStruct"	xmlns:ns3="http://soapinterop.org/xsd">
-         <varString	s:type="y:string">string</varString>
-         <varInt	s:type="y:int">150</varInt>
-         <varFloat	s:type="y:float">456.321014</varFloat>
-      </ns2:echoMeStructResponse>
-   </E:Header>
-   <E:Body>
-      <m:echoBase64Response	xmlns:m="http://soapinterop.org/">
-         <return	s:type="y:base64Binary">SGVsbG8gV29ybGQ=</return>
-      </m:echoBase64Response>
-   </E:Body></E:Envelope>
+<E:Envelope	xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"	xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"	xmlns:s="http://www.w3.org/2001/XMLSchema-instance"	xmlns:y="http://www.w3.org/2001/XMLSchema"	E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+   <E:Header>
+      <ns1:echoMeStringResponse	xmlns:ns1="http://soapinterop.org/echoheader/"	s:type="y:string">string</ns1:echoMeStringResponse>
+      <ns2:echoMeStructResponse	xmlns:ns2="http://soapinterop.org/echoheader/"	s:type="ns3:SOAPStruct"	xmlns:ns3="http://soapinterop.org/xsd">
+         <varString	s:type="y:string">string</varString>
+         <varInt	s:type="y:int">150</varInt>
+         <varFloat	s:type="y:float">456.321014</varFloat>
+      </ns2:echoMeStructResponse>
+   </E:Header>
+   <E:Body>
+      <m:echoBase64Response	xmlns:m="http://soapinterop.org/">
+         <return	s:type="y:base64Binary">SGVsbG8gV29ybGQ=</return>
+      </m:echoBase64Response>
+   </E:Body></E:Envelope>

Propchange: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/ESGroupcBase64Res.xml
------------------------------------------------------------------------------
    svn:eol-style = native