Do you know if any bug/enhancement was open for it?
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 > -- View this message in context: http://www.nabble.com/WebServiceProvider-%2B-schema-validation-tp19430227p25148499.html Sent from the cxf-user mailing list archive at Nabble.com.
