Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 37334 invoked from network); 28 Aug 2008 05:19:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Aug 2008 05:19:22 -0000 Received: (qmail 41174 invoked by uid 500); 28 Aug 2008 05:19:14 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 41097 invoked by uid 500); 28 Aug 2008 05:19:14 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 41086 invoked by uid 99); 28 Aug 2008 05:19:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 22:19:14 -0700 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; Thu, 28 Aug 2008 05:18:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3C162234C1AC for ; Wed, 27 Aug 2008 22:18:44 -0700 (PDT) Message-ID: <31913390.1219900724232.JavaMail.jira@brutus> Date: Wed, 27 Aug 2008 22:18:44 -0700 (PDT) From: "Tim West (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-3994) WSDL2Java with ADB binding bug on WSDL with two mutually-importing schemas MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org WSDL2Java with ADB binding bug on WSDL with two mutually-importing schemas -------------------------------------------------------------------------- Key: AXIS2-3994 URL: https://issues.apache.org/jira/browse/AXIS2-3994 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: adb, codegen, Tools Affects Versions: 1.4.1 Environment: Windows XP SP2, Java 1.5.0_06 Reporter: Tim West WSDL2Java fails to correctly generate an ADB stub for this WSDL: https://www.foxtel.com.au/EPGServiceWrapper/WebService/EPG/EPGServiceWrapper.wsdl. The following is printed during generation: [codegen] 2008.08.28 15:13:01.640 WARN org.apache.axis2.schema.SchemaCompiler Type {http://rbsw.foxtel.com.au/}BookingRequest missing! This means that in the generated code, BookingRequest objects are represented as OMElements rather than as objects based on the schema. My initial notes from investigation: * The WSDL contains two embedded schemas, both of which import each other (via an xsd:import). I suspect this is part of the problem. * I *think* the WSDL is valid - that is, (1) Axis 1 version 1.4 can handle the WSDL fine, and the generated code actually works, and (2) Axis2 1.4 with the XMLBeans binding runs without errors (though I did not test this client). I am invoking WSDL2Java as follows: I have searched through Jira and cannot find a similar issue to this one - sorry if I've missed anything. -- 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-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org