Hi all,
I ran into a problem about generating classes from a wsdl file at work. I was given a wsdl, and I need to build a server that agrees with that wsdl. However, there are some classes (complexType) that are derived from others. Those classes are not referred directly or indirectly by other entities, and didn't get generated. Example:
ParameterGroup extends from another class, and is referred by the input message, so it got generated. But not ParameterGroupSelectable. Is there anyway I can force the derived classes to be generated in Jboss?
Below is the wscompile entry in my build-wscompile.xml:
Thank you.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885535#3885535
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885535
|