You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2012/10/09 22:40:36 UTC

svn commit: r1396300 [2/2] - in /axis/axis1/java/trunk: interop-mock/ interop-mock/src/main/java/org/apache/axis/test/interop/mock/ interop-mock/src/main/resources/w3c/soap12-testcollection/ interop-mock/src/main/resources/whitemesa/ interop-mock/src/m...

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoFloatArray-request.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoFloatArray-request.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoFloatArray-request.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoFloatArray-request.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+   <soapenv:Body>
+      <ns1:echoFloatArray soapenv:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns1="http://example.org/ts-tests">
+         <inputFloatArray soapenc:itemType="xsd:float" soapenc:arraySize="3" xsi:type="soapenc:Array" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding">
+            <inputFloatArray id="id0" xsi:type="xsd:float">1.1</inputFloatArray>
+            <inputFloatArray id="id1" xsi:type="xsd:float">1.2</inputFloatArray>
+            <inputFloatArray id="id2" xsi:type="xsd:float">1.3</inputFloatArray>
+         </inputFloatArray>
+      </ns1:echoFloatArray>
+   </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoFloatArray-request.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoFloatArray-response.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoFloatArray-response.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoFloatArray-response.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoFloatArray-response.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope">
+   <SOAP-ENV:Body>
+      <m:echoFloatArrayResponse SOAP-ENV:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://example.org/ts-tests">
+         <SOAP-RPC:result xmlns:SOAP-RPC="http://www.w3.org/2003/05/soap-rpc">return</SOAP-RPC:result>
+         <return SOAP-ENC:arraySize="3" SOAP-ENC:itemType="nsa:float" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:nsa="http://www.w3.org/2001/XMLSchema">
+            <item>1.1</item>
+            <item>1.2</item>
+            <item>1.3</item>
+         </return>
+      </m:echoFloatArrayResponse>
+   </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoFloatArray-response.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoIntegerArray-request.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoIntegerArray-request.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoIntegerArray-request.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoIntegerArray-request.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+   <soapenv:Body>
+      <ns1:echoIntegerArray soapenv:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns1="http://example.org/ts-tests">
+         <inputIntegerArray soapenc:itemType="xsd:int" soapenc:arraySize="3" xsi:type="soapenc:Array" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding">
+            <inputIntegerArray id="id0" xsi:type="xsd:int">1</inputIntegerArray>
+            <inputIntegerArray id="id1" xsi:type="xsd:int">2</inputIntegerArray>
+            <inputIntegerArray id="id2" xsi:type="xsd:int">3</inputIntegerArray>
+         </inputIntegerArray>
+      </ns1:echoIntegerArray>
+   </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoIntegerArray-request.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoIntegerArray-response.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoIntegerArray-response.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoIntegerArray-response.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoIntegerArray-response.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope">
+   <SOAP-ENV:Body>
+      <m:echoIntegerArrayResponse SOAP-ENV:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://example.org/ts-tests">
+         <SOAP-RPC:result xmlns:SOAP-RPC="http://www.w3.org/2003/05/soap-rpc">return</SOAP-RPC:result>
+         <return SOAP-ENC:arraySize="3" SOAP-ENC:itemType="nsa:int" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:nsa="http://www.w3.org/2001/XMLSchema">
+            <item>1</item>
+            <item>2</item>
+            <item>3</item>
+         </return>
+      </m:echoIntegerArrayResponse>
+   </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoIntegerArray-response.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedArray-request.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedArray-request.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedArray-request.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedArray-request.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+   <soapenv:Body>
+      <ns1:echoNestedArray soapenv:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns1="http://example.org/ts-tests">
+         <inputStruct id="id0" xsi:type="ns2:SOAPArrayStruct" xmlns:ns2="http://example.org/ts-tests/xsd">
+            <varString xsi:type="xsd:string">EchoNestedArray1</varString>
+            <varInt id="id1" xsi:type="xsd:int">10</varInt>
+            <varFloat id="id2" xsi:type="xsd:float">-5.0</varFloat>
+            <varArray soapenc:itemType="xsd:string" soapenc:arraySize="3" xsi:type="soapenc:Array" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding">
+               <varArray xsi:type="xsd:string">EchoNestedArray2</varArray>
+               <varArray xsi:type="xsd:string">EchoNestedArray3</varArray>
+               <varArray xsi:type="xsd:string">EchoNestedArray4</varArray>
+            </varArray>
+         </inputStruct>
+      </ns1:echoNestedArray>
+   </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedArray-request.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedArray-response.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedArray-response.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedArray-response.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedArray-response.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope">
+   <SOAP-ENV:Body>
+      <m:echoNestedArrayResponse SOAP-ENV:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://example.org/ts-tests">
+         <SOAP-RPC:result xmlns:SOAP-RPC="http://www.w3.org/2003/05/soap-rpc">return</SOAP-RPC:result>
+         <return>
+            <varString>EchoNestedArray1</varString>
+            <varInt>10</varInt>
+            <varFloat>-50</varFloat>
+            <varArray SOAP-ENC:arraySize="3" SOAP-ENC:itemType="nsa:string" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:nsa="http://www.w3.org/2001/XMLSchema">
+               <item>EchoNestedArray2</item>
+               <item>EchoNestedArray3</item>
+               <item>EchoNestedArray4</item>
+            </varArray>
+         </return>
+      </m:echoNestedArrayResponse>
+   </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedArray-response.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedStruct-request.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedStruct-request.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedStruct-request.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedStruct-request.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+   <soapenv:Body>
+      <ns1:echoNestedStruct soapenv:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns1="http://example.org/ts-tests">
+         <inputStruct id="id0" xsi:type="ns2:SOAPStructStruct" xmlns:ns2="http://example.org/ts-tests/xsd">
+            <varString xsi:type="xsd:string">EchoNestedStruct1</varString>
+            <varInt id="id1" xsi:type="xsd:int">10</varInt>
+            <varFloat id="id2" xsi:type="xsd:float">-5.0</varFloat>
+            <varStruct id="id3" xsi:type="ns2:SOAPStruct">
+               <varString xsi:type="xsd:string">EchoNestedStruct2</varString>
+               <varInt id="id4" xsi:type="xsd:int">10</varInt>
+               <varFloat id="id5" xsi:type="xsd:float">-5.0</varFloat>
+            </varStruct>
+         </inputStruct>
+      </ns1:echoNestedStruct>
+   </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedStruct-request.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedStruct-response.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedStruct-response.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedStruct-response.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedStruct-response.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope">
+   <SOAP-ENV:Body>
+      <m:echoNestedStructResponse SOAP-ENV:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://example.org/ts-tests">
+         <SOAP-RPC:result xmlns:SOAP-RPC="http://www.w3.org/2003/05/soap-rpc">return</SOAP-RPC:result>
+         <return>
+            <varString>EchoNestedStruct1</varString>
+            <varInt>10</varInt>
+            <varFloat>-5.0</varFloat>
+            <varStruct>
+               <varString>EchoNestedStruct2</varString>
+               <varInt>10</varInt>
+               <varFloat>-5.0</varFloat>
+            </varStruct>
+         </return>
+      </m:echoNestedStructResponse>
+   </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoNestedStruct-response.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoSimpleTypesAsStruct-request.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoSimpleTypesAsStruct-request.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoSimpleTypesAsStruct-request.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoSimpleTypesAsStruct-request.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+   <soapenv:Body>
+      <ns1:echoSimpleTypesAsStruct soapenv:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns1="http://example.org/ts-tests">
+         <inputString xsi:type="xsd:string">EchoSimpleTypesAsStruct</inputString>
+         <inputInteger id="id0" xsi:type="xsd:int">50</inputInteger>
+         <inputFloat id="id1" xsi:type="xsd:float">45.5</inputFloat>
+      </ns1:echoSimpleTypesAsStruct>
+   </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoSimpleTypesAsStruct-request.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoSimpleTypesAsStruct-response.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoSimpleTypesAsStruct-response.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoSimpleTypesAsStruct-response.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoSimpleTypesAsStruct-response.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope">
+   <SOAP-ENV:Body>
+      <m:echoSimpleTypesAsStructResponse SOAP-ENV:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://example.org/ts-tests">
+         <SOAP-RPC:result xmlns:SOAP-RPC="http://www.w3.org/2003/05/soap-rpc">return</SOAP-RPC:result>
+         <return>
+            <varString>EchoSimpleTypesAsStruct</varString>
+            <varInt>50</varInt>
+            <varFloat>45.5</varFloat>
+         </return>
+      </m:echoSimpleTypesAsStructResponse>
+   </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoSimpleTypesAsStruct-response.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoString-request.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoString-request.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoString-request.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoString-request.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+   <soapenv:Body>
+      <ns1:echoString soapenv:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns1="http://example.org/ts-tests">
+         <inputString xsi:type="xsd:string">EchoString</inputString>
+      </ns1:echoString>
+   </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoString-request.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoString-response.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoString-response.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoString-response.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoString-response.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope">
+   <SOAP-ENV:Body>
+      <m:echoStringResponse SOAP-ENV:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://example.org/ts-tests">
+         <SOAP-RPC:result xmlns:SOAP-RPC="http://www.w3.org/2003/05/soap-rpc">return</SOAP-RPC:result>
+         <return>EchoString</return>
+      </m:echoStringResponse>
+   </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoString-response.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStringArray-request.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStringArray-request.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStringArray-request.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStringArray-request.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+   <soapenv:Body>
+      <ns1:echoStringArray soapenv:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns1="http://example.org/ts-tests">
+         <inputStringArray soapenc:itemType="xsd:string" soapenc:arraySize="3" xsi:type="soapenc:Array" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding">
+            <inputStringArray xsi:type="xsd:string">1.1F</inputStringArray>
+            <inputStringArray xsi:type="xsd:string">1.2F</inputStringArray>
+            <inputStringArray xsi:type="xsd:string">1.3F</inputStringArray>
+         </inputStringArray>
+      </ns1:echoStringArray>
+   </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStringArray-request.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStringArray-response.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStringArray-response.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStringArray-response.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStringArray-response.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope">
+   <SOAP-ENV:Body>
+      <m:echoStringArrayResponse SOAP-ENV:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://example.org/ts-tests">
+         <SOAP-RPC:result xmlns:SOAP-RPC="http://www.w3.org/2003/05/soap-rpc">return</SOAP-RPC:result>
+         <return SOAP-ENC:arraySize="3" SOAP-ENC:itemType="nsa:string" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:nsa="http://www.w3.org/2001/XMLSchema">
+            <item>1.1F</item>
+            <item>1.2F</item>
+            <item>1.3F</item>
+         </return>
+      </m:echoStringArrayResponse>
+   </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStringArray-response.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStruct-request.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStruct-request.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStruct-request.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStruct-request.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+   <soapenv:Body>
+      <ns1:echoStruct soapenv:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns1="http://example.org/ts-tests">
+         <inputStruct id="id0" xsi:type="ns2:SOAPStruct" xmlns:ns2="http://example.org/ts-tests/xsd">
+            <varString xsi:type="xsd:string">EchoStruct</varString>
+            <varInt id="id1" xsi:type="xsd:int">10</varInt>
+            <varFloat id="id2" xsi:type="xsd:float">-5.0</varFloat>
+         </inputStruct>
+      </ns1:echoStruct>
+   </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStruct-request.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStruct-response.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStruct-response.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStruct-response.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStruct-response.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope">
+   <SOAP-ENV:Body>
+      <m:echoStructResponse SOAP-ENV:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://example.org/ts-tests">
+         <SOAP-RPC:result xmlns:SOAP-RPC="http://www.w3.org/2003/05/soap-rpc">return</SOAP-RPC:result>
+         <return>
+            <varString>EchoStruct</varString>
+            <varInt>10</varInt>
+            <varFloat>-5.0</varFloat>
+         </return>
+      </m:echoStructResponse>
+   </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStruct-response.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructArray-request.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructArray-request.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructArray-request.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructArray-request.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+   <soapenv:Body>
+      <ns1:echoStructArray soapenv:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns1="http://example.org/ts-tests">
+         <inputStructArray soapenc:itemType="ns2:SOAPStruct" soapenc:arraySize="1" xsi:type="soapenc:Array" xmlns:ns2="http://example.org/ts-tests/xsd" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding">
+            <inputStructArray id="id0" xsi:type="ns2:SOAPStruct">
+               <varString xsi:type="xsd:string">EchoStruct</varString>
+               <varInt id="id1" xsi:type="xsd:int">10</varInt>
+               <varFloat id="id2" xsi:type="xsd:float">-5.0</varFloat>
+            </inputStructArray>
+         </inputStructArray>
+      </ns1:echoStructArray>
+   </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructArray-request.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructArray-response.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructArray-response.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructArray-response.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructArray-response.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope">
+   <SOAP-ENV:Body>
+      <m:echoStructArrayResponse SOAP-ENV:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://example.org/ts-tests">
+         <SOAP-RPC:result xmlns:SOAP-RPC="http://www.w3.org/2003/05/soap-rpc">return</SOAP-RPC:result>
+         <return SOAP-ENC:arraySize="1" SOAP-ENC:itemType="nsa:SOAPStruct" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:nsa="http://example.org/ts-tests/xsd">
+            <item>
+               <varString>EchoStruct</varString>
+               <varInt>10</varInt>
+               <varFloat>-5.0</varFloat>
+            </item>
+         </return>
+      </m:echoStructArrayResponse>
+   </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructArray-response.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructAsSimpleTypes-request.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructAsSimpleTypes-request.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructAsSimpleTypes-request.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructAsSimpleTypes-request.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+   <soapenv:Body>
+      <ns1:echoStructAsSimpleTypes soapenv:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns1="http://example.org/ts-tests">
+         <inputStruct id="id0" xsi:type="ns2:SOAPStruct" xmlns:ns2="http://example.org/ts-tests/xsd">
+            <varString xsi:type="xsd:string">EchoStructAsSimpleTypes</varString>
+            <varInt id="id1" xsi:type="xsd:int">10</varInt>
+            <varFloat id="id2" xsi:type="xsd:float">-5.0</varFloat>
+         </inputStruct>
+      </ns1:echoStructAsSimpleTypes>
+   </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructAsSimpleTypes-request.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructAsSimpleTypes-response.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructAsSimpleTypes-response.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructAsSimpleTypes-response.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructAsSimpleTypes-response.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope">
+   <SOAP-ENV:Body>
+      <m:echoStructAsSimpleTypesResponse SOAP-ENV:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://example.org/ts-tests">
+         <outputString>EchoStructAsSimpleTypes</outputString>
+         <outputInteger>10</outputInteger>
+         <outputFloat>-5.0</outputFloat>
+      </m:echoStructAsSimpleTypesResponse>
+   </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/echoStructAsSimpleTypes-response.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/isNil-request.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/isNil-request.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/isNil-request.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/isNil-request.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+   <soapenv:Body>
+      <ns1:isNil soapenv:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns1="http://example.org/ts-tests">
+         <inputString xsi:type="xsd:string">isNil</inputString>
+      </ns1:isNil>
+   </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/isNil-request.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/isNil-response.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/isNil-response.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/isNil-response.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/isNil-response.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope">
+   <SOAP-ENV:Body>
+      <m:isNilResponse SOAP-ENV:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://example.org/ts-tests">
+         <SOAP-RPC:result xmlns:SOAP-RPC="http://www.w3.org/2003/05/soap-rpc">return</SOAP-RPC:result>
+         <return>0</return>
+      </m:isNilResponse>
+   </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/isNil-response.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/returnVoid-request.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/returnVoid-request.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/returnVoid-request.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/returnVoid-request.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+   <soapenv:Body>
+      <ns1:returnVoid soapenv:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns1="http://example.org/ts-tests"/>
+   </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/returnVoid-request.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/returnVoid-response.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/returnVoid-response.xml?rev=1396300&view=auto
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/returnVoid-response.xml (added)
+++ axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/returnVoid-response.xml Tue Oct  9 20:40:33 2012
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope">
+   <SOAP-ENV:Body>
+      <m:returnVoidResponse SOAP-ENV:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://example.org/ts-tests" />
+   </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
\ No newline at end of file

