You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by cd...@apache.org on 2005/12/12 10:28:40 UTC

svn commit: r356230 - in /webservices/axis/trunk/c/tests/auto_build/testcases: ./ output/ tests/

Author: cdinapala
Date: Mon Dec 12 01:28:20 2005
New Revision: 356230

URL: http://svn.apache.org/viewcvs?rev=356230&view=rev
Log:
New 6 unit tests have added for RPC style.

Added:
    webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest3_ServerResponse.expected
    webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest7_ServerResponse.expected
    webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest8_ServerResponse.expected
    webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest10_ServerResponse.expected
    webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest2_ServerResponse.expected
    webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest8_ServerResponse.expected
Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest3.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest7.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest8.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest10.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest2.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest8.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/unitTest.list

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest3_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest3_ServerResponse.expected?rev=356230&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest3_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest3_ServerResponse.expected Mon Dec 12 01:28:20 2005
@@ -0,0 +1,34 @@
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-GB
+Transfer-Encoding: chunked
+
+###
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Body>
+<ns1:echoStringResponse xmlns:ns1="http://soapinterop.org/">
+<echoStringReturn xsi:type="xsd:string">hello world</echoStringReturn>
+</ns1:echoStringResponse>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+0
+
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-GB
+Transfer-Encoding: chunked
+
+###
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Body>
+<ns1:echoStringResponse xmlns:ns1="http://soapinterop.org/">
+<echoStringReturn xsi:type="xsd:string">hello world</echoStringReturn>
+</ns1:echoStringResponse>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+0
+

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest7_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest7_ServerResponse.expected?rev=356230&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest7_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest7_ServerResponse.expected Mon Dec 12 01:28:20 2005
@@ -0,0 +1,34 @@
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-GB
+Transfer-Encoding: chunked
+
+###
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Body>
+<ns1:echoStringResponse xmlns:ns1="http://soapinterop.org/">
+<echoStringReturn xsi:type="xsd:string">hello world</echoStringReturn>
+</ns1:echoStringResponse>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+0
+
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-GB
+Transfer-Encoding: chunked
+
+###
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Body>
+<ns1:echoStringResponse xmlns:ns1="http://soapinterop.org/">
+<echoStringReturn xsi:type="xsd:string">hello world</echoStringReturn>
+</ns1:echoStringResponse>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+0
+

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest8_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest8_ServerResponse.expected?rev=356230&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest8_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcHttpHeaderTest8_ServerResponse.expected Mon Dec 12 01:28:20 2005
@@ -0,0 +1,34 @@
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-GB
+Transfer-Encoding: chunked
+
+###
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Body>
+<ns1:echoStringResponse xmlns:ns1="http://soapinterop.org/">
+<echoStringReturn xsi:type="xsd:string">hello world</echoStringReturn>
+</ns1:echoStringResponse>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+0
+
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-GB
+Transfer-Encoding: chunked
+
+###
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Body>
+<ns1:echoStringResponse xmlns:ns1="http://soapinterop.org/">
+<echoStringReturn xsi:type="xsd:string">hello world</echoStringReturn>
+</ns1:echoStringResponse>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+0
+

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest10_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest10_ServerResponse.expected?rev=356230&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest10_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest10_ServerResponse.expected Mon Dec 12 01:28:20 2005
@@ -0,0 +1,18 @@
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-GB
+Transfer-Encoding: chunked
+
+###
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Header><ns2:TestHeader xmlns:ns2="http://ws.apache.org/axisCppTest/"><Credentials><username>Test User</username><password>Test Password</password></Credentials></ns2:TestHeader></SOAP-ENV:Header>
+<SOAP-ENV:Body>
+<ns1:echoStringResponse xmlns:ns1="http://soapinterop.org/">
+<echoStringReturn xsi:type="xsd:string">hello world</echoStringReturn>
+</ns1:echoStringResponse>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+0
+

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest2_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest2_ServerResponse.expected?rev=356230&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest2_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest2_ServerResponse.expected Mon Dec 12 01:28:20 2005
@@ -0,0 +1,35 @@
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-GB
+Transfer-Encoding: chunked
+
+###
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Header><ns2:TestHeader xmlns:ns2="http://ws.apache.org/axisCppTest/"><Credentials><username>Test User</username><password>Test Password</password></Credentials></ns2:TestHeader><ns3:TestHeader2 xmlns:ns3="http://ws.apache.org/axisCppTest/"><Credentials2><username>Test User2</username><password>Test Password2</password><Key>Test Key</Key></Credentials2></ns3:TestHeader2></SOAP-ENV:Header>
+<SOAP-ENV:Body>
+<ns1:echoStringResponse xmlns:ns1="http://soapinterop.org/">
+<echoStringReturn xsi:type="xsd:string">hello world</echoStringReturn>
+</ns1:echoStringResponse>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+0
+
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-GB
+Transfer-Encoding: chunked
+
+###
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Body>
+<ns1:echoStringResponse xmlns:ns1="http://soapinterop.org/">
+<echoStringReturn xsi:type="xsd:string">hello world</echoStringReturn>
+</ns1:echoStringResponse>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+0
+

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest8_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest8_ServerResponse.expected?rev=356230&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest8_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/RpcSoapHeaderTest8_ServerResponse.expected Mon Dec 12 01:28:20 2005
@@ -0,0 +1,35 @@
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-GB
+Transfer-Encoding: chunked
+
+###
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Header><ns2:TestHeader xmlns:ns2="http://ws.apache.org/axisCppTest/"></ns2:TestHeader><ns3:TestHeader2 xmlns:ns3="http://ws.apache.org/axisCppTest/"></ns3:TestHeader2></SOAP-ENV:Header>
+<SOAP-ENV:Body>
+<ns1:echoStringResponse xmlns:ns1="http://soapinterop.org/">
+<echoStringReturn xsi:type="xsd:string">hello world</echoStringReturn>
+</ns1:echoStringResponse>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+0
+
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-GB
+Transfer-Encoding: chunked
+
+###
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Body>
+<ns1:echoStringResponse xmlns:ns1="http://soapinterop.org/">
+<echoStringReturn xsi:type="xsd:string">hello world</echoStringReturn>
+</ns1:echoStringResponse>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+0
+

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest3.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest3.xml?rev=356230&r1=356229&r2=356230&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest3.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest3.xml Mon Dec 12 01:28:20 2005
@@ -8,6 +8,7 @@
         <output>
             RpcHttpHeaderTest3.cpp.out
         </output>
