On Wednesday 10 December 2008 9:08:47 am nicolas de loof wrote: > Hi > > A collegue of mine reported me it's CXF service didn't failed when sending > a SOAP request with malformed xs:dateTime value, but just set > XMLGregorianCalendar to null. I can't confirm this as beeing at Devoxx, I > can't review the code. > > Is this the expected behaviour ? Maybe type converter can optionnaly throw > exception on converstion failure using some configuration option ?
By default, we don't validate the incoming XML. You could turn on the schema validation which SHOULD catch this and throw a fault. -- Daniel Kulp [EMAIL PROTECTED] http://dankulp.com/blog
