Dvae Mount wrote: > > Thanks for the info. Guess you'd have to wrap Date to get a good Time > class. In the case I'm looking at, the vendor splits date and time into > separate fields. Okay for .NET, too bad for Java (and me).
It is quite possible for you to write a serializer and deserializer for this type, perhaps based on the DateSerializer and Deserializer that ships with Axis. If you go through the trouble to do this and the results are of general utility and you are willing to contribute the code to Axis, then this type could be included within the base. - Sam Ruby