Propchange: axis/axis1/java/trunk/interop-mock/src/main/resources/whitemesa/soap12/test-rpc/returnVoid-response.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: axis/axis1/java/trunk/interop-mock/src/main/webapp/WEB-INF/dispatcher-servlet.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop-mock/src/main/webapp/WEB-INF/dispatcher-servlet.xml?rev=1396300&r1=1396299&r2=1396300&view=diff
==============================================================================
--- axis/axis1/java/trunk/interop-mock/src/main/webapp/WEB-INF/dispatcher-servlet.xml (original)
+++ axis/axis1/java/trunk/interop-mock/src/main/webapp/WEB-INF/dispatcher-servlet.xml Tue Oct  9 20:40:33 2012
@@ -24,6 +24,129 @@
     
     <!-- Endpoints that mock http://www.whitemesa.net -->
     
+    <bean name="/soap12/test-rpc" class="org.apache.axis.test.interop.mock.MockPostHandler">
+        <property name="wsdl" value="classpath:wsdl/soap12-test.wsdl"/>
+        <property name="exchanges">
+            <list>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/countItems-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/countItems-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoBase64-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoBase64-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoBoolean-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoBoolean-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoDate-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoDate-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoDecimal-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoDecimal-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoFloat-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoFloat-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoFloatArray-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoFloatArray-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoIntegerArray-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoIntegerArray-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoNestedArray-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoNestedArray-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoNestedStruct-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoNestedStruct-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoSimpleTypesAsStruct-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoSimpleTypesAsStruct-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoString-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoString-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoStringArray-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoStringArray-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoStruct-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoStruct-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoStructArray-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoStructArray-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/echoStructAsSimpleTypes-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/echoStructAsSimpleTypes-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/isNil-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/isNil-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-rpc/returnVoid-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-rpc/returnVoid-response.xml"/>
+                </bean>
+            </list>
+        </property>
+    </bean>
+    
+    <bean name="/soap12/test-doc" class="org.apache.axis.test.interop.mock.MockPostHandler">
+        <property name="wsdl" value="classpath:wsdl/soap12-test.wsdl"/>
+        <property name="exchanges">
+            <list>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-doc/T1-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-doc/T1-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-doc/T2-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-doc/T2-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-doc/T3-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-doc/T3-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-doc/T4-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-doc/T4-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-doc/T5-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-doc/T5-response.xml"/>
+                </bean>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-doc/T12-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-doc/T12-response.xml"/>
+                </bean>
+            </list>
+        </property>
+    </bean>
+    
+    <bean name="/soap12/test-intermediary" class="org.apache.axis.test.interop.mock.MockPostHandler">
+        <property name="exchanges">
+            <list>
+                <bean class="org.apache.axis.test.interop.mock.Exchange">
+                    <property name="request" value="classpath:whitemesa/soap12/test-intermediary/T6-request.xml"/>
+                    <property name="response" value="classpath:whitemesa/soap12/test-intermediary/T6-response.xml"/>
+                </bean>
+            </list>
+        </property>
+    </bean>
+    
     <bean name="/soap12/add-test-rpc" class="org.apache.axis.test.interop.mock.MockPostHandler">
         <property name="wsdl" value="classpath:wsdl/soap12-add-test.wsdl"/>
         <property name="requestProcessors">

