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 ha...@apache.org on 2005/11/03 16:20:24 UTC

svn commit: r330563 - in /webservices/axis/trunk/c/tests/auto_build/testcases/output: DynamicGetAnyObjectWithAttributes.expected DynamicGetAnyObjectWithAttributes_ServerResponse.expected

Author: hawkeye
Date: Thu Nov  3 07:20:10 2005
New Revision: 330563

URL: http://svn.apache.org/viewcvs?rev=330563&view=rev
Log:
new unit test to check that we deserialise attributes correctly in getAnyObject

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

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes.expected?rev=330563&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes.expected Thu Nov  3 07:20:10 2005
@@ -0,0 +1,2 @@
+<RequiredAttributeElement xmlns="http://complextype.test.apache.org" requiredAttribute="true" anotherAttribute="false"></asRequiredAttributeResponse></soapenv:Body>
+----------------------------TEST COMPLETE------------------------------------
\ No newline at end of file

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes_ServerResponse.expected?rev=330563&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes_ServerResponse.expected Thu Nov  3 07:20:10 2005
@@ -0,0 +1,11 @@
+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"?>
+<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><asRequiredAttributeResponse xmlns="http://xsd_boolean.test.apache.org"><RequiredAttributeElement xmlns="http://complextype.test.apache.org" requiredAttribute="true" anotherAttribute="false"/></asRequiredAttributeResponse></soapenv:Body></soapenv:Envelope>
+0
+