Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 23673 invoked from network); 9 Aug 2007 07:34:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Aug 2007 07:34:45 -0000 Received: (qmail 38643 invoked by uid 500); 9 Aug 2007 07:34:44 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 38355 invoked by uid 500); 9 Aug 2007 07:34:43 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 38344 invoked by uid 99); 9 Aug 2007 07:34:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 00:34:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fpunkt@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 09 Aug 2007 07:34:38 +0000 Received: (qmail invoked by alias); 09 Aug 2007 07:34:16 -0000 Received: from dslb-088-073-056-158.pools.arcor-ip.net (EHLO localhost) [88.73.56.158] by mail.gmx.net (mp058) with SMTP; 09 Aug 2007 09:34:16 +0200 X-Authenticated: #265408 X-Provags-ID: V01U2FsdGVkX1808jc+t3s0QvlHzI4V1GVPNy3FfZCVW0CM5EGCp+ E/rp8DxMtNqqJD Date: Thu, 09 Aug 2007 09:35:37 +0200 To: "Apache AXIS C User List" Subject: Re: [WSDL2C] Bug in C - ServerStubs - Unexpected Subelement From: "Dr. Florian Steinborn" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.20 (Linux) X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, just to let you know what we did to temporarily bypass the problem: We added just one exclamation mark and it works: [...] > if(has_parent) > axutil_stream_write(stream, env, start_input_str, > start_input_str_len); changed to if(!has_parent) axutil_stream_write(stream, env, start_input_str, start_input_str_len); [...] Needless to say this is editing the generated source - the way we did not want to go. Thanks and greetings from Berlin, Flori --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org