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 di...@apache.org on 2006/01/17 17:36:27 UTC

svn commit: r369832 - /webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleXSDAny_ServerResponse.expected

Author: dicka
Date: Tue Jan 17 08:36:23 2006
New Revision: 369832

URL: http://svn.apache.org/viewcvs?rev=369832&view=rev
Log:
Add server response for SimpleXSDAny, so it can be used in unit test framework

Added:
    webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleXSDAny_ServerResponse.expected

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleXSDAny_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleXSDAny_ServerResponse.expected?rev=369832&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleXSDAny_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleXSDAny_ServerResponse.expected Tue Jan 17 08:36:23 2006
@@ -0,0 +1,7 @@
+HTTP/1.1 200 OK
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-US
+Content-Length: 709
+Date: Mon, 16 Jan 2006 06:22:07 GMT
+
+<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:Header/><soapenv:Body><p38:asComplexTypeResponse xmlns:p38="http://xsd_byte.test.apache.org"><SimpleComplexType1><mybook 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" xmlns:ns1="http://xsd_byte.test.apache.org">WSCC</mybook><field2>WebServices</field2><field3>123</field3></SimpleComplexType1></p38:asComplexTypeResponse></soapenv:Body></soapenv:Envelope>
\ No newline at end of file