Hello, I'm working on CXF web services with Java first approach. I'm using jaxb annotation on beans for required and nillable attributes. Is there any CXF framework that validates the schema and throw an error at marshelling and unmarshelling phase? I tried @SchemaValidation annotation in service bean but could not find any difference with and without the this annotation.
Thanks in advance Shak
