Could you intercept your HTTP request using TCP monitor and paste it here? Regards, Andrei.
-----Original Message----- From: shadowlaw [mailto:[email protected]] Sent: Mittwoch, 17. Oktober 2012 14:19 To: [email protected] Subject: RE: CXF- WSS4J I found an example of code from http://chrisdail.com/2008/03/31/apache-cxf-with-http-basic-authentication/ <http://chrisdail.com/2008/03/31/apache-cxf-with-http-basic-authentication/> which is working but the problem is that the string encoding of the username is unknown for me Invalid username or password for user: *¡¿ºnî←«'`*. I used an utility from CXF new String(Base64Utility.decode(policy.getUserName())) but it's not working. Any idea? -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-WSS4J-tp5716752p5716825.html Sent from the cxf-user mailing list archive at Nabble.com.
