Hi, I have both "code first" and "wsdl first" scenarios in which I have to support WS-Security with various security tokens. To make it easier for CXF clients, I need to provide policy definitions in wsdl in all scenarios. I find from CXF documentation - "Note: at this point, WS-SecurityPolicy support is ONLY available for 'WSDL first' scenarios". Does it mean that it is not possible to programmatically use policy interceptors. Is it not recommended to do something similar to WSPolicyFeature.initialize() for code-first scenario?
Regards, Vinay
