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 du...@apache.org on 2005/10/20 06:51:38 UTC

svn commit: r326816 - in /webservices/axis/trunk/c/tests/auto_build/testcases/output: SimpleChoiceNillable.expected SimpleChoiceNillable_ServerResponse.expected

Author: dushshantha
Date: Wed Oct 19 21:51:30 2005
New Revision: 326816

URL: http://svn.apache.org/viewcvs?rev=326816&view=rev
Log:
Added a test case to test Simple Nillable Choice elements.

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

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleChoiceNillable.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleChoiceNillable.expected?rev=326816&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleChoiceNillable.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleChoiceNillable.expected Wed Oct 19 21:51:30 2005
@@ -0,0 +1,2 @@
+Calling the Service...
+The Value is NULL

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleChoiceNillable_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleChoiceNillable_ServerResponse.expected?rev=326816&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleChoiceNillable_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/SimpleChoiceNillable_ServerResponse.expected Wed Oct 19 21:51:30 2005
@@ -0,0 +1,16 @@
+HTTP/1.1 200 OK
+Date: Thu, 20 Oct 2005 04:38:49 GMT
+Server: Apache/2.0.54 (Win32)
+Content-Length: 464
+Content-Type: text/xml
+###
+<?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:echoChoiceResponse xmlns:ns1="http://soapinterop.org/">
+<_return><ns2:IntValue xmlns:ns2="http://soapinterop.org/xsd" xsi:nil="true"></ns2:IntValue>
+</_return>
+</ns1:echoChoiceResponse>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+0
\ No newline at end of file