[ 
https://issues.apache.org/jira/browse/XMLBEANS-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481362
 ] 

Jacob Danner commented on XMLBEANS-318:
---------------------------------------

I thought I had commented on this.
I'm pretty sure the problem you are seeing is a result of schema design.

Take a peek at the URL below:
http://www.xfront.com/GlobalVersusLocal.html
It goes into detail on the different schema designs. 

Each design produces a different object model in the java code and my guess is 
the xsd/wsdl you are trying to use is actually using a different design. 
Federica,  can you take a peek at the URL above and let us know if this makes 
sense and/or solves your problem?


> 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
>         Assigned To: Jacob Danner
>            Priority: Minor
>
> 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]

Reply via email to