Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 13812 invoked from network); 14 Nov 2008 15:57:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2008 15:57:18 -0000 Received: (qmail 48536 invoked by uid 500); 14 Nov 2008 15:57:25 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 48519 invoked by uid 500); 14 Nov 2008 15:57:25 -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 48505 invoked by uid 99); 14 Nov 2008 15:57:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 07:57:25 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 15:56:02 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B3AA234C28E for ; Fri, 14 Nov 2008 07:56:46 -0800 (PST) Message-ID: <729791460.1226678206241.JavaMail.jira@brutus> Date: Fri, 14 Nov 2008 07:56:46 -0800 (PST) From: "nadir amra (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXISCPP-1060) xsd:anyType as input or output with -wunwrapped generated bad code. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org xsd:anyType as input or output with -wunwrapped generated bad code. --------------------------------------------------------------------- Key: AXISCPP-1060 URL: https://issues.apache.org/jira/browse/AXISCPP-1060 Project: Axis-C++ Issue Type: Bug Components: WSDL processing - Doc Affects Versions: current (nightly) Reporter: nadir amra Fix For: current (nightly) If WSDL has something like the following: ... The code that is generated is something like the following (this is for C code but something similar happens for C++): extern Xsdc__anyType version(AXISCHANDLE pStub); First, the output type should be xsdc__anyType. Then the input is ignored when input is xsd:anyType. -- 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