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 pr...@apache.org on 2005/10/13 15:21:24 UTC

svn commit: r320759 - in /webservices/axis/trunk/c/tests/auto_build/testcases/output: ValidXMLCharIsInterpretedAsCPPCommand_Out.expected ValidXMLCharIsInterpretedAsCPPCommand_Request.expected ValidXMLCharIsInterpretedAsCPPCommand_ServerResponse.expected

Author: prestonf
Date: Thu Oct 13 06:21:20 2005
New Revision: 320759

URL: http://svn.apache.org/viewcvs?rev=320759&view=rev
Log:
Part of the fix for AXISCPP-850

Added:
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Out.expected
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Request.expected
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_ServerResponse.expected

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Out.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Out.expected?rev=320759&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Out.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Out.expected Thu Oct 13 06:21:20 2005
@@ -0,0 +1 @@
+---------------------- TEST COMPLETED SUCCESSFULLY -----------------------------

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Request.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Request.expected?rev=320759&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Request.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Request.expected Thu Oct 13 06:21:20 2005
@@ -0,0 +1,78 @@
+POST /axis/ValidXMLCharIsInterpretedAsCPPCommand HTTP/1.1
+Host: 127.0.0.1:13260
+Content-Type: text/xml; charset=UTF-8
+SOAPAction: "ValidXMLCharIsInterpretedAsCPPCommand#test1"
+Content-Length: 852
+
+<?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:test1Request xmlns:ns1="http://localhost/axis/ValidXMLCharIsInterpretedAsCPPCommand">
+<ns1:Element><ns2:arg_name1 xmlns:ns2="ValidXMLCharIsInterpretedAsCPPCommandTypes">1</ns2:arg_name1>
+<ns3:arg_name2 xmlns:ns3="ValidXMLCharIsInterpretedAsCPPCommandTypes">2</ns3:arg_name2>
+<ns4:arg_name3 xmlns:ns4="ValidXMLCharIsInterpretedAsCPPCommandTypes">3</ns4:arg_name3>
+<ns5:arg_name4 xmlns:ns5="ValidXMLCharIsInterpretedAsCPPCommandTypes">4</ns5:arg_name4>
+<ns6:arg_name5 xmlns:ns6="ValidXMLCharIsInterpretedAsCPPCommandTypes">5</ns6:arg_name5>
+</ns1:Element>
+</ns1:test1Request>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+
+POST /axis/ValidXMLCharIsInterpretedAsCPPCommand HTTP/1.1
+Host: 127.0.0.1:13260
+Content-Type: text/xml; charset=UTF-8
+SOAPAction: "ValidXMLCharIsInterpretedAsCPPCommand#test1"
+Content-Length: 500
+
+<?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:test2Request xmlns:ns1="http://localhost/axis/ValidXMLCharIsInterpretedAsCPPCommand">
+<ns1:Element><ns2:arg_name1 xmlns:ns2="ValidXMLCharIsInterpretedAsCPPCommandTypes">6</ns2:arg_name1>
+</ns1:Element>
+</ns1:test2Request>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+
+POST /axis/ValidXMLCharIsInterpretedAsCPPCommand HTTP/1.1
+Host: 127.0.0.1:13260
+Content-Type: text/xml; charset=UTF-8
+SOAPAction: "ValidXMLCharIsInterpretedAsCPPCommand#test1"
+Content-Length: 943
+
+<?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:test3Request xmlns:ns1="http://localhost/axis/ValidXMLCharIsInterpretedAsCPPCommand">
+<ns1:Element><ns2:arg_name1 xmlns:ns2="ValidXMLCharIsInterpretedAsCPPCommandTypes">7</ns2:arg_name1>
+<ns3:arg_name2 xmlns:ns3="ValidXMLCharIsInterpretedAsCPPCommandTypes">8</ns3:arg_name2>
+<ns4:arg_name3 xmlns:ns4="ValidXMLCharIsInterpretedAsCPPCommandTypes">9</ns4:arg_name3>
+<ns5:arg_name4 xmlns:ns5="ValidXMLCharIsInterpretedAsCPPCommandTypes">10</ns5:arg_name4>
+<ns6:arg_name5 xmlns:ns6="ValidXMLCharIsInterpretedAsCPPCommandTypes">11</ns6:arg_name5>
+<ns7:arg_name6 xmlns:ns7="ValidXMLCharIsInterpretedAsCPPCommandTypes">12</ns7:arg_name6>
+</ns1:Element>
+</ns1:test3Request>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+
+POST /axis/ValidXMLCharIsInterpretedAsCPPCommand HTTP/1.1
+Host: 127.0.0.1:13260
+Content-Type: text/xml; charset=UTF-8
+SOAPAction: "ValidXMLCharIsInterpretedAsCPPCommand#test1"
+Content-Length: 952
+
+<?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:test4Request xmlns:ns1="http://localhost/axis/ValidXMLCharIsInterpretedAsCPPCommand">
+<ns1:Element><ns2:arg_name1_ xmlns:ns2="ValidXMLCharIsInterpretedAsCPPCommandTypes">13</ns2:arg_name1_>
+<ns3:arg_name2_ xmlns:ns3="ValidXMLCharIsInterpretedAsCPPCommandTypes">14</ns3:arg_name2_>
+<ns4:arg_name3_ xmlns:ns4="ValidXMLCharIsInterpretedAsCPPCommandTypes">15</ns4:arg_name3_>
+<ns5:arg_name4 xmlns:ns5="ValidXMLCharIsInterpretedAsCPPCommandTypes">16</ns5:arg_name4>
+<ns6:arg_name5 xmlns:ns6="ValidXMLCharIsInterpretedAsCPPCommandTypes">17</ns6:arg_name5>
+<ns7:arg_name6 xmlns:ns7="ValidXMLCharIsInterpretedAsCPPCommandTypes">18</ns7:arg_name6>
+</ns1:Element>
+</ns1:test4Request>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_ServerResponse.expected?rev=320759&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_ServerResponse.expected Thu Oct 13 06:21:20 2005
@@ -0,0 +1,68 @@
+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
+
+180
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<soapenv:Body>
+<test1Response>
+<_return>15</_return>
+</test1Response>
+</soapenv:Body>
+</soapenv: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
+
+17f
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<soapenv:Body>
+<test2Response>
+<_return>6</_return>
+</test2Response>
+</soapenv:Body>
+</soapenv: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
+
+180
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<soapenv:Body>
+<test3Response>
+<_return>57</_return>
+</test3Response>
+</soapenv:Body>
+</soapenv: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
+
+180
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<soapenv:Body>
+<test4Response>
+<_return>93</_return>
+</test4Response>
+</soapenv:Body>
+</soapenv:Envelope>
+0
\ No newline at end of file