Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 89957 invoked from network); 8 Oct 2004 10:24:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Oct 2004 10:24:57 -0000 Received: (qmail 27211 invoked by uid 500); 8 Oct 2004 10:24:56 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 27142 invoked by uid 500); 8 Oct 2004 10:24:55 -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 27127 invoked by uid 99); 8 Oct 2004 10:24:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 08 Oct 2004 03:24:54 -0700 Received: (qmail 7865 invoked from network); 8 Oct 2004 10:26:51 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 8 Oct 2004 10:26:51 -0000 Message-ID: <10248347.1097231211225.JavaMail.apache@nagoya> Date: Fri, 8 Oct 2004 03:26:51 -0700 (PDT) From: axis-c-dev@ws.apache.org To: axis-c-dev@ws.apache.org Subject: [jira] Reopened: (AXISCPP-96) WSDL2WS problem with complex type in WSDL In-Reply-To: <733688529.1086804434558.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Message: The following issue has been reopened. --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/AXISCPP-96 Here is an overview of the issue: --------------------------------------------------------------------- Key: AXISCPP-96 Summary: WSDL2WS problem with complex type in WSDL Type: Bug Status: Reopened Priority: Major Project: Axis-C++ Components: WSDL processing Versions: 1.1 Final Assignee: Reporter: Dirk Wollscheid Created: Wed, 9 Jun 2004 11:06 AM Updated: Fri, 8 Oct 2004 3:26 AM Environment: Win2K, Axis4c 1.1.1 code Description: I get the following ouput from WSDL2WS for the WSDLs that are listed below: ############## the type found ={http://schemas.xmlsoap.org/ws/2003/09/wsat}>PrepareResponse ############## the type found ={http://schemas.xmlsoap.org/ws/2003/09/wsat}Vote ############## the type found ={http://schemas.xmlsoap.org/ws/2003/09/wsat}Notification ############## the type found ={http://www.w3.org/2001/XMLSchema}any ############## the type found ={http://schemas.xmlsoap.org/ws/2003/09/wsat}ErrorCodes ############## the type found ={http://schemas.xmlsoap.org/ws/2003/09/wsat}Outcome ############## the type found ={http://schemas.xmlsoap.org/ws/2003/09/wsat}>ReplayResponse org.apache.axis.wsdl.wsdl2ws.WrapperFault: unregisterd type {http://schemas.xmlsoap.org/ws/2003/09/wsat}Notification refered at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.getServiceInfo(WSDL2Ws.java:219) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.genarateWrappers(WSDL2Ws.java:376) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(WSDL2Ws.java:646) Exception in thread "main" The problem seems to be in this line in WSDL2WsWSDL2Ws::getServiceInfo this.typeMap.removeType(qname); when I comment that out code generation works (I haven't tried compiling and running it). Here are the relevant WSDLs and XSDs: 1) This is the WSDL I run WSDL2WS on ( there's 1 WSDL and and 1XSDs that are imported. see below): 2) wstx.xsd 3) wstx.wsdl --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira