You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by aj...@apache.org on 2006/01/19 07:44:44 UTC

svn commit: r370399 [3/12] - in /webservices/axis2/trunk/java/modules/integration: itest-resources/interop/whitemesa/round2/ itest-resources/interop/whitemesa/round2/SOAP12/ itest-resources/interop/whitemesa/round3/ itest/test/interop/whitemesa/round1/...

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWBaseStringRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWBaseStringRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWBaseStringRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWBaseStringRes.xml Wed Jan 18 22:38:26 2006
@@ -1,6 +1,7 @@
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-   <env:Body>
-      <ns1:echoStringResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
-         <return xsi:type="xsd:string">String Argument</return>
-      </ns1:echoStringResponse>
-   </env:Body></env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<env:Body>
+<ns1:echoStringResponse xmlns:ns1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+<return xmlns="" xsi:type="xsd:string">String Argument</return>
+</ns1:echoStringResponse>
+</env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWBaseStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWBaseStructRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWBaseStructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWBaseStructRes.xml Wed Jan 18 22:38:26 2006
@@ -1,10 +1,11 @@
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-   <env:Body>
-      <ns1:echoStructResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
-         <return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-            <varString xsi:type="xsd:string">strss fdfing1</varString>
-            <varInt xsi:type="xsd:int">25</varInt>
-            <varFloat xsi:type="xsd:float">2.523000e+01</varFloat>
-         </return>
-      </ns1:echoStructResponse>
-   </env:Body></env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<env:Body>
+<ns1:echoStructResponse xmlns:ns1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+<return xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString>
+  <varInt xmlns="" xsi:type="xsd:int">25</varInt>
+  <varFloat xmlns="" xsi:type="xsd:float">2.523000e+01</varFloat>
+</return>
+</ns1:echoStructResponse>
+</env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWBaseVoidRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWBaseVoidRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWBaseVoidRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWBaseVoidRes.xml Wed Jan 18 22:38:26 2006
@@ -1,4 +1,6 @@
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-   <env:Body>
-      <ns1:echoVoidResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/"></ns1:echoVoidResponse>
-   </env:Body></env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<env:Body>
+<ns1:echoVoidResponse xmlns:ns1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+</ns1:echoVoidResponse>
+</env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWGroupbNestedStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWGroupbNestedStructRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWGroupbNestedStructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWGroupbNestedStructRes.xml Wed Jan 18 22:38:26 2006
@@ -1,15 +1,16 @@
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-   <env:Body>
-      <ns1:echoNestedStructResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
-         <return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-            <varString xsi:type="xsd:string">strss fdfing1</varString>
-            <varInt xsi:type="xsd:int">25</varInt>
-            <varFloat xsi:type="xsd:float">2.523000e+01</varFloat>
-            <varStruct xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-               <varString xsi:type="xsd:string">strss fdfing1</varString>
-               <varInt xsi:type="xsd:int">25</varInt>
-               <varFloat xsi:type="xsd:float">2.523000e+01</varFloat>
-            </varStruct>
-         </return>
-      </ns1:echoNestedStructResponse>
-   </env:Body></env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<env:Body>
+<ns1:echoNestedStructResponse xmlns:ns1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+<return xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString>
+  <varInt xmlns="" xsi:type="xsd:int">25</varInt>
+  <varFloat xmlns="" xsi:type="xsd:float">2.523000e+01</varFloat>
+  <varStruct xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+    <varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString>
+    <varInt xmlns="" xsi:type="xsd:int">25</varInt>
+    <varFloat xmlns="" xsi:type="xsd:float">2.523000e+01</varFloat>
+  </varStruct>
+</return>
+</ns1:echoNestedStructResponse>
+</env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWGroupbSimpletypesAsStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWGroupbSimpletypesAsStructRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWGroupbSimpletypesAsStructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWGroupbSimpletypesAsStructRes.xml Wed Jan 18 22:38:26 2006
@@ -1,10 +1,11 @@
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-   <env:Body>
-      <ns1:echoSimpleTypesAsStructResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
-         <return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-            <varString xsi:type="xsd:string">45ascasc  acasa asd52</varString>
-            <varInt xsi:type="xsd:int">4552</varInt>
-            <varFloat xsi:type="xsd:float">4.505200e+02</varFloat>
-         </return>
-      </ns1:echoSimpleTypesAsStructResponse>
-   </env:Body></env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<env:Body>
+<ns1:echoSimpleTypesAsStructResponse xmlns:ns1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+<return xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <varString xmlns="" xsi:type="xsd:string">45ascasc  acasa asd52</varString>
+  <varInt xmlns="" xsi:type="xsd:int">4552</varInt>
+  <varFloat xmlns="" xsi:type="xsd:float">4.505200e+02</varFloat>
+</return>
+</ns1:echoSimpleTypesAsStructResponse>
+</env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWGroupbStructAsSimpleTypesRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWGroupbStructAsSimpleTypesRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWGroupbStructAsSimpleTypesRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/RWGroupbStructAsSimpleTypesRes.xml Wed Jan 18 22:38:26 2006
@@ -1,8 +1,9 @@
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-   <env:Body>
-      <ns1:echoStructAsSimpleTypesResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
-         <outputString xsi:type="xsd:string">strss fdfing1</outputString>
-         <outputInteger xsi:type="xsd:int">25</outputInteger>
-         <outputFloat xsi:type="xsd:float">2.523000e+01</outputFloat>
-      </ns1:echoStructAsSimpleTypesResponse>
-   </env:Body></env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<env:Body>
+<ns1:echoStructAsSimpleTypesResponse xmlns:ns1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+<outputString xmlns="" xsi:type="xsd:string">strss fdfing1</outputString>
+<outputInteger xmlns="" xsi:type="xsd:int">25</outputInteger>
+<outputFloat xmlns="" xsi:type="xsd:float">2.523000e+01</outputFloat>
+</ns1:echoStructAsSimpleTypesResponse>
+</env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseBase64Res.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseBase64Res.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseBase64Res.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseBase64Res.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1,7 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoBase64Response xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return xsi:type="xsd:base64Binary">UjBsR09EbGhjZ0dTQUxNQUFBUUNBRU1tQ1p0dU1GUXhEUzhi</return>
-         </n1:echoBase64Response>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoBase64Response xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xsi:type="xsd:base64Binary">WebServi</return>
+    </n1:echoBase64Response>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseBooleanRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseBooleanRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseBooleanRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseBooleanRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1,7 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoBooleanResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return xsi:type="xsd:boolean">true</return>
-         </n1:echoBooleanResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoBooleanResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xsi:type="xsd:boolean">true</return>
+    </n1:echoBooleanResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseDateRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseDateRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseDateRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseDateRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1,7 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoDateResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return xsi:type="xsd:dateTime">2002-07-18T19:40:30.387-06:00</return>
-         </n1:echoDateResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoDateResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xsi:type="xsd:dateTime">2002-07-18T19:40:30.387-06:00</return>
+    </n1:echoDateResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseDecimalRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseDecimalRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseDecimalRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseDecimalRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1,7 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoDecimalResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return xsi:type="xsd:decimal">455646152</return>
-         </n1:echoDecimalResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoDecimalResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xsi:type="xsd:decimal">455646152</return>
+    </n1:echoDecimalResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseFloatArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseFloatArrayRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseFloatArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseFloatArrayRes.xml Wed Jan 18 22:38:26 2006
@@ -1,11 +1,11 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoFloatArrayResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return n2:arrayType="xsd:float[3]"          xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/"          xsi:type="n2:Array">
-               <item>+45.76876</item>
-               <item>+43.454</item>
-               <item>+2523.542</item>
-            </return>
-         </n1:echoFloatArrayResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoFloatArrayResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/" n2:arrayType="xsd:float[3]" xsi:type="n2:Array">
+        <item xmlns="">+45.76876</item>
+        <item xmlns="">+43.454</item>
+        <item xmlns="">+2523.542</item>
+      </return>
+    </n1:echoFloatArrayResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseFloatRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseFloatRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseFloatRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseFloatRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1,7 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoFloatResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return xsi:type="xsd:float">+50.25</return>
-         </n1:echoFloatResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoFloatResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xsi:type="xsd:float">+50.25</return>
+    </n1:echoFloatResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseHexBinaryRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseHexBinaryRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseHexBinaryRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseHexBinaryRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1,7 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoHexBinaryResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return xsi:type="xsd:hexBinary">AAABBAAE</return>
-         </n1:echoHexBinaryResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoHexBinaryResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xsi:type="xsd:hexBinary">AAABBAAE</return>
+    </n1:echoHexBinaryResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseIntegerArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseIntegerArrayRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseIntegerArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseIntegerArrayRes.xml Wed Jan 18 22:38:26 2006
@@ -1,11 +1,11 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoIntegerArrayResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return n2:arrayType="xsd:int[3]"          xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/"          xsi:type="n2:Array">
-               <item>451</item>
-               <item>425</item>
-               <item>2523</item>
-            </return>
-         </n1:echoIntegerArrayResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoIntegerArrayResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/" n2:arrayType="xsd:int[3]" xsi:type="n2:Array">
+        <item xmlns="">451</item>
+        <item xmlns="">425</item>
+        <item xmlns="">2523</item>
+      </return>
+    </n1:echoIntegerArrayResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseIntegerRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseIntegerRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseIntegerRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseIntegerRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1,7 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoIntegerResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return xsi:type="xsd:int">52</return>
-         </n1:echoIntegerResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoIntegerResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xsi:type="xsd:int">52</return>
+    </n1:echoIntegerResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStringArrayRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStringArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStringArrayRes.xml Wed Jan 18 22:38:26 2006
@@ -1,11 +1,11 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoStringArrayResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return n2:arrayType="xsd:string[3]"          xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/"          xsi:type="n2:Array">
-               <item>Apache Axis2</item>
-               <item>Lanka Software Foundation</item>
-               <item>www.opensource.lk</item>
-            </return>
-         </n1:echoStringArrayResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoStringArrayResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/" n2:arrayType="xsd:string[3]" xsi:type="n2:Array">
+        <item xmlns="">Apache Axis2</item>
+        <item xmlns="">Lanka Software Foundation</item>
+        <item xmlns="">www.opensource.lk</item>
+      </return>
+    </n1:echoStringArrayResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStringRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStringRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStringRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStringRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1,7 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoStringResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return xsi:type="xsd:string">String Argument</return>
-         </n1:echoStringResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoStringResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xsi:type="xsd:string">String Argument</return>
+    </n1:echoStringResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStructArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStructArrayRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStructArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStructArrayRes.xml Wed Jan 18 22:38:26 2006
@@ -1,23 +1,23 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoStructArrayResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return n2:arrayType="n3:SOAPStruct[3]"          xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/"          xmlns:n3="http://soapinterop.org/xsd"          xsi:type="n2:Array">
-               <item>
-                  <varFloat xsi:type="xsd:float">+25.23</varFloat>
-                  <varInt xsi:type="xsd:int">25</varInt>
-                  <varString xsi:type="xsd:string">strss fdfing1</varString>
-               </item>
-               <item>
-                  <varFloat xsi:type="xsd:float">+25.23</varFloat>
-                  <varInt xsi:type="xsd:int">25</varInt>
-                  <varString xsi:type="xsd:string">strss fdfing1</varString>
-               </item>
-               <item>
-                  <varFloat xsi:type="xsd:float">+25.23</varFloat>
-                  <varInt xsi:type="xsd:int">25</varInt>
-                  <varString xsi:type="xsd:string">strss fdfing1</varString>
-               </item>
-            </return>
-         </n1:echoStructArrayResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoStructArrayResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xmlns:n3="http://soapinterop.org/xsd" xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/" n2:arrayType="n3:SOAPStruct[3]" xsi:type="n2:Array">
+        <item xmlns="">
+          <varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString>
+          <varFloat xmlns="" xsi:type="xsd:float">+25.23</varFloat>
+          <varInt xmlns="" xsi:type="xsd:int">25</varInt>
+        </item>
+        <item xmlns="">
+          <varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString>
+          <varFloat xmlns="" xsi:type="xsd:float">+25.23</varFloat>
+          <varInt xmlns="" xsi:type="xsd:int">25</varInt>
+        </item>
+        <item xmlns="">
+          <varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString>
+          <varFloat xmlns="" xsi:type="xsd:float">+25.23</varFloat>
+          <varInt xmlns="" xsi:type="xsd:int">25</varInt>
+        </item>
+      </return>
+    </n1:echoStructArrayResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStructRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseStructRes.xml Wed Jan 18 22:38:26 2006
@@ -1,11 +1,11 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoStructResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return xmlns:n2="http://soapinterop.org/xsd"          xsi:type="n2:SOAPStruct">
-               <varFloat xsi:type="xsd:float">+25.23</varFloat>
-               <varInt xsi:type="xsd:int">25</varInt>
-               <varString xsi:type="xsd:string">strss fdfing1</varString>
-            </return>
-         </n1:echoStructResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoStructResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xmlns:n2="http://soapinterop.org/xsd" xsi:type="n2:SOAPStruct">
+        <varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString>
+        <varFloat xmlns="" xsi:type="xsd:float">+25.23</varFloat>
+        <varInt xmlns="" xsi:type="xsd:int">25</varInt>
+      </return>
+    </n1:echoStructResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseVoidRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseVoidRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseVoidRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rBaseVoidRes.xml Wed Jan 18 22:38:26 2006
@@ -1,5 +1,6 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoVoidResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">    </n1:echoVoidResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoVoidResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+    </n1:echoVoidResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupb2DStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupb2DStringArrayRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupb2DStringArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupb2DStringArrayRes.xml Wed Jan 18 22:38:26 2006
@@ -1,12 +1,12 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echo2DStringArrayResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return n2:arrayType="xsd:string[2,2]"          xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/"          xsi:type="n2:Array">
-               <item>strss fdfing1</item>
-               <item>sdfsdf25</item>
-               <item>25dsasd dfasdas23</item>
-               <item>25dsasd dfasdas23</item>
-            </return>
-         </n1:echo2DStringArrayResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echo2DStringArrayResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/" n2:arrayType="xsd:string[2,2]" xsi:type="n2:Array">
+        <item xmlns="">strss fdfing1</item>
+        <item xmlns="">sdfsdf25</item>
+        <item xmlns="">25dsasd dfasdas23</item>
+        <item xmlns="">25dsasd dfasdas23</item>
+      </return>
+    </n1:echo2DStringArrayResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbNestedArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbNestedArrayRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbNestedArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbNestedArrayRes.xml Wed Jan 18 22:38:26 2006
@@ -1,16 +1,16 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoNestedArrayResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return xmlns:n2="http://soapinterop.org/xsd"          xsi:type="n2:SOAPArrayStruct">
-               <varFloat xsi:type="xsd:float">+25.23</varFloat>
-               <varInt xsi:type="xsd:int">25</varInt>
-               <varArray xmlns:n3="http://schemas.xmlsoap.org/soap/encoding/"            xsi:type="n3:Array"            n3:arrayType="xsd:string[3]">
-                  <item>strss fdfing1</item>
-                  <item>strss fdfing2</item>
-                  <item>strss fdfing3</item>
-               </varArray>
-               <varString xsi:type="xsd:string">strss fdfing1</varString>
-            </return>
-         </n1:echoNestedArrayResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoNestedArrayResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xmlns:n2="http://soapinterop.org/xsd" xsi:type="n2:SOAPArrayStruct">
+        <varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString>
+        <varFloat xmlns="" xsi:type="xsd:float">+25.23</varFloat>
+        <varInt xmlns="" xsi:type="xsd:int">25</varInt>
+        <varArray xmlns="" xmlns:n3="http://schemas.xmlsoap.org/soap/encoding/" n3:arrayType="xsd:string[3]" xsi:type="n3:Array">
+          <item xmlns="">strss fdfing1</item>
+          <item xmlns="">strss fdfing2</item>
+          <item xmlns="">strss fdfing3</item>
+        </varArray>
+      </return>
+    </n1:echoNestedArrayResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbNestedStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbNestedStructRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbNestedStructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbNestedStructRes.xml Wed Jan 18 22:38:26 2006
@@ -1,16 +1,16 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoNestedStructResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return xmlns:n2="http://soapinterop.org/xsd"          xsi:type="n2:SOAPStructStruct">
-               <varFloat xsi:type="xsd:float">+25.23</varFloat>
-               <varStruct xsi:type="xsd:anyType">
-                  <varString xsi:type="xsd:string">strss fdfing1</varString>
-                  <varInt xsi:type="xsd:int">25</varInt>
-                  <varFloat xsi:type="xsd:float">+25.23</varFloat>
-               </varStruct>
-               <varInt xsi:type="xsd:int">25</varInt>
-               <varString xsi:type="xsd:string">strss fdfing1</varString>
-            </return>
-         </n1:echoNestedStructResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoNestedStructResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xmlns:n2="http://soapinterop.org/xsd" xsi:type="n2:SOAPStructStruct">
+        <varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString>
+        <varFloat xmlns="" xsi:type="xsd:float">+25.23</varFloat>
+        <varStruct xmlns="" xsi:type="xsd:anyType">
+          <varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString>
+          <varInt xmlns="" xsi:type="xsd:int">25</varInt>
+          <varFloat xmlns="" xsi:type="xsd:float">+25.23</varFloat>
+        </varStruct>
+        <varInt xmlns="" xsi:type="xsd:int">25</varInt>
+      </return>
+    </n1:echoNestedStructResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbSimpletypesAsStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbSimpletypesAsStructRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbSimpletypesAsStructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbSimpletypesAsStructRes.xml Wed Jan 18 22:38:26 2006
@@ -1,11 +1,11 @@
-<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-      <env:Body>
-         <n1:echoSimpleTypesAsStructResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-            <return xmlns:n2="http://soapinterop.org/xsd"          xsi:type="n2:SOAPStruct">
-               <varFloat xsi:type="xsd:float">+450.52</varFloat>
-               <varInt xsi:type="xsd:int">4552</varInt>
-               <varString xsi:type="xsd:string">45ascasc  acasa asd52</varString>
-            </return>
-         </n1:echoSimpleTypesAsStructResponse>
-      </env:Body>
-   </env:Envelope>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <env:Body>
+    <n1:echoSimpleTypesAsStructResponse xmlns:n1="http://soapinterop.org/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+      <return xmlns="" xmlns:n2="http://soapinterop.org/xsd" xsi:type="n2:SOAPStruct">
+        <varString xmlns="" xsi:type="xsd:string">45ascasc  acasa asd52</varString>
+        <varFloat xmlns="" xsi:type="xsd:float">+450.52</varFloat>
+        <varInt xmlns="" xsi:type="xsd:int">4552</varInt>
+      </return>
+    </n1:echoSimpleTypesAsStructResponse>
+  </env:Body>
+</env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbStructAsSimpleTypesRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbStructAsSimpleTypesRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbStructAsSimpleTypesRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4rGroupbStructAsSimpleTypesRes.xml Wed Jan 18 22:38:26 2006
@@ -3,7 +3,7 @@
          <n1:echoStructAsSimpleTypesResponse xmlns:n1="http://soapinterop.org/"        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
             <outputString xsi:type="xsd:string">strss fdfing1</outputString>
             <outputInteger xsi:type="xsd:int">25</outputInteger>
