How to write a CXF client with implicit security header.

Posted by Jayaprakash on Stack Overflow See other posts from Stack Overflow or by Jayaprakash
Published on 2009-05-19T21:26:51Z Indexed on 2010/06/07 1:22 UTC
Read the original article Hit count: 276

Filed under:
|

Hi everyone,

I have to access a service which is developed using different framework. The client program is using CXF. I dont have access to the provider environment so I cannot use any config files (Cxf.xml, cxfservlet.xml etc..). I need to access the webservice with implicit security header (UsernameTokenType, oasis-200401-wss-wssecurity-secext-1.0.xsd) . Can anyone throw some light on this?..

© Stack Overflow or respective owner

Related posts about web-services

Related posts about cxf