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 [4/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/MStk3BaseTypedStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3BaseTypedStringArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3BaseTypedStringArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3BaseTypedStringArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,11 @@
+<SOAP-ENV:Envelope xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema" xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <SOAPSDK4:echoStringArrayResponse xmlns:SOAPSDK4="http://soapinterop.org/">
+            <Result SOAPSDK3:arrayType="SOAPSDK1:string[3]" SOAPSDK3:offset="[0]" SOAPSDK2:type="SOAPSDK3:Array">
+               <SOAPSDK3:string>Apache Axis2</SOAPSDK3:string>
+               <SOAPSDK3:string>Lanka Software Foundation</SOAPSDK3:string>
+               <SOAPSDK3:string>www.opensource.lk</SOAPSDK3:string>
+            </Result>
+         </SOAPSDK4:echoStringArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3BaseTypedStructArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3BaseTypedStructArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3BaseTypedStructArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3BaseTypedStructArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,26 @@
+<SOAP-ENV:Envelope xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema" xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <SOAPSDK4:echoStructArrayResponse xmlns:SOAPSDK4="http://soapinterop.org/">
+            <Result xmlns:SOAPSDK5="http://soapinterop.org/xsd" SOAPSDK3:arrayType="SOAPSDK5:SOAPStruct[3]" SOAPSDK3:offset="[0]" SOAPSDK2:type="SOAPSDK3:Array">
+               <SOAPSDK5:SOAPStruct href="#id1"/>
+               <SOAPSDK5:SOAPStruct href="#id2"/>
+               <SOAPSDK5:SOAPStruct href="#id3"/>
+            </Result>
+         </SOAPSDK4:echoStructArrayResponse>
+         <SOAPSDK6:SOAPStruct xmlns:SOAPSDK6="http://soapinterop.org/xsd" id="id1" SOAPSDK3:root="0" SOAPSDK2:type="SOAPSDK6:SOAPStruct">
+            <varString SOAPSDK2:type="SOAPSDK1:string">strss fdfing1</varString>
+            <varInt SOAPSDK2:type="SOAPSDK1:int">25</varInt>
+            <varFloat SOAPSDK2:type="SOAPSDK1:float">25.2299995422363</varFloat>
+         </SOAPSDK6:SOAPStruct>
+         <SOAPSDK7:SOAPStruct xmlns:SOAPSDK7="http://soapinterop.org/xsd" id="id2" SOAPSDK3:root="0" SOAPSDK2:type="SOAPSDK7:SOAPStruct">
+            <varString SOAPSDK2:type="SOAPSDK1:string">strss fdfing1</varString>
+            <varInt SOAPSDK2:type="SOAPSDK1:int">25</varInt>
+            <varFloat SOAPSDK2:type="SOAPSDK1:float">25.2299995422363</varFloat>
+         </SOAPSDK7:SOAPStruct>
+         <SOAPSDK8:SOAPStruct xmlns:SOAPSDK8="http://soapinterop.org/xsd" id="id3" SOAPSDK3:root="0" SOAPSDK2:type="SOAPSDK8:SOAPStruct">
+            <varString SOAPSDK2:type="SOAPSDK1:string">strss fdfing1</varString>
+            <varInt SOAPSDK2:type="SOAPSDK1:int">25</varInt>
+            <varFloat SOAPSDK2:type="SOAPSDK1:float">25.2299995422363</varFloat>
+         </SOAPSDK8:SOAPStruct>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3BaseTypedStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3BaseTypedStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3BaseTypedStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3BaseTypedStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,12 @@
+<SOAP-ENV:Envelope xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema" xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <SOAPSDK4:echoStructResponse xmlns:SOAPSDK4="http://soapinterop.org/">
+            <Result href="#id1"/>
+         </SOAPSDK4:echoStructResponse>
+         <SOAPSDK5:SOAPStruct xmlns:SOAPSDK5="http://soapinterop.org/xsd" id="id1" SOAPSDK3:root="0" SOAPSDK2:type="SOAPSDK5:SOAPStruct">
+            <varString SOAPSDK2:type="SOAPSDK1:string">strss fdfing1</varString>
+            <varInt SOAPSDK2:type="SOAPSDK1:int">25</varInt>
+            <varFloat SOAPSDK2:type="SOAPSDK1:float">25.2299995422363</varFloat>
+         </SOAPSDK5:SOAPStruct>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

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

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbNestedArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbNestedArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbNestedArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbNestedArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,17 @@
+<SOAP-ENV:Envelope xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema" xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <SOAPSDK4:echoNestedArrayResponse xmlns:SOAPSDK4="http://soapinterop.org/">
+            <return href="#id1"/>
+         </SOAPSDK4:echoNestedArrayResponse>
+         <SOAPSDK5:SOAPArrayStruct xmlns:SOAPSDK5="http://soapinterop.org/xsd" id="id1" SOAPSDK3:root="0" SOAPSDK2:type="SOAPSDK5:SOAPArrayStruct">
+            <varString>strss fdfing1</varString>
+            <varInt>25</varInt>
+            <varFloat>25.2299995422363</varFloat>
+            <varArray SOAPSDK3:arrayType="SOAPSDK1:string[3]" SOAPSDK3:offset="[0]" SOAPSDK2:type="SOAPSDK3:Array">
+               <SOAPSDK3:string>strss fdfing1</SOAPSDK3:string>
+               <SOAPSDK3:string>strss fdfing2</SOAPSDK3:string>
+               <SOAPSDK3:string>strss fdfing3</SOAPSDK3:string>
+            </varArray>
+         </SOAPSDK5:SOAPArrayStruct>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbNestedStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbNestedStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbNestedStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbNestedStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,18 @@
+<SOAP-ENV:Envelope xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema" xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <SOAPSDK4:echoNestedStructResponse xmlns:SOAPSDK4="http://soapinterop.org/">
+            <return href="#id1"/>
+         </SOAPSDK4:echoNestedStructResponse>
+         <SOAPSDK5:SOAPStructStruct xmlns:SOAPSDK5="http://soapinterop.org/xsd" id="id1" SOAPSDK3:root="0" SOAPSDK2:type="SOAPSDK5:SOAPStructStruct">
+            <varString>strss fdfing1</varString>
+            <varInt>25</varInt>
+            <varFloat>25.2299995422363</varFloat>
+            <varStruct href="#id2"/>
+         </SOAPSDK5:SOAPStructStruct>
+         <SOAPSDK6:SOAPStruct xmlns:SOAPSDK6="http://soapinterop.org/xsd" id="id2" SOAPSDK3:root="0" SOAPSDK2:type="SOAPSDK6:SOAPStruct">
+            <varString>strss fdfing1</varString>
+            <varInt>25</varInt>
+            <varFloat>25.2299995422363</varFloat>
+         </SOAPSDK6:SOAPStruct>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbSimpletypesAsStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbSimpletypesAsStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbSimpletypesAsStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbSimpletypesAsStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,12 @@
+<SOAP-ENV:Envelope xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema" xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <SOAPSDK4:echoSimpleTypesAsStructResponse xmlns:SOAPSDK4="http://soapinterop.org/">
+            <return href="#id1"/>
+         </SOAPSDK4:echoSimpleTypesAsStructResponse>
+         <SOAPSDK5:SOAPStruct xmlns:SOAPSDK5="http://soapinterop.org/xsd" id="id1" SOAPSDK3:root="0" SOAPSDK2:type="SOAPSDK5:SOAPStruct">
+            <varString>45ascasc  acasa asd52</varString>
+            <varInt>4552</varInt>
+            <varFloat>450.519989013672</varFloat>
+         </SOAPSDK5:SOAPStruct>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedNestedArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedNestedArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedNestedArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedNestedArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,17 @@
+<SOAP-ENV:Envelope xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema" xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <SOAPSDK4:echoNestedArrayResponse xmlns:SOAPSDK4="http://soapinterop.org/">
+            <return href="#id1"/>
+         </SOAPSDK4:echoNestedArrayResponse>
+         <SOAPSDK5:SOAPArrayStruct xmlns:SOAPSDK5="http://soapinterop.org/xsd" id="id1" SOAPSDK3:root="0" SOAPSDK2:type="SOAPSDK5:SOAPArrayStruct">
+            <varString SOAPSDK2:type="SOAPSDK1:string">strss fdfing1</varString>
+            <varInt SOAPSDK2:type="SOAPSDK1:int">25</varInt>
+            <varFloat SOAPSDK2:type="SOAPSDK1:float">25.2299995422363</varFloat>
+            <varArray SOAPSDK3:arrayType="SOAPSDK1:string[3]" SOAPSDK3:offset="[0]" SOAPSDK2:type="SOAPSDK3:Array">
+               <SOAPSDK3:string>strss fdfing1</SOAPSDK3:string>
+               <SOAPSDK3:string>strss fdfing2</SOAPSDK3:string>
+               <SOAPSDK3:string>strss fdfing3</SOAPSDK3:string>
+            </varArray>
+         </SOAPSDK5:SOAPArrayStruct>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedNestedStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedNestedStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedNestedStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedNestedStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,18 @@
+<SOAP-ENV:Envelope xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema" xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <SOAPSDK4:echoNestedStructResponse xmlns:SOAPSDK4="http://soapinterop.org/">
+            <return href="#id1"/>
+         </SOAPSDK4:echoNestedStructResponse>
+         <SOAPSDK5:SOAPStructStruct xmlns:SOAPSDK5="http://soapinterop.org/xsd" id="id1" SOAPSDK3:root="0" SOAPSDK2:type="SOAPSDK5:SOAPStructStruct">
+            <varString SOAPSDK2:type="SOAPSDK1:string">strss fdfing1</varString>
+            <varInt SOAPSDK2:type="SOAPSDK1:int">25</varInt>
+            <varFloat SOAPSDK2:type="SOAPSDK1:float">25.2299995422363</varFloat>
+            <varStruct href="#id2"/>
+         </SOAPSDK5:SOAPStructStruct>
+         <SOAPSDK6:SOAPStruct xmlns:SOAPSDK6="http://soapinterop.org/xsd" id="id2" SOAPSDK3:root="0" SOAPSDK2:type="SOAPSDK6:SOAPStruct">
+            <varString SOAPSDK2:type="SOAPSDK1:string">strss fdfing1</varString>
+            <varInt SOAPSDK2:type="SOAPSDK1:int">25</varInt>
+            <varFloat SOAPSDK2:type="SOAPSDK1:float">25.2299995422363</varFloat>
+         </SOAPSDK6:SOAPStruct>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedSimpletypesAsStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedSimpletypesAsStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedSimpletypesAsStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedSimpletypesAsStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,12 @@
+<SOAP-ENV:Envelope xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema" xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <SOAPSDK4:echoSimpleTypesAsStructResponse xmlns:SOAPSDK4="http://soapinterop.org/">
+            <return href="#id1"/>
+         </SOAPSDK4:echoSimpleTypesAsStructResponse>
+         <SOAPSDK5:SOAPStruct xmlns:SOAPSDK5="http://soapinterop.org/xsd" id="id1" SOAPSDK3:root="0" SOAPSDK2:type="SOAPSDK5:SOAPStruct">
+            <varString SOAPSDK2:type="SOAPSDK1:string">45ascasc  acasa asd52</varString>
+            <varInt SOAPSDK2:type="SOAPSDK1:int">4552</varInt>
+            <varFloat SOAPSDK2:type="SOAPSDK1:float">450.519989013672</varFloat>
+         </SOAPSDK5:SOAPStruct>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedStructAsSimpleTypesRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedStructAsSimpleTypesRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedStructAsSimpleTypesRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3GroupbTypedStructAsSimpleTypesRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,9 @@
+<SOAP-ENV:Envelope xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema" xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <SOAPSDK4:echoStructAsSimpleTypesResponse xmlns:SOAPSDK4="http://soapinterop.org/">
+            <outputString SOAPSDK2:type="SOAPSDK1:string">strss fdfing1</outputString>
+            <outputInteger SOAPSDK2:type="SOAPSDK1:int">25</outputInteger>
+            <outputFloat SOAPSDK2:type="SOAPSDK1:float">25.2299995422363</outputFloat>
+         </SOAPSDK4:echoStructAsSimpleTypesResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3TypedBaseStringRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3TypedBaseStringRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3TypedBaseStringRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/MStk3TypedBaseStringRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,7 @@
+<SOAP-ENV:Envelope xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema" xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+         <SOAPSDK4:echoStringResponse xmlns:SOAPSDK4="http://soapinterop.org/">
+            <Result SOAPSDK2:type="SOAPSDK1:string">String Argument</Result>
+         </SOAPSDK4:echoStringResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupb2DStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupb2DStringArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupb2DStringArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupb2DStringArrayRes.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/NusGroupbNestedArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupbNestedArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupbNestedArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupbNestedArrayRes.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/NusGroupbNestedStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupbNestedStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupbNestedStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupbNestedStructRes.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/NusGroupbSimpletypesAsStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupbSimpletypesAsStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupbSimpletypesAsStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupbSimpletypesAsStructRes.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/NusGroupbStructAsSimpleTypesRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupbStructAsSimpleTypesRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupbStructAsSimpleTypesRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/NusGroupbStructAsSimpleTypesRes.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/RWBaseBase64Res.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseBase64Res.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseBase64Res.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseBase64Res.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +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:echoBase64Response env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
+         <return xsi:type="xsd:base64Binary">UjBsR09EbGhjZ0dTQUxNQUFBUUNBRU1tQ1p0dU1GUXhEUzhi</return>
+      </ns1:echoBase64Response>
+   </env:Body></env:Envelope>

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseDateRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseDateRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseDateRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseDateRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +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:echoDateResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
+         <return xsi:type="xsd:dateTime">xsd:dateTime</return>
+      </ns1:echoDateResponse>
+   </env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseDecimalRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseDecimalRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseDecimalRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseDecimalRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +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:echoDecimalResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
+         <return xsi:type="xsd:decimal">455646152</return>
+      </ns1:echoDecimalResponse>
+   </env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseFloatArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseFloatArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseFloatArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseFloatArrayRes.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/RWBaseFloatRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseFloatRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseFloatRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseFloatRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +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:echoFloatResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
+         <return xsi:type="xsd:float">5.025000e+01</return>
+      </ns1:echoFloatResponse>
+   </env:Body></env:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseHexBinaryRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseHexBinaryRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseHexBinaryRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/RWBaseHexBinaryRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +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:echoHexBinaryResponse env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
+         <return xsi:type="xsd:hexBinary">AAABBAAE</return>
+      </ns1:echoHexBinaryResponse>
+   </env:Body></env:Envelope>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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