Return-Path: Delivered-To: apmail-axis-c-dev-archive@www.apache.org Received: (qmail 56782 invoked from network); 4 May 2010 16:17:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 May 2010 16:17:23 -0000 Received: (qmail 28123 invoked by uid 500); 4 May 2010 16:17:23 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 28089 invoked by uid 500); 4 May 2010 16:17:23 -0000 Mailing-List: contact c-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list c-dev@axis.apache.org Received: (qmail 28081 invoked by uid 99); 4 May 2010 16:17:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 16:17:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 16:17:21 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o44GGwNp012297 for ; Tue, 4 May 2010 16:16:59 GMT Message-ID: <18960657.39811272989818279.JavaMail.jira@thor> Date: Tue, 4 May 2010 12:16:58 -0400 (EDT) From: "nadir amra (JIRA)" To: c-dev@axis.apache.org Subject: [jira] Created: (AXISCPP-1070) Add support for element that references a schema MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Add support for element that references a schema ------------------------------------------------ Key: AXISCPP-1070 URL: https://issues.apache.org/jira/browse/AXISCPP-1070 Project: Axis-C++ Issue Type: Bug Reporter: nadir amra Assignee: nadir amra Fix For: current (nightly) Currently, the code ignores elements that references schemas. For example: It ignores these elements silently and thus when a response is received that contains the schema an exception is thrown. I have chose to handle this by mapping schema references to the anyType and handle it as anyType. During my testing, I found a bug in the way we handle anyType in that namespaces declarations on the element are thrown away. For example, a response of would result in This has also been corrected. -- 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: c-dev-unsubscribe@axis.apache.org For additional commands, e-mail: c-dev-help@axis.apache.org