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 ja...@apache.org on 2005/10/10 13:09:22 UTC

svn commit: r312616 - /webservices/axis/trunk/c/tests/auto_build/testcases/tests/

Author: jamejose
Date: Mon Oct 10 04:09:02 2005
New Revision: 312616

URL: http://svn.apache.org/viewcvs?rev=312616&view=rev
Log:
Adding ?axis/ to endpoint

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleArrayDoc.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleArrays.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleRefDoc.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeArray.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnbounded.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnboundedInOutput.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestGetNamespacePrefix.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSetEndpoint.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSetHandlerProperty.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock2.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock3.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProperties.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProtocol.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProtocolFault.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProxy.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportTimeout.xml

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleArrayDoc.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleArrayDoc.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleArrayDoc.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleArrayDoc.xml Mon Oct 10 04:09:02 2005
@@ -9,5 +9,5 @@
             SimpleArrayDoc.cpp.out
         </output>
     </expected>
-	<endpoint>http://localhost:80/SimpleArrayDoc</endpoint>
+	<endpoint>http://localhost:80/axis/SimpleArrayDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleArrays.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleArrays.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleArrays.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleArrays.xml Mon Oct 10 04:09:02 2005
@@ -12,6 +12,6 @@
 			SimpleArrays_ServerResponse.expected
 		</serverResponse>
     </expected>
-	<endpoint>http://localhost:80/SimpleArrays</endpoint>
+	<endpoint>http://localhost:80/axis/SimpleArrays</endpoint>
 </test>
 

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleRefDoc.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleRefDoc.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleRefDoc.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleRefDoc.xml Mon Oct 10 04:09:02 2005
@@ -10,5 +10,5 @@
         </output>
 		<serverResponse>SimpleRefDoc_ServerResponse.expected</serverResponse>
     </expected>
-	<endpoint>http://localhost:80/SimpleRefDoc</endpoint>
+	<endpoint>http://localhost:80/axis/SimpleRefDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeArray.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeArray.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeArray.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeArray.xml Mon Oct 10 04:09:02 2005
@@ -9,5 +9,5 @@
             SimpleTypeArray.cpp.out
         </output>
     </expected>
-	<endpoint>-e http://localhost:80/SimpleTypeArray</endpoint>
+	<endpoint>-e http://localhost:80/axis/SimpleTypeArray</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnbounded.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnbounded.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnbounded.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnbounded.xml Mon Oct 10 04:09:02 2005
@@ -9,5 +9,5 @@
             SimpleTypeInnerUnbounded.cpp.out
         </output>
     </expected>
-	<endpoint>-e http://localhost:80/SimpleTypeInnerUnbounded</endpoint>
+	<endpoint>-e http://localhost:80/axis/SimpleTypeInnerUnbounded</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnboundedInOutput.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnboundedInOutput.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnboundedInOutput.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnboundedInOutput.xml Mon Oct 10 04:09:02 2005
@@ -9,5 +9,5 @@
             SimpleTypeInnerUnboundedInOutput.cpp.out
         </output>
     </expected>
-	<endpoint>-e http://localhost:80/SimpleTypeInnerUnboundedInOutput</endpoint>
+	<endpoint>-e http://localhost:80/axis/SimpleTypeInnerUnboundedInOutput</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestGetNamespacePrefix.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestGetNamespacePrefix.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestGetNamespacePrefix.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestGetNamespacePrefix.xml Mon Oct 10 04:09:02 2005
@@ -12,6 +12,6 @@
             TestGetNamespacePrefixRequest.out
         </request>
     </expected>
-        <endpoint>http://localhost:80/MathOpsDoc</endpoint>
+        <endpoint>http://localhost:80/axis/MathOpsDoc</endpoint>
 </test>
 

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSetEndpoint.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSetEndpoint.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSetEndpoint.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSetEndpoint.xml Mon Oct 10 04:09:02 2005
@@ -12,5 +12,5 @@
             TestSetEndpoint.request
 			</request>
     </expected>
-	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSetHandlerProperty.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSetHandlerProperty.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSetHandlerProperty.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSetHandlerProperty.xml Mon Oct 10 04:09:02 2005
@@ -17,6 +17,6 @@
            Calculator
        </service>
     </handler>
-	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
 </test>
 

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock.xml Mon Oct 10 04:09:02 2005
@@ -12,6 +12,6 @@
             TestSoapHeaderBlockRequest.out
         </request>
     </expected>
-        <endpoint>http://localhost:80/MathOpsDoc</endpoint>
+        <endpoint>http://localhost:80/axis/MathOpsDoc</endpoint>
 </test>
 

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock2.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock2.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock2.xml Mon Oct 10 04:09:02 2005
@@ -15,6 +15,6 @@
 			TestSoapHeaderBlock2_ServerResponse.expected
 	    </serverResponse>
     </expected>
-        <endpoint>http://localhost:80/MathOpsDoc</endpoint>
+        <endpoint>http://localhost:80/axis/MathOpsDoc</endpoint>
 </test>
 

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock3.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock3.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock3.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock3.xml Mon Oct 10 04:09:02 2005
@@ -12,6 +12,6 @@
             TestSoapHeaderBlock3Request.out
         </request>
     </expected>
-        <endpoint>http://localhost:80/MathOpsDoc</endpoint>
+        <endpoint>http://localhost:80/axis/MathOpsDoc</endpoint>
 </test>
 

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProperties.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProperties.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProperties.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProperties.xml Mon Oct 10 04:09:02 2005
@@ -12,5 +12,5 @@
             TestTransportPropertiesRequest.out
         </request>
     </expected>
-	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProtocol.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProtocol.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProtocol.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProtocol.xml Mon Oct 10 04:09:02 2005
@@ -12,5 +12,5 @@
 	    TestTransportProtocolRequest.out
 	</request>
     </expected>
-	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProtocolFault.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProtocolFault.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProtocolFault.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProtocolFault.xml Mon Oct 10 04:09:02 2005
@@ -9,5 +9,5 @@
             TestTransportProtocolFault.expected
         </output>
     </expected>
-	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProxy.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProxy.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProxy.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportProxy.xml Mon Oct 10 04:09:02 2005
@@ -13,7 +13,7 @@
             TestTransportPropertiesRequest.out
                 </request>
     </expected>
-        <endpoint>http://localhost:80/CalculatorDoc</endpoint>
+        <endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
 	<nomonitor>true</nomonitor>
 </test>
 

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportTimeout.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportTimeout.xml?rev=312616&r1=312615&r2=312616&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportTimeout.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/TestTransportTimeout.xml Mon Oct 10 04:09:02 2005
@@ -9,5 +9,5 @@
             TestTransportTimeout.expected
         </output>
     </expected>
-	<endpoint>http://localhost:80/TestTransportTimeout</endpoint>
+	<endpoint>http://localhost:80/axis/TestTransportTimeout</endpoint>
 </test>