RE: Schema Validation in CXF

2008-05-15 Thread Heemskerk, Marcel (M.)
Thanks, the answer is: By the way, where do i find all the other JAX WS properties? -Oorspronkelijk bericht- Van: Daniel Kulp [mailto:[EMAIL PROTECTED] Verzonden: donderdag 15 mei 2008 17:48 Aan: dev@cxf.apache.org Onderwerp: Re: Schema Valida

Re: Schema Validation in CXF

2008-05-15 Thread Daniel Kulp
See the wsdl_first sample in the distribution. It turns on validation for both client and server. Dan On May 15, 2008, at 10:07 AM, Heemskerk, Marcel (M.) wrote: It turns out XSD validation is turned off by default in CXF. How do i turn it on, to generate a SOAP fault when the XML is

Re: wiki update notification is not working

2008-05-15 Thread Daniel Kulp
All the cwiki notifications are broken to all the project lists that used them, not just CXF. I sent a note to infrastructure about it. I'll see if we get any response. Dan On May 14, 2008, at 11:41 PM, Willem Jiang wrote: Hi I can't get the wiki update mail from [EMAIL PROTECTED]

Schema Validation in CXF

2008-05-15 Thread Heemskerk, Marcel (M.)
It turns out XSD validation is turned off by default in CXF. How do i turn it on, to generate a SOAP fault when the XML is not schema compliant? I expect it is implemented in some Interceptor but i could not find one. Any help? Grtzzz, Marcel