This is a VFAQ: http://cxf.apache.org/faq.html

2009/3/25 dave sinclair <dsincl...@chariotsolutions.com>:
>
> Can it be done programatically on the server side? The problem is the client
> doesn't want Spring, they are an ATG shop. So I need to enable validation
> without using the spring config.
>
> thanks
>
>
> dkulp wrote:
>>
>>
>> On May 27, 2008, at 5:48 PM, Bharath Thippireddy wrote:
>>
>>> Can this be done programatically on the client side?
>>
>> This should do it:
>>          ((BindingProvider)proxy).getRequestContext().put("schema-
>> validation-enabled",
>>
>> Boolean.TRUE);
>>
>> Dan
>>
>>
>>>
>>>
>>> thanks,
>>> bharath
>>>
>>> Daniel Kulp <dk...@apache.org> wrote on 05/16/2008 03:57:16 PM:
>>>
>>>>
>>>> On May 16, 2008, at 3:44 PM, Bharath Thippireddy wrote:
>>>>> Does CXF support the Soap Message - Schema Validation using the
>>>>> @SchemaValidation annotaion on the service provider?
>>>>>
>>>>> And can we use the SchemaValidationFeature  to do the same on the
>>>>> JAX-WS
>>>>> client?
>>>>
>>>> Those annotations are metro proprietary extensions.   So, no, we
>>>> don't
>>>> support them.
>>>>
>>>> However, you can configure CXF to do schema validation.   Our
>>>> wsdl_first sample does that for both client and server.
>>>>
>>>> Dan
>>>>
>>>>
>>>>
>>>>
>>>>>
>>>>> thanks and regards,
>>>>> Bharath
>>>>
>>>> ---
>>>> Daniel Kulp
>>>> dk...@apache.org
>>>> http://www.dankulp.com/blog
>>>>
>>>>
>>>>
>>>>
>>>>
>>
>> ---
>> Daniel Kulp
>> dk...@apache.org
>> http://www.dankulp.com/blog
>>
>>
>>
>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/Soap-Schema-Validation---CXF--tp17282802p22707541.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>
>



-- 
:: http://biotext.org.uk/ ::

Reply via email to