wsdl2java doesn't currently support xsd:unsigned* and xsd:time. I was just wondering if support for these types will make it into the next release. If not, I would like to know when it will be available.
Lack of support for these types is preventing me from using Axis to the degree I would like. Proper support for these types isn't necessary -- it's not necessary to enforce the sign restriction in the Java client, therefore mapping unsingedInt to a long or an int would be fine. Mapping xsd:time to GregorianCalander is OK too. I was just wondering if I can expect this to be supported in the near future. Chris