-            <outputFloat xsi:type="xsd:float">+25.23</outputFloat>
+            <outputFloat xsi:type="xsd:float">25.23</outputFloat>
          </n1:echoStructAsSimpleTypesResponse>
       </env:Body>
    </env:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseBase64Res.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseBase64Res.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseBase64Res.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseBase64Res.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoBase64Response xmlns:m="http://soapinterop.org/">
-            <outputBase64 xsi:type="SOAP-ENC:base64">UjBsR09EbGhjZ0dTQUxNQUFBUUNBRU1tQ1p0dU1GUXhEUzhi</outputBase64>
-         </m:echoBase64Response>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoBase64Response xmlns:m="http://soapinterop.org/"><outputBase64 xmlns="" xsi:type="SOAP-ENC:base64">WebServi</outputBase64></m:echoBase64Response></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseBooleanRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseBooleanRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseBooleanRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseBooleanRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoBooleanResponse xmlns:m="http://soapinterop.org/">
-            <return xsi:type="xsd:boolean">true</return>
-         </m:echoBooleanResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoBooleanResponse xmlns:m="http://soapinterop.org/"><return xmlns="" xsi:type="xsd:boolean">true</return></m:echoBooleanResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseDateRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseDateRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseDateRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseDateRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoDateResponse xmlns:m="http://soapinterop.org/">
-            <outputDate xsi:type='xsd:dateTime'>2002-07-19T01:40:30Z</outputDate>
-         </m:echoDateResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoDateResponse xmlns:m="http://soapinterop.org/"><outputDate xmlns="" xsi:type="xsd:dateTime">2002-07-19T01:40:30Z</outputDate></m:echoDateResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseDecimalRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseDecimalRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseDecimalRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseDecimalRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoDecimalResponse xmlns:m="http://soapinterop.org/">
-            <return xsi:type="xsd:decimal">455646152</return>
-         </m:echoDecimalResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoDecimalResponse xmlns:m="http://soapinterop.org/"><return xmlns="" xsi:type="xsd:decimal">455646152</return></m:echoDecimalResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseFloatArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseFloatArrayRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseFloatArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseFloatArrayRes.xml Wed Jan 18 22:38:26 2006
@@ -1,11 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoFloatArrayResponse xmlns:m="http://soapinterop.org/">
-            <outputFloatArray xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:float[3]">
-               <item xsi:type="xsd:float">45.76876</item>
-               <item xsi:type="xsd:float">43.454</item>
-               <item xsi:type="xsd:float">2523.542</item>
-            </outputFloatArray>
-         </m:echoFloatArrayResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoFloatArrayResponse xmlns:m="http://soapinterop.org/"><outputFloatArray xmlns="" SOAP-ENC:arrayType="xsd:float[3]" xsi:type="SOAP-ENC:Array"><item xmlns="" xsi:type="xsd:float">45.76876</item><item xmlns="" xsi:type="xsd:float">43.454</item><item xmlns="" xsi:type="xsd:float">2523.542</item></outputFloatArray></m:echoFloatArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseFloatRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseFloatRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseFloatRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseFloatRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoFloatResponse xmlns:m="http://soapinterop.org/">
-            <outputFloat xsi:type="xsd:float">50.25</outputFloat>
-         </m:echoFloatResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoFloatResponse xmlns:m="http://soapinterop.org/"><outputFloat xmlns="" xsi:type="xsd:float">50.25</outputFloat></m:echoFloatResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseHexBinaryRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseHexBinaryRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseHexBinaryRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseHexBinaryRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoHexBinaryResponse xmlns:m="http://soapinterop.org/">
-            <return xsi:type="SOAP-ENC:base64">AAABBAAE</return>
-         </m:echoHexBinaryResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoHexBinaryResponse xmlns:m="http://soapinterop.org/"><return xmlns="" xsi:type="SOAP-ENC:base64">AAABBAAE</return></m:echoHexBinaryResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseIntegerArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseIntegerArrayRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseIntegerArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseIntegerArrayRes.xml Wed Jan 18 22:38:26 2006
@@ -1,11 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoIntegerArrayResponse xmlns:m="http://soapinterop.org/">
-            <outputIntegerArray xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:int[3]">
-               <item xsi:type="xsd:int">451</item>
-               <item xsi:type="xsd:int">425</item>
-               <item xsi:type="xsd:int">2523</item>
-            </outputIntegerArray>
-         </m:echoIntegerArrayResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoIntegerArrayResponse xmlns:m="http://soapinterop.org/"><outputIntegerArray xmlns="" SOAP-ENC:arrayType="xsd:int[3]" xsi:type="SOAP-ENC:Array"><item xmlns="" xsi:type="xsd:int">451</item><item xmlns="" xsi:type="xsd:int">425</item><item xmlns="" xsi:type="xsd:int">2523</item></outputIntegerArray></m:echoIntegerArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseIntegerRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseIntegerRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseIntegerRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseIntegerRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoIntegerResponse xmlns:m="http://soapinterop.org/">
-            <outputInteger xsi:type="xsd:int">52</outputInteger>
-         </m:echoIntegerResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoIntegerResponse xmlns:m="http://soapinterop.org/"><outputInteger xmlns="" xsi:type="xsd:int">52</outputInteger></m:echoIntegerResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStringArrayRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStringArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStringArrayRes.xml Wed Jan 18 22:38:26 2006
@@ -1,11 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoStringArrayResponse xmlns:m="http://soapinterop.org/">
-            <outputStringArray xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[3]">
-               <item xsi:type="xsd:string">Apache Axis2</item>
-               <item xsi:type="xsd:string">Lanka Software Foundation</item>
-               <item xsi:type="xsd:string">www.opensource.lk</item>
-            </outputStringArray>
-         </m:echoStringArrayResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoStringArrayResponse xmlns:m="http://soapinterop.org/"><outputStringArray xmlns="" SOAP-ENC:arrayType="xsd:string[3]" xsi:type="SOAP-ENC:Array"><item xmlns="" xsi:type="xsd:string">Apache Axis2</item><item xmlns="" xsi:type="xsd:string">Lanka Software Foundation</item><item xmlns="" xsi:type="xsd:string">www.opensource.lk</item></outputStringArray></m:echoStringArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStringRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStringRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStringRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStringRes.xml Wed Jan 18 22:38:26 2006
@@ -1,7 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoStringResponse xmlns:m="http://soapinterop.org/">
-            <outputString xsi:type="xsd:string">String Argument</outputString>
-         </m:echoStringResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoStringResponse xmlns:m="http://soapinterop.org/"><outputString xmlns="" xsi:type="xsd:string">String Argument</outputString></m:echoStringResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStructArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStructArrayRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStructArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStructArrayRes.xml Wed Jan 18 22:38:26 2006
@@ -1,23 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoStructArrayResponse xmlns:m="http://soapinterop.org/">
-            <outputStructArray xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="ns1:SOAPStruct[3]" xmlns:ns1="http://soapinterop.org/xsd">
-               <SOAPStruct xsi:type="ns1:SOAPStruct">
-                  <varString xsi:type="xsd:string">strss fdfing1</varString>
-                  <varInt xsi:type="xsd:int">25</varInt>
-                  <varFloat xsi:type="xsd:float">25.23</varFloat>
-               </SOAPStruct>
-               <SOAPStruct xsi:type="ns1:SOAPStruct">
-                  <varString xsi:type="xsd:string">strss fdfing1</varString>
-                  <varInt xsi:type="xsd:int">25</varInt>
-                  <varFloat xsi:type="xsd:float">25.23</varFloat>
-               </SOAPStruct>
-               <SOAPStruct xsi:type="ns1:SOAPStruct">
-                  <varString xsi:type="xsd:string">strss fdfing1</varString>
-                  <varInt xsi:type="xsd:int">25</varInt>
-                  <varFloat xsi:type="xsd:float">25.23</varFloat>
-               </SOAPStruct>
-            </outputStructArray>
-         </m:echoStructArrayResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoStructArrayResponse xmlns:m="http://soapinterop.org/"><outputStructArray xmlns="" xmlns:ns1="http://soapinterop.org/xsd" SOAP-ENC:arrayType="ns1:SOAPStruct[3]" xsi:type="SOAP-ENC:Array"><SOAPStruct xmlns="" xsi:type="ns1:SOAPStruct"><varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString><varInt xmlns="" xsi:type="xsd:int">25</varInt><varFloat xmlns="" xsi:type="xsd:float">25.23</varFloat></SOAPStruct><SOAPStruct xmlns="" xsi:type="ns1:SOAPStruct"><varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString><varInt xmlns="" xsi:type="xsd:int">25</varInt><varFloat xmlns="" xsi:type="xsd:float">25.23</varFloat></SOAPStruct><SOAPStruct xmlns=
 "" xsi:type="ns1:SOAPStruct"><varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString><varInt xmlns="" xsi:type="xsd:int">25</varInt><varFloat xmlns="" xsi:type="xsd:float">25.23</varFloat></SOAPStruct></outputStructArray></m:echoStructArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStructRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseStructRes.xml Wed Jan 18 22:38:26 2006
