Re: Validation for incoming request, not for response
On Wed December 9 2009 4:35:38 am Heemskerk, Marcel (M.) wrote: > Hello, > > Is there a way to enable XSD validation for the incoming request, whilst > not validating the outgoing response? You can write an interceptor that lives early in the out chain that just does: message.put("schema-valid
Validation for incoming request, not for response
Hello, Is there a way to enable XSD validation for the incoming request, whilst not validating the outgoing response? Thanks! Marcel Heemskerk