Re: CXFRS and XML validation

2011-05-26 Thread Claus Straube
Hi, you can validate your xml payload with the validation component: http://camel.apache.org/validation.html Best regards - Claus On 26.05.2011 17:03, Bruno Dusausoy wrote: Hi, I know this is a common question, but I couldn't find a simple answer for this. Basically what I want to do is

Re: CXFRS and XML validation

2011-05-26 Thread Bruno Dusausoy
On 26/05/2011 17:10, Claus Straube wrote: Hi, you can validate your xml payload with the validation component: http://camel.apache.org/validation.html Hi Claus, I've tried but I realized very soon that it is useless since the route start with the cxfrs endpoint and immediately take the

Re: CXFRS and XML validation

2011-05-26 Thread Bruno Dusausoy
On 26/05/2011 17:15, Bruno Dusausoy wrote: [...] Hi Claus, I've tried but I realized very soon that it is useless since the route start with the cxfrs endpoint and immediately take the payload and tries to unmarshall it, *before* hitting the validation component, making the latter useless.