Thank you so much for your help. web server accept only that format. otherwise it gives an error.
what is that transport , what i need to do there. thank you so much emil On Tue, Mar 1, 2011 at 5:26 PM, Martin Makundi < [email protected]> wrote: > 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] > >
