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

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

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcBase64Res.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcBase64Res.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcBase64Res.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcBase64Res.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,15 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:s="http://soapinterop.org/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
+      <SOAP-ENV:Header>
+         <echoMeStringResponse xmlns="http://soapinterop.org/echoheader/" xsi:type="xsd:string">string</echoMeStringResponse>
+         <mns1:echoMeStructResponse xmlns:mns1="http://soapinterop.org/echoheader/" xsi:type="s:SOAPStruct">
+            <varString xsi:type="xsd:string">string</varString>
+            <varInt xsi:type="xsd:int">150</varInt>
+            <varFloat xsi:type="xsd:float">456.321</varFloat>
+         </mns1:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <mns:echoBase64Response xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+            <return xsi:type="xsd:base64Binary">SGVsbG8gV29ybGQ=</return>
+         </mns:echoBase64Response>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcBooleanRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcBooleanRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcBooleanRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcBooleanRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,15 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:s="http://soapinterop.org/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
+      <SOAP-ENV:Header>
+         <echoMeStringResponse xmlns="http://soapinterop.org/echoheader/" xsi:type="xsd:string">string</echoMeStringResponse>
+         <mns1:echoMeStructResponse xmlns:mns1="http://soapinterop.org/echoheader/" xsi:type="s:SOAPStruct">
+            <varString xsi:type="xsd:string">string</varString>
+            <varInt xsi:type="xsd:int">852</varInt>
+            <varFloat xsi:type="xsd:float">456.321</varFloat>
+         </mns1:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <mns:echoBooleanResponse xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+            <return xsi:type="xsd:boolean">1</return>
+         </mns:echoBooleanResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcEchoStringRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcEchoStringRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcEchoStringRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcEchoStringRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,15 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:s="http://soapinterop.org/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
+      <SOAP-ENV:Header>
+         <echoMeStringResponse xmlns="http://soapinterop.org/echoheader/" xsi:type="xsd:string">string</echoMeStringResponse>
+         <mns1:echoMeStructResponse xmlns:mns1="http://soapinterop.org/echoheader/" xsi:type="s:SOAPStruct">
+            <varString xsi:type="xsd:string">string</varString>
+            <varInt xsi:type="xsd:int">150</varInt>
+            <varFloat xsi:type="xsd:float">456.321</varFloat>
+         </mns1:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <mns:echoStringResponse xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+            <return xsi:type="xsd:string">strssfdfing1</return>
+         </mns:echoStringResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcFloatArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcFloatArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcFloatArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcFloatArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,19 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:s="http://soapinterop.org/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
+      <SOAP-ENV:Header>
+         <echoMeStringResponse xmlns="http://soapinterop.org/echoheader/" xsi:type="xsd:string">string</echoMeStringResponse>
+         <mns1:echoMeStructResponse xmlns:mns1="http://soapinterop.org/echoheader/" xsi:type="s:SOAPStruct">
+            <varString xsi:type="xsd:string">string</varString>
+            <varInt xsi:type="xsd:int">150</varInt>
+            <varFloat xsi:type="xsd:float">456.321</varFloat>
+         </mns1:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <mns:echoFloatArrayResponse xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+            <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:float[3]">
+               <Item0 xsi:type="xsd:float">45.76876</Item0>
+               <Item1 xsi:type="xsd:float">43.454</Item1>
+               <Item2 xsi:type="xsd:float">2523.542</Item2>
+            </return>
+         </mns:echoFloatArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcFloatRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcFloatRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcFloatRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcFloatRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,15 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:s="http://soapinterop.org/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
+      <SOAP-ENV:Header>
+         <echoMeStringResponse xmlns="http://soapinterop.org/echoheader/" xsi:type="xsd:string">string</echoMeStringResponse>
+         <mns1:echoMeStructResponse xmlns:mns1="http://soapinterop.org/echoheader/" xsi:type="s:SOAPStruct">
+            <varString xsi:type="xsd:string">string</varString>
+            <varInt xsi:type="xsd:int">150</varInt>
+            <varFloat xsi:type="xsd:float">456.321</varFloat>
+         </mns1:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <mns:echoFloatResponse xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+            <return xsi:type="xsd:float">50.25</return>
+         </mns:echoFloatResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcHexBinaryRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcHexBinaryRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcHexBinaryRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcHexBinaryRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,15 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:s="http://soapinterop.org/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
+      <SOAP-ENV:Header>
+         <echoMeStringResponse xmlns="http://soapinterop.org/echoheader/" xsi:type="xsd:string">string</echoMeStringResponse>
+         <mns1:echoMeStructResponse xmlns:mns1="http://soapinterop.org/echoheader/" xsi:type="s:SOAPStruct">
+            <varString xsi:type="xsd:string">string</varString>
+            <varInt xsi:type="xsd:int">852</varInt>
+            <varFloat xsi:type="xsd:float">456.321</varFloat>
+         </mns1:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <mns:echoHexBinaryResponse xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+            <return xsi:type="xsd:hexBinary">41394644363445313243</return>
+         </mns:echoHexBinaryResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcIntegerArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcIntegerArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcIntegerArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcIntegerArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,19 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:s="http://soapinterop.org/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
+      <SOAP-ENV:Header>
+         <echoMeStringResponse xmlns="http://soapinterop.org/echoheader/" xsi:type="xsd:string">string</echoMeStringResponse>
+         <mns1:echoMeStructResponse xmlns:mns1="http://soapinterop.org/echoheader/" xsi:type="s:SOAPStruct">
+            <varString xsi:type="xsd:string">string</varString>
+            <varInt xsi:type="xsd:int">150</varInt>
+            <varFloat xsi:type="xsd:float">456.321</varFloat>
+         </mns1:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <mns:echoIntegerArrayResponse xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+            <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:int[3]">
+               <Item0 xsi:type="xsd:int">451</Item0>
+               <Item1 xsi:type="xsd:int">425</Item1>
+               <Item2 xsi:type="xsd:int">2523</Item2>
+            </return>
+         </mns:echoIntegerArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcIntergerRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcIntergerRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcIntergerRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcIntergerRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,15 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:s="http://soapinterop.org/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
+      <SOAP-ENV:Header>
+         <echoMeStringResponse xmlns="http://soapinterop.org/echoheader/" xsi:type="xsd:string">string</echoMeStringResponse>
+         <mns1:echoMeStructResponse xmlns:mns1="http://soapinterop.org/echoheader/" xsi:type="s:SOAPStruct">
+            <varString xsi:type="xsd:string">string</varString>
+            <varInt xsi:type="xsd:int">150</varInt>
+            <varFloat xsi:type="xsd:float">456.321</varFloat>
+         </mns1:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <mns:echoIntegerResponse xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+            <return xsi:type="xsd:int">456</return>
+         </mns:echoIntegerResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcStringArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcStringArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcStringArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,19 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:s="http://soapinterop.org/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
+      <SOAP-ENV:Header>
+         <echoMeStringResponse xmlns="http://soapinterop.org/echoheader/" xsi:type="xsd:string">string</echoMeStringResponse>
+         <mns1:echoMeStructResponse xmlns:mns1="http://soapinterop.org/echoheader/" xsi:type="s:SOAPStruct">
+            <varString xsi:type="xsd:string">string</varString>
+            <varInt xsi:type="xsd:int">150</varInt>
+            <varFloat xsi:type="xsd:float">456.321</varFloat>
+         </mns1:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <mns:echoStringArrayResponse xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+            <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[3]">
+               <Item0 xsi:type="xsd:string">Apache Axis2</Item0>
+               <Item1 xsi:type="xsd:string">Lanka Software Foundation</Item1>
+               <Item2 xsi:type="xsd:string">www.opensource.lk</Item2>
+            </return>
+         </mns:echoStringArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcStructRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,19 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:s="http://soapinterop.org/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
+      <SOAP-ENV:Header>
+         <echoMeStringResponse xmlns="http://soapinterop.org/echoheader/" xsi:type="xsd:string">string</echoMeStringResponse>
+         <mns1:echoMeStructResponse xmlns:mns1="http://soapinterop.org/echoheader/" xsi:type="s:SOAPStruct">
+            <varString xsi:type="xsd:string">string</varString>
+            <varInt xsi:type="xsd:int">150</varInt>
+            <varFloat xsi:type="xsd:float">456.321</varFloat>
+         </mns1:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <mns:echoStructResponse xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+            <return xsi:type="s: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>
+         </mns:echoStructResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcVoidRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcVoidRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcVoidRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/SqlDataGroupcVoidRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,13 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:s="http://soapinterop.org/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
+      <SOAP-ENV:Header>
+         <echoMeStringResponse xmlns="http://soapinterop.org/echoheader/" xsi:type="xsd:string">string</echoMeStringResponse>
+         <mns1:echoMeStructResponse xmlns:mns1="http://soapinterop.org/echoheader/" xsi:type="s:SOAPStruct">
+            <varString xsi:type="xsd:string">string</varString>
+            <varInt xsi:type="xsd:int">150</varInt>
+            <varFloat xsi:type="xsd:float">456.321</varFloat>
+         </mns1:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <mns:echoVoidResponse xmlns:mns="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"></mns:echoVoidResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

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

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

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

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

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

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

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

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

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

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WFBaseStructArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WFBaseStructArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WFBaseStructArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WFBaseStructArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,23 @@
+<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+      <SOAP-ENV:Body>
+         <ns1:echoStructArrayResponse xmlns:ns1="http://soapinterop.org/">
+            <return xmlns:ns2="http://schemas.xmlsoap.org/soap/encoding/"  xsi:type="ns2:Array" xmlns:ns3="http://soapinterop.org/xsd"  ns2:arrayType="ns3:SOAPStruct[3]">
+               <item xsi:type="ns3: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="ns3: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="ns3: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>
+         </ns1:echoStructArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WFGroupb2DStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WFGroupb2DStringArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WFGroupb2DStringArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WFGroupb2DStringArrayRes.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/WFGroupbNestedArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WFGroupbNestedArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WFGroupbNestedArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WFGroupbNestedArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,16 @@
+<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+      <SOAP-ENV:Body>
+         <ns1:echoNestedArrayResponse xmlns:ns1="http://soapinterop.org/">
+            <return xmlns:ns2="http://soapinterop.org/xsd"  xsi:type="ns2:SOAPArrayStruct">
+               <varString xsi:type="xsd:string">strss fdfing1</varString>
+               <varInt xsi:type="xsd:int">25</varInt>
+               <varFloat xsi:type="xsd:float">25.23</varFloat>
+               <varArray xmlns:ns3="http://schemas.xmlsoap.org/soap/encoding/"  xsi:type="ns3:Array" ns3:arrayType="xsd:string[3]">
+                  <item xsi:type="xsd:string">strss fdfing1</item>
+                  <item xsi:type="xsd:string">strss fdfing2</item>
+                  <item xsi:type="xsd:string">strss fdfing3</item>
+               </varArray>
+            </return>
+         </ns1:echoNestedArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

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

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

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

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseDateRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseDateRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseDateRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseDateRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,7 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <SOAP-ENV:Body>
+         <m:echoDateResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return>2002-07-19T01:40:30Z</return>
+         </m:echoDateResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseFloatArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseFloatArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseFloatArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseFloatArrayRes.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:echoFloatArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return SOAP-ENC:arrayType="nsa:float[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema">
+               <item>45.76876</item>
+               <item>43.454</item>
+               <item>2523.542</item>
+            </return>
+         </m:echoFloatArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseIntegerArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseIntegerArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseIntegerArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseIntegerArrayRes.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:echoIntegerArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return SOAP-ENC:arrayType="nsa:int[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema">
+               <item>451</item>
+               <item>425</item>
+               <item>2523</item>
+            </return>
+         </m:echoIntegerArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseStringArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseStringArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseStringArrayRes.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:echoStringArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return 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>Apache Axis2</item>
+               <item>Lanka Software Foundation</item>
+               <item>www.opensource.lk</item>
+            </return>
+         </m:echoStringArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseStructRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseStructRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseStructRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseStructRes.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: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/WMBaseVoidRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseVoidRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseVoidRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMBaseVoidRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,5 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+      <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/WMGcBase64Res.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcBase64Res.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcBase64Res.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcBase64Res.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,15 @@
+<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:echoBase64Response SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return>SGVsbG8gV29ybGQ=</return>
+         </m:echoBase64Response>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcBooleanRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcBooleanRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcBooleanRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcBooleanRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,15 @@
+<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>852</varInt>
+            <varFloat>456.321</varFloat>
+         </h:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <m:echoBooleanResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return>1</return>
+         </m:echoBooleanResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcFloatArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcFloatArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcFloatArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcFloatArrayRes.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:echoFloatArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return SOAP-ENC:arrayType="nsa:float[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema">
+               <item>45.76876</item>
+               <item>43.454</item>
+               <item>2523.542</item>
+            </return>
+         </m:echoFloatArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcHexBinaryRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcHexBinaryRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcHexBinaryRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcHexBinaryRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,15 @@
+<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>852</varInt>
+            <varFloat>456.321</varFloat>
+         </h:echoMeStructResponse>
+      </SOAP-ENV:Header>
+      <SOAP-ENV:Body>
+         <m:echoHexBinaryResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return>41394644363445313243</return>
+         </m:echoHexBinaryResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcIntegerArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcIntegerArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcIntegerArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcIntegerArrayRes.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:echoIntegerArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return SOAP-ENC:arrayType="nsa:int[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema">
+               <item>451</item>
+               <item>425</item>
+               <item>2523</item>
+            </return>
+         </m:echoIntegerArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

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

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcStringArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcStringArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcStringArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcStringArrayRes.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:echoStringArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return 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>Apache Axis2</item>
+               <item>Lanka Software Foundation</item>
+               <item>www.opensource.lk</item>
+            </return>
+         </m:echoStringArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>

Added: webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcStructArrayRes.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcStructArrayRes.xml?rev=278936&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcStructArrayRes.xml (added)
+++ webservices/axis2/trunk/java/modules/integration/itest-resources/interopt/whitemesa/round2/WMGcStructArrayRes.xml Tue Sep  6 00:28:01 2005
@@ -0,0 +1,31 @@
+<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:echoStructArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/">
+            <return SOAP-ENC:arrayType="nsa:SOAPStruct[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://soapinterop.org/xsd">
+               <item>
+                  <varString>strss fdfing1</varString>
+                  <varInt>25</varInt>
+                  <varFloat>25.23</varFloat>
+               </item>
+               <item>
+                  <varString>strss fdfing1</varString>
+                  <varInt>25</varInt>
+                  <varFloat>25.23</varFloat>
+               </item>
+               <item>
+                  <varString>strss fdfing1</varString>
+                  <varInt>25</varInt>
+                  <varFloat>25.23</varFloat>
+               </item>
+            </return>
+         </m:echoStructArrayResponse>
+      </SOAP-ENV:Body>
+   </SOAP-ENV:Envelope>