+    <serverResponse>RpcHttpHeaderTest3_ServerResponse.expected</serverResponse>
     </expected>
 	<endpoint>http://localhost:80/axis/InteropBase</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest7.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest7.xml?rev=356230&r1=356229&r2=356230&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest7.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest7.xml Mon Dec 12 01:28:20 2005
@@ -8,6 +8,7 @@
         <output>
             RpcHttpHeaderTest7.cpp.out
         </output>
+    <serverResponse>RpcHttpHeaderTest7_ServerResponse.expected</serverResponse>
     </expected>
 	<endpoint>http://localhost:80/axis/InteropBase</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest8.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest8.xml?rev=356230&r1=356229&r2=356230&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest8.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcHttpHeaderTest8.xml Mon Dec 12 01:28:20 2005
@@ -8,6 +8,7 @@
         <output>
             RpcHttpHeaderTest8.cpp.out
         </output>
+    <serverResponse>RpcHttpHeaderTest8_ServerResponse.expected</serverResponse>
     </expected>
 	<endpoint>http://localhost:80/axis/InteropBase</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest10.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest10.xml?rev=356230&r1=356229&r2=356230&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest10.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest10.xml Mon Dec 12 01:28:20 2005
@@ -8,6 +8,7 @@
         <output>
             RpcSoapHeaderTest10.cpp.out
         </output>
+    <serverResponse>RpcSoapHeaderTest10_ServerResponse.expected</serverResponse>
     </expected>
 	<endpoint>http://localhost:80/axis/InteropBase</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest2.xml?rev=356230&r1=356229&r2=356230&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest2.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest2.xml Mon Dec 12 01:28:20 2005
@@ -8,6 +8,7 @@
         <output>
             RpcSoapHeaderTest2.cpp.out
         </output>
+    <serverResponse>RpcSoapHeaderTest2_ServerResponse.expected</serverResponse>
     </expected>
 	<endpoint>http://localhost:80/axis/InteropBase</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest8.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest8.xml?rev=356230&r1=356229&r2=356230&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest8.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/RpcSoapHeaderTest8.xml Mon Dec 12 01:28:20 2005
@@ -8,6 +8,7 @@
         <output>
             RpcSoapHeaderTest8.cpp.out
         </output>
+    <serverResponse>RpcSoapHeaderTest8_ServerResponse.expected</serverResponse>
     </expected>
 	<endpoint>http://localhost:80/axis/InteropBase</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/unitTest.list
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/unitTest.list?rev=356230&r1=356229&r2=356230&view=diff
==============================================================================
Binary files - no diff available.