Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 93774 invoked from network); 21 Jul 2005 10:57:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jul 2005 10:57:12 -0000 Received: (qmail 38240 invoked by uid 500); 21 Jul 2005 10:57:12 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 38225 invoked by uid 500); 21 Jul 2005 10:57:11 -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 38210 invoked by uid 99); 21 Jul 2005 10:57:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2005 03:56:59 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id E5ECED2 for ; Thu, 21 Jul 2005 12:56:55 +0200 (CEST) Message-ID: <1242747285.1121943415858.JavaMail.jira@ajax.apache.org> Date: Thu, 21 Jul 2005 12:56:55 +0200 (CEST) From: "shijith lal (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXISCPP-663) Deserializing a Complex Element 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-663?page=all ] shijith lal updated AXISCPP-663: -------------------------------- Attachment: syncadminstub.wsdl I am attaching the wsdl file. I use the Java2Wsdl tool to create the WSDL file. > Deserializing a Complex Element > ------------------------------- > > Key: AXISCPP-663 > URL: http://issues.apache.org/jira/browse/AXISCPP-663 > Project: Axis-C++ > Type: Bug > Components: Client - Deserialization > 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. - 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