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 Tevoi Andrea <te...@cad.it> on 2002/08/09 15:44:18 UTC

Schema import

Hi,

If I try to import two Schemas, Schema A and Schema B, in a WSDL document and
Schema B itself imports Schema A, I get an error when i try wsdl2java tool:
it says that types defined in A already exist (because they are indirectly imported
by Schema B). I mean: these types are defined two times (one time by Schema A itself 
and one time by Schema B). Is it a bug?

thanks in advance,

Andrea Tevoi