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-validation-enabled", Boolean.FALSE) 
to turn it off on that chain.

You can TRY doing this in the WebServiceContext in your impl as well.   I'm 
not sure if the outgoing chain would pick it up.   I think it would, but I'm 
not 100% sure.

-- 
Daniel Kulp
dk...@apache.org
http://www.dankulp.com/blog

Reply via email to