@@ -1,11 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoStructResponse xmlns:m="http://soapinterop.org/">
-            <outputStruct xsi:type="ns1:SOAPStruct"  xmlns:ns1="http://soapinterop.org/xsd">
-               <varString xsi:type="xsd:string">strss fdfing1</varString>
-               <varInt xsi:type="xsd:int">25</varInt>
-               <varFloat xsi:type="xsd:float">25.23</varFloat>
-            </outputStruct>
-         </m:echoStructResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoStructResponse xmlns:m="http://soapinterop.org/"><outputStruct xmlns="" xmlns:ns1="http://soapinterop.org/xsd" xsi:type="ns1:SOAPStruct"><varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString><varInt xmlns="" xsi:type="xsd:int">25</varInt><varFloat xmlns="" xsi:type="xsd:float">25.23</varFloat></outputStruct></m:echoStructResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseVoidRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseVoidRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseVoidRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cBaseVoidRes.xml Wed Jan 18 22:38:26 2006
@@ -1,5 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoVoidResponse xmlns:m="http://soapinterop.org/"></m:echoVoidResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoVoidResponse xmlns:m="http://soapinterop.org/" /></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupb2DStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupb2DStringArrayRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupb2DStringArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupb2DStringArrayRes.xml Wed Jan 18 22:38:26 2006
@@ -1,12 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echo2DStringArrayResponse xmlns:m="http://soapinterop.org/">
-            <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[4]">
-               <item xsi:type="xsd:string">strss fdfing1</item>
-               <item xsi:type="xsd:string">sdfsdf25</item>
-               <item xsi:type="xsd:string">25dsasd dfasdas23</item>
-               <item xsi:type="xsd:string">25dsasd dfasdas23</item>
-            </return>
-         </m:echo2DStringArrayResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echo2DStringArrayResponse xmlns:m="http://soapinterop.org/"><return xmlns="" SOAP-ENC:arrayType="xsd:string[4]" xsi:type="SOAP-ENC:Array"><item xmlns="" xsi:type="xsd:string">strss fdfing1</item><item xmlns="" xsi:type="xsd:string">sdfsdf25</item><item xmlns="" xsi:type="xsd:string">25dsasd dfasdas23</item><item xmlns="" xsi:type="xsd:string">25dsasd dfasdas23</item></return></m:echo2DStringArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbNestedArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbNestedArrayRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbNestedArrayRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbNestedArrayRes.xml Wed Jan 18 22:38:26 2006
@@ -1,16 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoNestedArrayResponse xmlns:m="http://soapinterop.org/">
-            <return xsi:type="ns1:SOAPArrayStruct"  xmlns:ns1="http://soapinterop.org/xsd">
-               <varString xsi:type="xsd:string">strss fdfing1</varString>
-               <varInt xsi:type="xsd:int">25</varInt>
-               <varFloat xsi:type="xsd:float">25.23</varFloat>
-               <varArray xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[3]">
-                  <item xsi:type="xsd:string">strss fdfing1</item>
-                  <item xsi:type="xsd:string">strss fdfing2</item>
-                  <item xsi:type="xsd:string">strss fdfing3</item>
-               </varArray>
-            </return>
-         </m:echoNestedArrayResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoNestedArrayResponse xmlns:m="http://soapinterop.org/"><return xmlns="" xmlns:ns1="http://soapinterop.org/xsd" xsi:type="ns1:SOAPArrayStruct"><varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString><varInt xmlns="" xsi:type="xsd:int">25</varInt><varFloat xmlns="" xsi:type="xsd:float">25.23</varFloat><varArray xmlns="" SOAP-ENC:arrayType="xsd:string[3]" xsi:type="SOAP-ENC:Array"><item xmlns="" xsi:type="xsd:string">strss fdfing1</item><item xmlns="" xsi:type="xsd:string">strss fdfing2</item><item xmlns="" xsi:type="xsd:string">strss fdfing3</item></varArray></return></m:echoNestedArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbNestedStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbNestedStructRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbNestedStructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbNestedStructRes.xml Wed Jan 18 22:38:26 2006
@@ -1,16 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoNestedStructResponse xmlns:m="http://soapinterop.org/">
-            <return xsi:type="ns1:SOAPStructStruct"  xmlns:ns1="http://soapinterop.org/xsd">
-               <varString xsi:type="xsd:string">strss fdfing1</varString>
-               <varInt xsi:type="xsd:int">25</varInt>
-               <varFloat xsi:type="xsd:float">25.23</varFloat>
-               <varStruct xsi:type="ns1:SOAPStruct">
-                  <varString xsi:type="xsd:string">strss fdfing1</varString>
-                  <varInt xsi:type="xsd:int">25</varInt>
-                  <varFloat xsi:type="xsd:float">25.23</varFloat>
-               </varStruct>
-            </return>
-         </m:echoNestedStructResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoNestedStructResponse xmlns:m="http://soapinterop.org/"><return xmlns="" xmlns:ns1="http://soapinterop.org/xsd" xsi:type="ns1:SOAPStructStruct"><varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString><varInt xmlns="" xsi:type="xsd:int">25</varInt><varFloat xmlns="" xsi:type="xsd:float">25.23</varFloat><varStruct xmlns="" xsi:type="ns1:SOAPStruct"><varString xmlns="" xsi:type="xsd:string">strss fdfing1</varString><varInt xmlns="" xsi:type="xsd:int">25</varInt><varFloat xmlns="" xsi:type="xsd:float">25.23</varFloat></varStruct></return></m:echoNestedStructResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbSimpletypesAsStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbSimpletypesAsStructRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbSimpletypesAsStructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbSimpletypesAsStructRes.xml Wed Jan 18 22:38:26 2006
@@ -1,11 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoSimpleTypesAsStructResponse xmlns:m="http://soapinterop.org/">
-            <return xsi:type="ns1:SOAPStruct"  xmlns:ns1="http://soapinterop.org/xsd">
-               <varString xsi:type="xsd:string">45ascasc  acasa asd52</varString>
-               <varInt xsi:type="xsd:int">4552</varInt>
-               <varFloat xsi:type="xsd:float">450.52</varFloat>
-            </return>
-         </m:echoSimpleTypesAsStructResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoSimpleTypesAsStructResponse xmlns:m="http://soapinterop.org/"><return xmlns="" xmlns:ns1="http://soapinterop.org/xsd" xsi:type="ns1:SOAPStruct"><varString xmlns="" xsi:type="xsd:string">45ascasc  acasa asd52</varString><varInt xmlns="" xsi:type="xsd:int">4552</varInt><varFloat xmlns="" xsi:type="xsd:float">450.52</varFloat></return></m:echoSimpleTypesAsStructResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Modified: webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbStructAsSimpleTypesRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbStructAsSimpleTypesRes.xml?rev=370399&r1=370398&r2=370399&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbStructAsSimpleTypesRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interop/whitemesa/round2/S4s4cGroupbStructAsSimpleTypesRes.xml Wed Jan 18 22:38:26 2006
@@ -1,9 +1 @@
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-      <SOAP-ENV:Body>
-         <m:echoStructAsSimpleTypesResponse xmlns:m="http://soapinterop.org/">
-            <outputString xsi:type="xsd:string">strss fdfing1</outputString>
-            <outputInteger xsi:type="xsd:int">25</outputInteger>
-            <outputFloat xsi:type="xsd:float">25.23</outputFloat>
-         </m:echoStructAsSimpleTypesResponse>
-      </SOAP-ENV:Body>
-   </SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoStructAsSimpleTypesResponse xmlns:m="http://soapinterop.org/"><outputString xmlns="" xsi:type="xsd:string">strss fdfing1</outputString><outputInteger xmlns="" xsi:type="xsd:int">25</outputInteger><outputFloat xmlns="" xsi:type="xsd:float">25.23</outputFloat></m:echoStructAsSimpleTypesResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>