date problem in webservice
hi all,
i have a date field in DTO. when the field is retrieved using webservice it returns a invalid timestamp. i'm using java.util.Date.
for example i'm setting the date field with sysdate when retrieved using websercice it returns yesterday's date with invalid time like this :
"2006-12-25T18:30:00" .
the expected response is : 2006-12-26
but its returning the above invalid date.
has anyone came across this before
thomas

