Hi Forum, I need to add ws-policy + ws-security to an existing web service that I have implemented in spring-ws. With spring ws, it seems that there is a manual step to go from writing the policy in the wsdl to configuring the security handling. This could lead to errors where the actual security handling would be different from that published in the wsdl.
Is my understanding correct that the above limitation would be reduced by using cxf? I.e. the cxf generated service code would have security handling code generated from the ws-policy / ws-security details in the wsdl. Many thanks, Chris
