Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 80796 invoked from network); 19 Aug 2008 16:56:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Aug 2008 16:56:47 -0000 Received: (qmail 28465 invoked by uid 500); 19 Aug 2008 16:56:45 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 28446 invoked by uid 500); 19 Aug 2008 16:56:45 -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 28435 invoked by uid 99); 19 Aug 2008 16:56:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2008 09:56:45 -0700 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT 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; Tue, 19 Aug 2008 16:55:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D348D234C1BF for ; Tue, 19 Aug 2008 09:55:44 -0700 (PDT) Message-ID: <1507702739.1219164944864.JavaMail.jira@brutus> Date: Tue, 19 Aug 2008 09:55:44 -0700 (PDT) From: "Michael Chen (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXISCPP-1051) Bad code generated for several Cisco Call Manager WSDL In-Reply-To: <739531770.1219163624612.JavaMail.jira@brutus> 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-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Chen updated AXISCPP-1051: ---------------------------------- Attachment: PerfmonPort.wsdl Here is another more complex WSDL that resulted in bad code in generated file PerfmonPortType.cpp. > Bad code generated for several Cisco Call Manager WSDL > ------------------------------------------------------ > > Key: AXISCPP-1051 > URL: https://issues.apache.org/jira/browse/AXISCPP-1051 > Project: Axis-C++ > Issue Type: Bug > Components: Client - Stub > Affects Versions: 1.6 Final > Environment: Platform independent > Reporter: Michael Chen > Attachments: PerfmonPort.wsdl > > > I have several WSDL published by Cisco Call Manager (uses Axis for Java). When I used the pure Java utility WSDL2ws from a recent Axis-C++ check-out (subversion tag 682953) to generate C++ client stubs, it creates bad code in the service port class. Three out of four of these WSDL can lead to similar compile errors. I have included the simplest one below. The command used to generate the C++ stub is: > java -cp $jars org.apache.axis.wsdl.wsdl2ws.WSDL2Ws -sclient DimeGetFileService.wsdl > Errors are observed when compiling the generated GetFilePortType.cpp: > g++ -c GetFilePortType.cpp -o GetFilePortType.o -I$AXISCPP_HOME/include > Please look into it. Thanks. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- 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