Hi, I have a problem with date in my web service.
I have an object which has a column column and inside set method of that date column I am changing the formate of date to MM/dd/yyyy. Now after calling DynamicInvoker class then XML returned by webservice has date but format changed to yyyy-MM-dd with some time format. I am not sure why is that happening. e.g.=20 in my set method the value that I am getting from MYSQL database is 2005-07-07 and in my set method I am changing the format to 07/07/2005 which I can definitly check before returning the object from service method. After processing the request from DynamicInvoker the XML that I am getting back has date in format 2005-07-07T04:00:00.000Z. I am not sure how this got changed. Also I am not sure the reason to have T between date and time and Z at the end. Can some one please help me out with the problem and propose some solution. Your help is appreciated. Thanks Girish
