I expect your problem is caused by the fact that you have an <xs:union> in your schema. I don't think Axis supports <xs:union>.
Anne
On 1/13/06, Michael Hagedorn <[EMAIL PROTECTED]> wrote:
Me again,
attached schema and wsdl are written by myself and validating
successfully against various tools. May be some code snippets I'v used
are not processible by Axis. But I'v no idea what it is. Generated
classes TypeOrderSex and TypeNameWithno are not compilable.
Please, could someone take a look at it?
Thanks a lot
Michael
Michael Hagedorn wrote:
>Hi All,
>
>code generation terminates successfully but generated code is invalid.
>Apparently something goes wrong with generated base classes.
>
>[javac] ...\TypeNameWithno.java:18: Object() in java.lang.Object cannot
>be applied to (java.lang.String)
>[javac] super(_value);
>[javac] ^
>
>Do I miss something within my attached schema definition?
>
>Thanks in advance
>Michael
>
>
