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 cd...@apache.org on 2005/07/13 11:14:08 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output NillableArrays_ServerResponse.expected PrimitiveAndArray_ServerResponse.expected

cdinapala    2005/07/13 02:14:08

  Modified:    c/tests/auto_build/testcases/tests NillableArrays.xml
                        PrimitiveAndArray.xml
               c/tests/auto_build/testcases unitTest.list
  Added:       c/tests/auto_build/testcases/output
                        NillableArrays_ServerResponse.expected
                        PrimitiveAndArray_ServerResponse.expected
  Log:
  Add new 2 tests to unit test suit
  
  Revision  Changes    Path
  1.3       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/NillableArrays.xml
  
  Index: NillableArrays.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/NillableArrays.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NillableArrays.xml	7 Apr 2005 11:40:14 -0000	1.2
  +++ NillableArrays.xml	13 Jul 2005 09:14:08 -0000	1.3
  @@ -11,6 +11,7 @@
           <request>
               NillableArraysRequest.out
           </request>
  +		<serverResponse>NillableArrays_ServerResponse.expected</serverResponse>
       </expected>
   	<endpoint>http://localhost:80/axis/NillableArrays</endpoint>
   </test>
  
  
  
  1.3       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/PrimitiveAndArray.xml
  
  Index: PrimitiveAndArray.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/PrimitiveAndArray.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PrimitiveAndArray.xml	7 Apr 2005 11:40:14 -0000	1.2
  +++ PrimitiveAndArray.xml	13 Jul 2005 09:14:08 -0000	1.3
  @@ -8,6 +8,7 @@
           <output>
               PrimitiveAndArray.expected
           </output>
  +		<serverResponse>PrimitiveAndArray_ServerResponse.expected</serverResponse>
       </expected>
   	<endpoint>http://localhost:80/axis/PrimitiveAndArray</endpoint>
   </test>
  
  
  
  1.24      +2 -0      ws-axis/c/tests/auto_build/testcases/unitTest.list
  
  Index: unitTest.list
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/unitTest.list,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- unitTest.list	13 Jul 2005 08:24:00 -0000	1.23
  +++ unitTest.list	13 Jul 2005 09:14:08 -0000	1.24
  @@ -17,8 +17,10 @@
   ManyTypeRefRoot.xml
   MultiOut.xml
   NestedComplex.xml
  +NillableArrays.xml
   NilValuesTest.xml
   nillableComplexType.xml
  +PrimitiveAndArray.xml
   RecurseTypes.xml
   SimpleArrays.xml
   TestSoapHeaderBlock2
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/NillableArrays_ServerResponse.expected
  
  Index: NillableArrays_ServerResponse.expected
  ===================================================================
  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:echoBooleanArrayResponse xmlns:ns1="http://arrays.test.apache.org">
  <echoBooleanArrayReturn>false</echoBooleanArrayReturn>
  <echoBooleanArrayReturn xsi:nil="true"></echoBooleanArrayReturn>
  <echoBooleanArrayReturn>true</echoBooleanArrayReturn>
  </ns1:echoBooleanArrayResponse>
  </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:echoShortArrayResponse xmlns:ns1="http://arrays.test.apache.org">
  <echoShortArrayReturn>252</echoShortArrayReturn>
  <echoShortArrayReturn xsi:nil="true"></echoShortArrayReturn>
  <echoShortArrayReturn>254</echoShortArrayReturn>
  </ns1:echoShortArrayResponse>
  </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:echoIntArrayResponse xmlns:ns1="http://arrays.test.apache.org">
  <echoIntArrayReturn>1000000</echoIntArrayReturn>
  <echoIntArrayReturn xsi:nil="true"></echoIntArrayReturn>
  <echoIntArrayReturn>1000002</echoIntArrayReturn>
  </ns1:echoIntArrayResponse>
  </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:echoLongArrayResponse xmlns:ns1="http://arrays.test.apache.org">
  <echoLongArrayReturn>200001</echoLongArrayReturn>
  <echoLongArrayReturn xsi:nil="true"></echoLongArrayReturn>
  <echoLongArrayReturn>200003</echoLongArrayReturn>
  </ns1:echoLongArrayResponse>
  </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:echoFloatArrayResponse xmlns:ns1="http://arrays.test.apache.org">
  <echoFloatArrayReturn>11.111000</echoFloatArrayReturn>
  <echoFloatArrayReturn xsi:nil="true"></echoFloatArrayReturn>
  <echoFloatArrayReturn>33.111000</echoFloatArrayReturn>
  </ns1:echoFloatArrayResponse>
  </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:echoDoubleArrayResponse xmlns:ns1="http://arrays.test.apache.org">
  <echoDoubleArrayReturn>71.156500</echoDoubleArrayReturn>
  <echoDoubleArrayReturn xsi:nil="true"></echoDoubleArrayReturn>
  <echoDoubleArrayReturn>73.156500</echoDoubleArrayReturn>
  </ns1:echoDoubleArrayResponse>
  </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:echoStringArrayResponse xmlns:ns1="http://arrays.test.apache.org">
  <echoStringArrayReturn>Apache</echoStringArrayReturn>
  <echoStringArrayReturn xsi:nil="true"></echoStringArrayReturn>
  <echoStringArrayReturn>Axis C++</echoStringArrayReturn>
  </ns1:echoStringArrayResponse>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  0
  
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/PrimitiveAndArray_ServerResponse.expected
  
  Index: PrimitiveAndArray_ServerResponse.expected
  ===================================================================
  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:sendPrimitiveAndArrayResponse xmlns:ns1="http://complexissues.test.apache.org">
  <sendPrimitiveAndArrayReturn><ns1:returnInt>37</ns1:returnInt>
  <ns1:returnArray>6</ns1:returnArray>
  <ns1:returnArray>7</ns1:returnArray>
  </sendPrimitiveAndArrayReturn>
  </ns1:sendPrimitiveAndArrayResponse>
  </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:sendArrayAndPrimitiveResponse xmlns:ns1="http://complexissues.test.apache.org">
  <sendArrayAndPrimitiveReturn><ns1:returnInt>43</ns1:returnInt>
  <ns1:returnArray>13</ns1:returnArray>
  <ns1:returnArray>17</ns1:returnArray>
  </sendArrayAndPrimitiveReturn>
  </ns1:sendArrayAndPrimitiveResponse>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  0