On Wednesday 06 April 2011 3:39:50 PM Aaron Ehrensberger wrote:
> Hi all,
> 
> I searched the site but couldn't find an answer to this one... maybe I
> missed it.
> 
> But - I'm passing in a date, such as 05/05/1911.  Looking at it through
> Charles web proxy, I see the date is being passed in the webservice as
> 1911-05-05T04:00:00Z.

How is that being generated?   Also, in the wsdl, is this an xsd:date?   If 
so, the time part shouldn't be there.    Also, what versions of CXF and JAXB 
are being used?

Dan


 
> Setting a breakpoint at the very beginning of my webservice (which is after
> the objects have been bound by CXF), the date value shows as
> 1911-05-04T23:00:00Z.
> 
> It appears to be consistent with older dates like that and it's reverting
> it back a few hours to the previous day.
> 
> How can I fix this behavior?
> 
> Aaron

-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog
Talend - http://www.talend.com

Reply via email to