Modified: axis/axis1/java/trunk/interop/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop/pom.xml?rev=1396300&r1=1396299&r2=1396300&view=diff
==============================================================================
--- axis/axis1/java/trunk/interop/pom.xml (original)
+++ axis/axis1/java/trunk/interop/pom.xml Tue Oct  9 20:40:33 2012
@@ -87,7 +87,7 @@
                             <goal>generate-test-sources</goal>
                         </goals>
                         <configuration>
-                            <file>../test/wsdl/soap12/assertion/soap12-test.wsdl</file>
+                            <file>../interop-mock/src/main/resources/wsdl/soap12-test.wsdl</file>
                             <generate>both</generate>
                             <mappings>
                                 <mapping>

Modified: axis/axis1/java/trunk/interop/src/test/java/test/wsdl/soap12/assertion/WhiteMesaSoap12TestSvcTestCase.java
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/interop/src/test/java/test/wsdl/soap12/assertion/WhiteMesaSoap12TestSvcTestCase.java?rev=1396300&r1=1396299&r2=1396300&view=diff
==============================================================================
--- axis/axis1/java/trunk/interop/src/test/java/test/wsdl/soap12/assertion/WhiteMesaSoap12TestSvcTestCase.java (original)
+++ axis/axis1/java/trunk/interop/src/test/java/test/wsdl/soap12/assertion/WhiteMesaSoap12TestSvcTestCase.java Tue Oct  9 20:40:33 2012
@@ -17,6 +17,7 @@ import org.apache.axis.constants.Style;
 import org.apache.axis.client.Call;
 import org.apache.axis.client.Service;
 
