Hi, I let Cxf verify the incoming request against an XSD. When Cxf finds an error in the request, it generates an error response. In that case I would like to create a custom response, which needs to include data from the invalid request.
Can someone give me a hint, which hook I should look at, to pull this off? Thanks, Malte
