On Wed August 26 2009 4:14:12 am Lukasz Lichota wrote: > Do you know if any bug/enhancement was open for it?
Not that I'm aware of, no. Dan > dkulp wrote: > > Definitely log a bug. If you want to dig into it, most likely, the > > DispatchInDatabindingInterceptor would need to be updated to validate the > > XML > > stuff after parsing it. The setSchemaInMessage method in the superclass > > can > > be used as an example of how to get the Schema object. From there, for > > the > > SOAPMessage case, use it directly after parsing. For the XMLMessage > > case, > > probably set it into the XMLStreamDataReader and update the > > XMLStreamDataReader to domparse + validate if schema-validate is enabled. > > > > Dan -- Daniel Kulp [email protected] http://www.dankulp.com/blog
