Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 42604 invoked from network); 6 Jun 2005 04:50:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2005 04:50:51 -0000 Received: (qmail 52679 invoked by uid 500); 6 Jun 2005 04:50:50 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 52665 invoked by uid 500); 6 Jun 2005 04:50:50 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 52649 invoked by uid 99); 6 Jun 2005 04:50:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 05 Jun 2005 21:50:48 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 92A9DCB for ; Mon, 6 Jun 2005 06:50:44 +0200 (CEST) Message-ID: <746320666.1118033444576.JavaMail.jira@ajax.apache.org> Date: Mon, 6 Jun 2005 06:50:44 +0200 (CEST) From: "Dushshantha Chandradasa (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXISCPP-616) Empty strings or null values misinterpreted in Arrays by SoapDeserializer In-Reply-To: <750253323.1113582694952.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-616?page=comments#action_12312712 ] Dushshantha Chandradasa commented on AXISCPP-616: ------------------------------------------------- For me it seems to work properly. I sent a string array with one of the two elements is set to null to the server and just got the same string array retuning by the server. I got the expected returning soap message from the server as follows. Request sent by the Client ------------------------------------- POST /axis/SimpleArrays HTTP/1.1 Host: localhost:8080 Content-Type: text/xml; charset=UTF-8 SOAPAction: "SimpleArrays#echoStringArray" Content-Length: 437 Apache Response sent by the Server ---------------------------------------- Apache Giorgio, it would be helpful for me to debug if u attach the WSDl file u used for this. > Empty strings or null values misinterpreted in Arrays by SoapDeserializer > ------------------------------------------------------------------------- > > Key: AXISCPP-616 > URL: http://issues.apache.org/jira/browse/AXISCPP-616 > Project: Axis-C++ > Type: Bug > Components: Client - Deserialization > Versions: 1.5 Final > Environment: Win32 > Reporter: Giorgio Saviane > Priority: Blocker > > A WS method call returning an Array of Strings (a Java String[] type) fails on the SoapDeSerializer::getBasicArray method if the array contains some empty strings or null objects. > The failure could be isolated at line 1330 of SoapDeSerializer.cpp, on a piece of code where a call to the DESERIALIZE_ENCODED_POINTER_ARRAY_BLOCK macro occurs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira