Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 76690 invoked from network); 8 Oct 2008 03:52:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2008 03:52:35 -0000 Received: (qmail 78833 invoked by uid 500); 8 Oct 2008 03:52:33 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 78817 invoked by uid 500); 8 Oct 2008 03:52:33 -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 78806 invoked by uid 99); 8 Oct 2008 03:52:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2008 20:52:33 -0700 X-ASF-Spam-Status: No, hits=-1999.9 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 03:51:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3493B234C210 for ; Tue, 7 Oct 2008 20:51:44 -0700 (PDT) Message-ID: <2122777579.1223437904214.JavaMail.jira@brutus> Date: Tue, 7 Oct 2008 20:51:44 -0700 (PDT) From: "nadir amra (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Resolved: (AXISCPP-663) Element values not escaped when using getAnyObject() In-Reply-To: <1346620725.1117281051502.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXISCPP-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nadir amra resolved AXISCPP-663. -------------------------------- Resolution: Fixed Element values that contain restricted characters are now escaped. Changes are in SVN revision 702692 (http://svn.apache.org/viewvc?view=rev&revision=702692). > Element values not escaped when using getAnyObject() > ---------------------------------------------------- > > Key: AXISCPP-663 > URL: https://issues.apache.org/jira/browse/AXISCPP-663 > Project: Axis-C++ > Issue Type: Bug > Components: Client - Deserialization > Affects Versions: 1.5 Final > Environment: Windows with apache tomcat and Apache SOAP > Reporter: shijith lal > Attachments: syncadminstub.wsdl > > > I am using the Axis C++ 1.5 Final version in my product. In that I want to recieve a complex object. Hence I write a custom deserializer function. In that deserializer function I am calling the "getAnyObject()" function of Deserializer. I am expecting a XML. For normal case it is working smooth. But if my response XML consist of any special charector ( '<','>','&', etc). The return value of "getAnyObject()" is not a escaped string. Hence I could not parse this string. Is it a expected behaviour. If it si so, Then how can I solve my problem?? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org