not able to generate inner classes/interfaces ---------------------------------------------
Key: XMLBEANS-318 URL: https://issues.apache.org/jira/browse/XMLBEANS-318 Project: XMLBeans Issue Type: Bug Affects Versions: Version 2.2 Environment: Linux Fedora fc5, tomcat 6.0.7, java1.5.0_11, Axis2 1.1.1, xmlbeans 2.2.0 Reporter: Federica Ciotti I'm using the wsdl2java axis ant task with xmlbeans. For each complex element in my xsd referenced in wsdl, let say save_business, I get the two interfaces: SaveBusiness.java SaveBusinessDocument.java and the two classes: impl/SaveBusinessDocumentImpl.java impl/SaveBusinessImpl.java Why don't I get SaveBusiness interface contained in SaveBusinessDocument? I thought it depends on the -u options but using this option doesn't make any difference in my case. Many 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]