You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Pietro Boido <pi...@gmail.com> on 2012/09/06 17:29:11 UTC

code generation from wsdl with common types

Hello,

I have two wsdl files that use the same types defined in a common xsd file.
How do I generate the java code with xmlbeans binding, without duplicating
the common types?

Thank you.