It might be helpful to see the basic structure (not the actual security
data) to see what you might be doing wrong. Keep in mind you also have
the option of WS-SecurityPolicy with CXF, perhaps slightly more common
and preferred.
Links #2 and #4 under security show more config options with CXF:
http://www.jroller.com/gmazza/entry/blog_article_index
Dennis' security articles are even better:
http://www.sosnoski.com/articles.html
HTH,
Glen
On 07.01.2011 02:31, srinivas thallapalli wrote:
Hi All,
I am trying to use ws-security standards like UsernameToken, Encryption,
Signature and etc with CXF services.
For that I am constructing WSS4j interceptors one for each standard and
associating each interceptor separately with each endpoint and the problem
is the endpoints(server n client) recognizing only the first associated
interceptor hence only the first added standard only working and rest
interceptors are not effective.
Thanks in advance
--
Glen Mazza
gmazza at apache dot org
http://www.jroller.com/gmazza