Why you need to preserve such format? Try using java.util.Calendar for transport.
** Martin 2011/3/1 Emil Dombagolla <[email protected]>: > Hi all, > > Please help me on this. > > axis2 generated all my java codes based on the WSDL. > > in my code i set the date in following format, as java.util.Date > > 2001-01-01 > > what i get when request send to the server is the following, > > Mon Jan 01 00:00:00 IST 2001 > > this becomes an error because of the invalid format of date . how i maintain > the format as yyyy-MM-dd. > > > thanks > Emil. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
