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.
