I'm trying to get Flex 3 to talk to JAX-WS (CXF) using WS-Security. I've
modified the flex side to add the headers, resulting
in:
username Q3Nmmto+7ZVD0hkbn3R84UrJ86A=
On the server side, I'm using CXF
with Spring configuration, and I added the
org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor and
org.apache.cxf.binding.soap.saaj.SAAJInInterceptor configuration.
However, when I make the call, I get an exception thrown on the server
side becausethis fails: if
(reqData.getWssConfig().isE...