How to write a CXF client with an implicit security header

I need to access a service that is developed using different frameworks. The client program uses CXF. I don't have access to the vendor environment, so I cannot use the configuration files (Cxf.xml, cxfservlet.xml, etc.). I need to access a webservice with an implicit security header (UsernameTokenType, oasis-200401-wss-wssecurity-secext-1.0.xsd). Can anyone shed some light on this? ..

0


a source to share


1 answer


Read the documentation first .



After that on this point, I recommend sending an email to the CXF users mailing list. After you, of course, review the Confluence doc. The experts on the subject have not infected Stack Overflow yet.

+1


a source







All Articles