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 de...@apache.org on 2005/09/06 09:33:44 UTC

svn commit: r278936 [7/16] - in /webservices/axis2/trunk/java/modules/integration: itest-resources/interopt/whitemesa/round2/ itest-resources/interopt/whitemesa/round3/ itest/org/apache/axis2/interopt/whitmesa/round1/ itest/org/apache/axis2/interopt/wh...

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,19 @@
+ <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Header>
+         <h:echoMeStringResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:h="http://soapinterop.org/echoheader/">string</h:echoMeStringResponse>
+         <h:echoMeStructResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:h="http://soapinterop.org/echoheader/">
+            <varString>string</varString>
+            <varInt>150</varInt>
+            <varFloat>456.321</varFloat>
+         </h:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <m:echoStructResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return>
+               <varString>strss fdfing1</varString>
+               <varInt>25</varInt>
+               <varFloat>25.23</varFloat>
+            </return>
+         </m:echoStructResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcVoidRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcVoidRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcVoidRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcVoidRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,13 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Header>
+         <h:echoMeStringResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:h="http://soapinterop.org/echoheader/">string</h:echoMeStringResponse>
+         <h:echoMeStructResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:h="http://soapinterop.org/echoheader/">
+            <varString>string</varString>
+            <varInt>150</varInt>
+            <varFloat>456.321</varFloat>
+         </h:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <m:echoVoidResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/" />
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupb2DStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupb2DStringArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupb2DStringArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupb2DStringArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,12 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body>
+         <m:echo2DStringArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return SOAP-ENC:arrayType="nsa:string[2,2]" SOAP-ENC:offset="[0,0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema">
+               <item>strss fdfing1</item>
+               <item>sdfsdf25</item>
+               <item>25dsasd dfasdas23</item>
+               <item>25dsasd dfasdas23</item>
+            </return>
+         </m:echo2DStringArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbNestedArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbNestedArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbNestedArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbNestedArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,16 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body>
+         <m:echoNestedArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return>
+               <varString>strss fdfing1</varString>
+               <varInt>25</varInt>
+               <varFloat>25.23</varFloat>
+               <varArray SOAP-ENC:arrayType="nsa:string[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema">
+                  <item>strss fdfing1</item>
+                  <item>strss fdfing2</item>
+                  <item>strss fdfing3</item>
+               </varArray>
+            </return>
+         </m:echoNestedArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbNestedStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbNestedStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbNestedStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbNestedStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,16 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body>
+         <m:echoNestedStructResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return>
+               <varString>strss fdfing1</varString>
+               <varInt>25</varInt>
+               <varFloat>25.23</varFloat>
+               <varStruct>
+                  <varString>strss fdfing1</varString>
+                  <varInt>25</varInt>
+                  <varFloat>25.23</varFloat>
+               </varStruct>
+            </return>
+         </m:echoNestedStructResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbSimpletypesAsStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbSimpletypesAsStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbSimpletypesAsStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbSimpletypesAsStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,11 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body>
+         <m:echoSimpleTypesAsStructResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return>
+               <varString>45ascasc  acasa asd52</varString>
+               <varInt>4552</varInt>
+               <varFloat>450.52</varFloat>
+            </return>
+         </m:echoSimpleTypesAsStructResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbStructAsSimpleTypesRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbStructAsSimpleTypesRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbStructAsSimpleTypesRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGroupbStructAsSimpleTypesRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,9 @@
+ <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body>
+         <m:echoStructAsSimpleTypesResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <outputString>strss fdfing1</outputString>
+            <outputInteger>25</outputInteger>
+            <outputFloat>25.23</outputFloat>
+         </m:echoStructAsSimpleTypesResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseBase64Res.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseBase64Res.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseBase64Res.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseBase64Res.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,7 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoBase64Response xmlns:n0="http://soapinterop.org/">
+            <return i:type="d:base64Binary">UjBsR09EbGhjZ0dTQUxNQUFBUUNBRU1tQ1p0dU1GUXhEUzhi</return>
+         </n0:echoBase64Response>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseBooleanRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseBooleanRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseBooleanRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseBooleanRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,7 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoBooleanResponse xmlns:n0="http://soapinterop.org/">
+            <return i:type="d:boolean">1</return>
+         </n0:echoBooleanResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseDateRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseDateRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseDateRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseDateRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,7 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoDateResponse xmlns:n0="http://soapinterop.org/">
+            <return i:type="d:dateTime">2002-07-19T03:40:30.387+02:00</return>
+         </n0:echoDateResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseDecimalRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseDecimalRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseDecimalRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseDecimalRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,7 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoDecimalResponse xmlns:n0="http://soapinterop.org/">
+            <return i:type="d:decimal">455646152</return>
+         </n0:echoDecimalResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseFloatArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseFloatArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseFloatArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseFloatArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,11 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoFloatArrayResponse xmlns:n0="http://soapinterop.org/">
+            <return wn0:arrayType="d:float[3]">
+               <item i:type="d:float">45.76876</item>
+               <item i:type="d:float">43.454</item>
+               <item i:type="d:float">2523.542</item>
+            </return>
+         </n0:echoFloatArrayResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseFloatRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseFloatRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseFloatRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseFloatRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,7 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoFloatResponse xmlns:n0="http://soapinterop.org/">
+            <return i:type="d:float">50.25</return>
+         </n0:echoFloatResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseHexBinaryRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseHexBinaryRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseHexBinaryRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseHexBinaryRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,7 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoHexBinaryResponse xmlns:n0="http://soapinterop.org/">
+            <return i:type="d:hexBinary">AAABBAAE</return>
+         </n0:echoHexBinaryResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseIntegerArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseIntegerArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseIntegerArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseIntegerArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,11 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoIntegerArrayResponse xmlns:n0="http://soapinterop.org/">
+            <return wn0:arrayType="d:int[3]">
+               <item i:type="d:int">451</item>
+               <item i:type="d:int">425</item>
+               <item i:type="d:int">2523</item>
+            </return>
+         </n0:echoIntegerArrayResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseIntegerRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseIntegerRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseIntegerRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseIntegerRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+   <e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoIntegerResponse xmlns:n0="http://soapinterop.org/">
+            <return i:type="d:int">52</return>
+         </n0:echoIntegerResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStringArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStringArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStringArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,11 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoStringArrayResponse xmlns:n0="http://soapinterop.org/">
+            <return wn0:arrayType="d:string[3]">
+               <item i:type="d:string">Apache Axis2</item>
+               <item i:type="d:string">Lanka Software Foundation</item>
+               <item i:type="d:string">www.opensource.lk</item>
+            </return>
+         </n0:echoStringArrayResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStringRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStringRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStringRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStringRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,7 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoStringResponse xmlns:n0="http://soapinterop.org/">
+            <return i:type="d:string">String Argument</return>
+         </n0:echoStringResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStructArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStructArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStructArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStructArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,23 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoStructArrayResponse xmlns:n0="http://soapinterop.org/">
+            <return wn0:arrayType="wn2:SOAPStruct[3]">
+               <item i:type="wn2:SOAPStruct">
+                  <varString i:type="d:string">strss fdfing1</varString>
+                  <varInt i:type="d:int">25</varInt>
+                  <varFloat i:type="d:float">25.23</varFloat>
+               </item>
+               <item i:type="wn2:SOAPStruct">
+                  <varString i:type="d:string">strss fdfing1</varString>
+                  <varInt i:type="d:int">25</varInt>
+                  <varFloat i:type="d:float">25.23</varFloat>
+               </item>
+               <item i:type="wn2:SOAPStruct">
+                  <varString i:type="d:string">strss fdfing1</varString>
+                  <varInt i:type="d:int">25</varInt>
+                  <varFloat i:type="d:float">25.23</varFloat>
+               </item>
+            </return>
+         </n0:echoStructArrayResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,11 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoStructResponse xmlns:n0="http://soapinterop.org/">
+            <return i:type="wn2:SOAPStruct">
+               <varString i:type="d:string">strss fdfing1</varString>
+               <varInt i:type="d:int">25</varInt>
+               <varFloat i:type="d:float">25.23</varFloat>
+            </return>
+         </n0:echoStructResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseVoidRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseVoidRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseVoidRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspBaseVoidRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,5 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoVoidResponse xmlns:n0="http://soapinterop.org/"/>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupb2DStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupb2DStringArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupb2DStringArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupb2DStringArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,12 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echo2DStringArrayResponse xmlns:n0="http://soapinterop.org/">
+            <return wn0:arrayType="d:string[2,2]">
+               <item i:type="d:string">strss fdfing1</item>
+               <item i:type="d:string">sdfsdf25</item>
+               <item i:type="d:string">25dsasd dfasdas23</item>
+               <item i:type="d:string">25dsasd dfasdas23</item>
+            </return>
+         </n0:echo2DStringArrayResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbNestedArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbNestedArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbNestedArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbNestedArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,16 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoNestedArrayResponse xmlns:n0="http://soapinterop.org/">
+            <return i:type="wn2:SOAPArrayStruct">
+               <varString i:type="d:string">strss fdfing1</varString>
+               <varInt i:type="d:int">25</varInt>
+               <varFloat i:type="d:float">25.23</varFloat>
+               <varArray wn0:arrayType="d:string[3]">
+                  <item i:type="d:string">strss fdfing1</item>
+                  <item i:type="d:string">strss fdfing2</item>
+                  <item i:type="d:string">strss fdfing3</item>
+               </varArray>
+            </return>
+         </n0:echoNestedArrayResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbNestedStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbNestedStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbNestedStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbNestedStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,16 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoNestedStructResponse xmlns:n0="http://soapinterop.org/">
+            <return i:type="wn2:SOAPStructStruct">
+               <varString i:type="d:string">strss fdfing1</varString>
+               <varInt i:type="d:int">25</varInt>
+               <varFloat i:type="d:float">25.23</varFloat>
+               <varStruct i:type="wn2:SOAPStruct">
+                  <varString i:type="d:string">strss fdfing1</varString>
+                  <varInt i:type="d:int">25</varInt>
+                  <varFloat i:type="d:float">25.23</varFloat>
+               </varStruct>
+            </return>
+         </n0:echoNestedStructResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbSimpletypesAsStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbSimpletypesAsStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbSimpletypesAsStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbSimpletypesAsStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,11 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoSimpleTypesAsStructResponse xmlns:n0="http://soapinterop.org/">
+            <return i:type="wn2:SOAPStruct">
+               <varString i:type="d:string">45ascasc  acasa asd52</varString>
+               <varInt i:type="d:int">4552</varInt>
+               <varFloat i:type="d:float">450.52</varFloat>
+            </return>
+         </n0:echoSimpleTypesAsStructResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbStructAsSimpleTypesRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbStructAsSimpleTypesRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbStructAsSimpleTypesRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupbStructAsSimpleTypesRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,9 @@
+<e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:wn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wn1="http://idoox.com/interface" xmlns:wn2="http://soapinterop.org/xsd">
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoStructAsSimpleTypesResponse xmlns:n0="http://soapinterop.org/">
+            <outputString i:type="d:string">strss fdfing1</outputString>
+            <outputInteger i:type="d:int">25</outputInteger>
+            <outputFloat i:type="d:float">25.23</outputFloat>
+         </n0:echoStructAsSimpleTypesResponse>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupcVoidRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupcVoidRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupcVoidRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WaspGroupcVoidRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,8 @@
+<e:Envelope xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:e="http://schemas.xmlsoap.org/soap/envelope/">
+      <e:Header>
+         <ns0:echoMeStringResponse i:type="xsd:string" xmlns:ns0="http://soapinterop.org/echoheader/">string</ns0:echoMeStringResponse>
+      </e:Header>
+      <e:Body e:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <n0:echoVoidResponse xmlns:n0="http://soapinterop.org/"/>
+      </e:Body>
+   </e:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseBase64Res.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseBase64Res.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseBase64Res.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseBase64Res.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,6 @@
+<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/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema' SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
+   <SOAP-ENV:Body>
+      <m:echoBase64Response xmlns:m='http://soapinterop.org/'>
+         <return xsi:type='ns1:base64' xmlns:ns1='http://schemas.xmlsoap.org/soap/encoding/'>UjBsR09EbGhjZ0dTQUxNQUFBUUNBRU1tQ1p0dU1GUXhEUzhi</return>
+      </m:echoBase64Response>
+   </SOAP-ENV:Body></SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseBooleanRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseBooleanRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseBooleanRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseBooleanRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,6 @@
+<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/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema' SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
+   <SOAP-ENV:Body>
+      <m:echoBooleanResponse xmlns:m='http://soapinterop.org/'>
+         <return xsi:type='xsd:boolean'>1</return>
+      </m:echoBooleanResponse>
+   </SOAP-ENV:Body></SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseDateRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseDateRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseDateRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseDateRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<!--test failed-->

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseDecimalRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseDecimalRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseDecimalRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseDecimalRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,6 @@
+<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/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema' 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>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseFloatArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseFloatArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseFloatArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseFloatArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,10 @@
+<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/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema' SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
+   <SOAP-ENV:Body>
+      <m:echoFloatArrayResponse xmlns:m='http://soapinterop.org/'>
+         <return id='id1' xsi:type='ns1:Array' xmlns:ns1='http://schemas.xmlsoap.org/soap/encoding/' xmlns:n1='http://www.w3.org/2001/XMLSchema' SOAP-ENC:arrayType='n1:float[3]'>
+            <f>45.76876</f>
+            <f>43.454</f>
+            <f>2523.542</f>
+         </return>
+      </m:echoFloatArrayResponse>
+   </SOAP-ENV:Body></SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseFloatRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseFloatRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseFloatRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseFloatRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,6 @@
+<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/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema' SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
+   <SOAP-ENV:Body>
+      <m:echoFloatResponse xmlns:m='http://soapinterop.org/'>
+         <return xsi:type='xsd:float'>50.25</return>
+      </m:echoFloatResponse>
+   </SOAP-ENV:Body></SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseHexBinaryRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseHexBinaryRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseHexBinaryRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseHexBinaryRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,6 @@
+<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/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema' SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
+   <SOAP-ENV:Body>
+      <m:echoHexBinaryResponse xmlns:m='http://soapinterop.org/'>
+         <return xsi:type='ns1:hexBinary' xmlns:ns1='http://www.w3.org/2001/XMLSchema'>aaabbaae</return>
+      </m:echoHexBinaryResponse>
+   </SOAP-ENV:Body></SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseIntegerArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseIntegerArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseIntegerArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseIntegerArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,10 @@
+<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/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema' SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
+   <SOAP-ENV:Body>
+      <m:echoIntegerArrayResponse xmlns:m='http://soapinterop.org/'>
+         <return id='id1' xsi:type='ns1:Array' xmlns:ns1='http://schemas.xmlsoap.org/soap/encoding/' xmlns:n1='http://www.w3.org/1999/XMLSchema' SOAP-ENC:arrayType='n1:int[3]'>
+            <i>451</i>
+            <i>425</i>
+            <i>2523</i>
+         </return>
+      </m:echoIntegerArrayResponse>
+   </SOAP-ENV:Body></SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseIntegerRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseIntegerRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseIntegerRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseIntegerRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,6 @@
+<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/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema' SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
+   <SOAP-ENV:Body>
+      <m:echoIntegerResponse xmlns:m='http://soapinterop.org/'>
+         <return xsi:type='xsd:int'>52</return>
+      </m:echoIntegerResponse>
+   </SOAP-ENV:Body></SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStringArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStringArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStringArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,10 @@
+<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/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema' SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
+   <SOAP-ENV:Body>
+      <m:echoStringArrayResponse xmlns:m='http://soapinterop.org/'>
+         <return id='id1' xsi:type='ns1:Array' xmlns:ns1='http://schemas.xmlsoap.org/soap/encoding/' xmlns:n1='http://www.w3.org/1999/XMLSchema' SOAP-ENC:arrayType='n1:string[3]'>
+            <s>Apache Axis2</s>
+            <s>Lanka Software Foundation</s>
+            <s>www.opensource.lk</s>
+         </return>
+      </m:echoStringArrayResponse>
+   </SOAP-ENV:Body></SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStringRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStringRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStringRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStringRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,6 @@
+<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/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema' SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
+   <SOAP-ENV:Body>
+      <m:echoStringResponse xmlns:m='http://soapinterop.org/'>
+         <return xsi:type='xsd:string'>String Argument</return>
+      </m:echoStringResponse>
+   </SOAP-ENV:Body></SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStructArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStructArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStructArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStructArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,22 @@
+<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/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema' SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
+   <SOAP-ENV:Body>
+      <m:echoStructArrayResponse xmlns:m='http://soapinterop.org/'>
+         <return id='id1' xsi:type='ns1:Array' xmlns:ns1='http://schemas.xmlsoap.org/soap/encoding/' xmlns:n1='http://soapinterop.org/xsd' SOAP-ENC:arrayType='n1:SOAPStruct[3]'>
+            <i id='id2' xsi:type='ns2:SOAPStruct' xmlns:ns2='http://soapinterop.org/xsd'>
+               <varFloat xsi:type='xsd:float'>25.23</varFloat>
+               <varInt xsi:type='xsd:int'>25</varInt>
+               <varString xsi:type='xsd:string'>strss fdfing1</varString>
+            </i>
+            <i id='id3' xsi:type='ns2:SOAPStruct' xmlns:ns2='http://soapinterop.org/xsd'>
+               <varFloat xsi:type='xsd:float'>25.23</varFloat>
+               <varInt xsi:type='xsd:int'>25</varInt>
+               <varString xsi:type='xsd:string'>strss fdfing1</varString>
+            </i>
+            <i id='id4' xsi:type='ns2:SOAPStruct' xmlns:ns2='http://soapinterop.org/xsd'>
+               <varFloat xsi:type='xsd:float'>25.23</varFloat>
+               <varInt xsi:type='xsd:int'>25</varInt>
+               <varString xsi:type='xsd:string'>strss fdfing1</varString>
+            </i>
+         </return>
+      </m:echoStructArrayResponse>
+   </SOAP-ENV:Body></SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,10 @@
+<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/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema' SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
+   <SOAP-ENV:Body>
+      <m:echoStructResponse xmlns:m='http://soapinterop.org/'>
+         <return id='id1' xsi:type='ns1:SOAPStruct' xmlns:ns1='http://soapinterop.org/xsd'>
+            <varFloat xsi:type='xsd:float'>25.23</varFloat>
+            <varInt xsi:type='xsd:int'>25</varInt>
+            <varString xsi:type='xsd:string'>strss fdfing1</varString>
+         </return>
+      </m:echoStructResponse>
+   </SOAP-ENV:Body></SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseVoidRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseVoidRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseVoidRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/XSBaseVoidRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,4 @@
+<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/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema' 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>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseBase64Res.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseBase64Res.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseBase64Res.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseBase64Res.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,8 @@
+<?xml version='1.0' encoding='utf-8'?>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+    <env:Body>
+        <ns0:echoBase64Response env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+            <return xsi:type="xsd:base64Binary">UjBsR09EbGhjZ0dTQUxNQUFBUUNBRU1tQ1p0dU1GUXhEUzhi</return>
+        </ns0:echoBase64Response>
+    </env:Body>
+</env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseBooleanRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseBooleanRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseBooleanRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseBooleanRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoBooleanResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return xsi:type="xsd:boolean">true</return></ns0:echoBooleanResponse></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseDateRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseDateRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseDateRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseDateRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoDateResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return xsi:type="xsd:dateTime">2002-07-18T19:40:30.387-06:00</return></ns0:echoDateResponse></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseDecimalRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseDecimalRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseDecimalRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseDecimalRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoDecimalResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return xsi:type="xsd:decimal">455646152</return></ns0:echoDecimalResponse></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseFloatArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseFloatArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseFloatArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseFloatArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoFloatArrayResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return href="#ID1"></return></ns0:echoFloatArrayResponse><ns1:ArrayOffloat env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" enc:arrayType="xsd:float[3]" xsi:type="enc:Array" id="ID1"><item xsi:type="xsd:float">45.76876</item><item xsi:type="xsd:float">43.454</item><item xsi:type="xsd:float">2523.542</item></ns1:ArrayOffloat></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseFloatRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseFloatRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseFloatRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseFloatRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoFloatResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return xsi:type="xsd:float">50.25</return></ns0:echoFloatResponse></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseHexBinaryRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseHexBinaryRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseHexBinaryRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseHexBinaryRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,8 @@
+<?xml version='1.0' encoding='utf-8'?>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+    <env:Body>
+        <ns0:echoHexBinaryResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+            <return xsi:type="xsd:hexBinary">aaabbaae</return>
+        </ns0:echoHexBinaryResponse>
+    </env:Body>
+</env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseIntegerArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseIntegerArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseIntegerArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseIntegerArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoIntegerArrayResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return href="#ID1"></return></ns0:echoIntegerArrayResponse><ns1:ArrayOfint env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" enc:arrayType="xsd:int[3]" xsi:type="enc:Array" id="ID1"><item xsi:type="xsd:int">451</item><item xsi:type="xsd:int">425</item><item xsi:type="xsd:int">2523</item></ns1:ArrayOfint></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseIntegerRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseIntegerRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseIntegerRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseIntegerRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoIntegerResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return xsi:type="xsd:int">52</return></ns0:echoIntegerResponse></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStringArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStringArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStringArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoStringArrayResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return href="#ID1"></return></ns0:echoStringArrayResponse><ns1:ArrayOfstring env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" enc:arrayType="xsd:string[3]" xsi:type="enc:Array" id="ID1"><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></ns1:ArrayOfstring></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStringRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStringRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStringRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStringRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoStringResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return xsi:type="xsd:string">String Argument</return></ns0:echoStringResponse></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStructArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStructArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStructArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStructArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoStructArrayResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return href="#ID1"></return></ns0:echoStructArrayResponse><ns1:ArrayOfSOAPStruct env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" enc:arrayType="ns1:SOAPStruct[3]" xsi:type="enc:Array" id="ID1"><item href="#ID2"></item><item href="#ID3"></item><item href="#ID4"></item></ns1:ArrayOfSOAPStruct><ns1:SOAPStruct env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns1:SOAPStruct" id="ID2"><varString xsi:type="xsd:string">strss fdfing1</varString><varInt xsi:type="xsd:int">25</varInt><varFloat xsi:type="xsd:float">25.23</varFloat></ns1:SOAPStruct><ns1:SOAPStruct env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns1:SOAPStruct" id="ID3"><varString xsi:type="xsd:string">strss fdfing1</varString><varInt xsi:type="xsd:int">25</varInt><varFloat xsi:type="xsd:float">25.23</varFloat></ns1:SOAPStruct><ns1:SOAPStruct env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns1:SOAPStruct" id="ID4"><varString xsi:type="xsd:string">strss fdfing1</varString><varInt xsi:type="xsd:int">25</varInt><varFloat xsi:type="xsd:float">25.23</varFloat></ns1:SOAPStruct></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoStructResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return href="#ID1"></return></ns0:echoStructResponse><ns1:SOAPStruct env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns1:SOAPStruct" id="ID1"><varString xsi:type="xsd:string">strss fdfing1</varString><varInt xsi:type="xsd:int">25</varInt><varFloat xsi:type="xsd:float">25.23</varFloat></ns1:SOAPStruct></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseVoidRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseVoidRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseVoidRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunBaseVoidRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoVoidResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"></ns0:echoVoidResponse></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupb2DStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupb2DStringArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupb2DStringArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupb2DStringArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echo2DStringArrayResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return href="#ID1"></return></ns0:echo2DStringArrayResponse><ns1:ArrayOfString2D env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" enc:arrayType="xsd:string[2,2]" xsi:type="enc:Array" id="ID1"><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></ns1:ArrayOfString2D></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbNestedArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbNestedArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbNestedArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbNestedArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoNestedArrayResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return href="#ID1"></return></ns0:echoNestedArrayResponse><ns1:SOAPArrayStruct env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns1:SOAPArrayStruct" id="ID1"><varString xsi:type="xsd:string">strss fdfing1</varString><varInt xsi:type="xsd:int">25</varInt><varFloat xsi:type="xsd:float">25.23</varFloat><varArray href="#ID2"></varArray></ns1:SOAPArrayStruct><ns1:ArrayOfstring env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" enc:arrayType="xsd:string[3]" xsi:type="enc:Array" id="ID2"><item xsi:type="xsd:string">strss fdfing1</item><item xsi:type="xsd:string">strss fdfing2</item><item xsi:type="xsd:string">strss fdfing3</item></ns1:ArrayOfstring></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbNestedStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbNestedStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbNestedStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbNestedStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoNestedStructResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return href="#ID1"></return></ns0:echoNestedStructResponse><ns1:SOAPStructStruct env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns1:SOAPStructStruct" id="ID1"><varString xsi:type="xsd:string">strss fdfing1</varString><varInt xsi:type="xsd:int">25</varInt><varFloat xsi:type="xsd:float">25.23</varFloat><varStruct href="#ID2"></varStruct></ns1:SOAPStructStruct><ns1:SOAPStruct env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns1:SOAPStruct" id="ID2"><varString xsi:type="xsd:string">strss fdfing1</varString><varInt xsi:type="xsd:int">25</varInt><varFloat xsi:type="xsd:float">25.23</varFloat></ns1:SOAPStruct></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbSimpletypesAsStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbSimpletypesAsStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbSimpletypesAsStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbSimpletypesAsStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoSimpleTypesAsStructResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><return href="#ID1"></return></ns0:echoSimpleTypesAsStructResponse><ns1:SOAPStruct env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns1:SOAPStruct" id="ID1"><varString xsi:type="xsd:string">45ascasc  acasa asd52</varString><varInt xsi:type="xsd:int">4552</varInt><varFloat xsi:type="xsd:float">450.52</varFloat></ns1:SOAPStruct></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbStructAsSimpleTypesRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbStructAsSimpleTypesRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbStructAsSimpleTypesRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/sunGroupbStructAsSimpleTypesRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://soapinterop.org/" xmlns:ns1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Body><ns0:echoStructAsSimpleTypesResponse 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></ns0:echoStructAsSimpleTypesResponse></env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/GFHeaderTestRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/GFHeaderTestRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/GFHeaderTestRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/GFHeaderTestRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='utf-8'?>
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+    <env:Header>
+        <s:Header1 xmlns:s="http://soapinterop.org/xsd">
+            <s:string>String at header1</s:string>
+            <s:int>561565</s:int>
+        </s:Header1>
+        <s:Header2 xmlns:s="http://soapinterop.org/xsd">
+            <s:int>55</s:int>
+            <s:string>String at header2</s:string>
+        </s:Header2>
+    </env:Header>
+    <env:Body>
+        <ans1:echoStringReturn xmlns:ans1="http://soapinterop.org/xsd">apache axis2</ans1:echoStringReturn>
+    </env:Body>
+</env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/MsAsmxGDImport1StringRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/MsAsmxGDImport1StringRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/MsAsmxGDImport1StringRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/MsAsmxGDImport1StringRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,7 @@
+<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://soapinterop.org" xmlns:types="http://soapinterop.org/encodedTypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+      <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <q1:echoStringResponse xmlns:q1="http://soapinterop/echoStringResponse/">
+            <Result xsi:type="xsd:string">strss fdfing1</Result>
+         </q1:echoStringResponse>
+      </soap:Body>
+   </soap:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/MsAsmxGDImport2StructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/MsAsmxGDImport2StructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/MsAsmxGDImport2StructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/MsAsmxGDImport2StructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,12 @@
+<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://soapinterop.org" xmlns:types="http://soapinterop.org/encodedTypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+      <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <q1:echoStructResponse xmlns:q1="http://soapinterop/">
+            <Result href="#id1" />
+         </q1:echoStructResponse>
+         <q2:SOAPStruct id="id1" xsi:type="q2:SOAPStruct" xmlns:q2="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>
+         </q2:SOAPStruct>
+      </soap:Body>
+   </soap:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/MsAsmxGDImport3StructArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/MsAsmxGDImport3StructArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/MsAsmxGDImport3StructArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round3/MsAsmxGDImport3StructArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,27 @@
+<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://soapinterop.org" xmlns:types="http://soapinterop.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+      <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <q1:echoStructArrayResponse xmlns:q1="http://soapinterop/">
+            <Result href="#id1" />
+         </q1:echoStructArrayResponse>
+         <soapenc:Array id="id1" xmlns:q2="http://soapinterop.org/xsd" soapenc:arrayType="q2:SOAPStruct[3]">
+            <Item href="#id2" />
+            <Item href="#id3" />
+            <Item href="#id4" />
+         </soapenc:Array>
+         <q3:SOAPStruct id="id2" xsi:type="q3:SOAPStruct" xmlns:q3="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>
+         </q3:SOAPStruct>
+         <q4:SOAPStruct id="id3" xsi:type="q4:SOAPStruct" xmlns:q4="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>
+         </q4:SOAPStruct>
+         <q5:SOAPStruct id="id4" xsi:type="q5:SOAPStruct" xmlns:q5="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>
+         </q5:SOAPStruct>
+      </soap:Body>
+   </soap:Envelope>