+import java.net.URL;
 import java.util.Arrays;
 import java.util.TimeZone;
 import java.util.Calendar;
@@ -25,8 +26,10 @@ import java.util.Iterator;
 
 public class WhiteMesaSoap12TestSvcTestCase extends junit.framework.TestCase {
     public final String TEST_NS = "http://example.org/ts-tests";
-    public final String DOC_ENDPOINT = "http://www.whitemesa.net/soap12/test-doc";
-    public final String INTERMEDIARY_ENDPOINT = "http://www.whitemesa.net/soap12/test-intermediary";
+    public final String BASE_URL = "http://localhost:9080";
+    public final String RPC_ENDPOINT = BASE_URL + "/soap12/test-rpc";
+    public final String DOC_ENDPOINT = BASE_URL + "/soap12/test-doc";
+    public final String INTERMEDIARY_ENDPOINT = BASE_URL + "/soap12/test-intermediary";
     public final String ROLE_A = "http://example.org/ts-tests/A";
     public final String ROLE_B = "http://example.org/ts-tests/B";
     public final String ROLE_C = "http://example.org/ts-tests/C";
@@ -37,23 +40,23 @@ public class WhiteMesaSoap12TestSvcTestC
 
     public void testSoap12TestDocPortWSDL() throws Exception {
         javax.xml.rpc.ServiceFactory serviceFactory = javax.xml.rpc.ServiceFactory.newInstance();
-        java.net.URL url = new java.net.URL(new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestDocPortAddress() + "?WSDL");
+        java.net.URL url = new java.net.URL(DOC_ENDPOINT + "?WSDL");
         javax.xml.rpc.Service service = serviceFactory.createService(url, new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getServiceName());
         assertTrue(service != null);
     }
 
     public void testSoap12TestRpcPortWSDL() throws Exception {
         javax.xml.rpc.ServiceFactory serviceFactory = javax.xml.rpc.ServiceFactory.newInstance();
-        java.net.URL url = new java.net.URL(new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPortAddress() + "?WSDL");
+        java.net.URL url = new java.net.URL(RPC_ENDPOINT + "?WSDL");
         javax.xml.rpc.Service service = serviceFactory.createService(url, new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getServiceName());
         assertTrue(service != null);
     }
 
     public void test1Soap12TestRpcPortReturnVoid() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -71,10 +74,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test2Soap12TestRpcPortEchoStruct() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -99,10 +102,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test3Soap12TestRpcPortEchoStructArray() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -127,10 +130,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test4Soap12TestRpcPortEchoStructAsSimpleTypes() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -160,10 +163,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test5Soap12TestRpcPortEchoSimpleTypesAsStruct() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -189,10 +192,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test6Soap12TestRpcPortEchoNestedStruct() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -225,10 +228,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test7Soap12TestRpcPortEchoNestedArray() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -255,10 +258,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test8Soap12TestRpcPortEchoFloatArray() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -285,10 +288,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test9Soap12TestRpcPortEchoStringArray() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -314,10 +317,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test10Soap12TestRpcPortEchoIntegerArray() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -343,10 +346,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test11Soap12TestRpcPortEchoBase64() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -369,10 +372,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test12Soap12TestRpcPortEchoBoolean() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -392,10 +395,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test13Soap12TestRpcPortEchoDate() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -418,10 +421,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test14Soap12TestRpcPortEchoDecimal() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -444,10 +447,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test15Soap12TestRpcPortEchoFloat() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -468,10 +471,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test16Soap12TestRpcPortEchoString() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -492,10 +495,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test17Soap12TestRpcPortCountItems() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -515,10 +518,10 @@ public class WhiteMesaSoap12TestSvcTestC
     }
 
     public void test18Soap12TestRpcPortIsNil() throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestRpcBindingStub binding;
+        Soap12TestRpcBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestRpcBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort();
+            binding = (Soap12TestRpcBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestRpcPort(new URL(RPC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)
@@ -546,10 +549,10 @@ public class WhiteMesaSoap12TestSvcTestC
      * @throws Exception
      */ 
     protected void testEchoOkHeaderWithEmptyBody(String role) throws Exception {
-        test.wsdl.soap12.assertion.Soap12TestDocBindingStub binding;
+        Soap12TestDocBindingStub binding;
         try {
-            binding = (test.wsdl.soap12.assertion.Soap12TestDocBindingStub)
-                          new test.wsdl.soap12.assertion.WhiteMesaSoap12TestSvcLocator().getSoap12TestDocPort();
+            binding = (Soap12TestDocBindingStub)
+                          new WhiteMesaSoap12TestSvcLocator().getSoap12TestDocPort(new URL(DOC_ENDPOINT));
         }
         catch (javax.xml.rpc.ServiceException jre) {
             if(jre.getLinkedCause()!=null)