Hello, I'm looking for a way to secure exchanges between an applet (based on Java 6 without any CXF jars) and a SOAP webservice based on CXF.
I read about WS-SecureConversation on the CXF website but it's not enough in my case: http://cxf.apache.org/docs/ws-secureconversation.html Please, could you explain me how can I find more materials in order to configure the applet code and CXF webservice properly? I think, in my use case, the security context would be created by the server-side (webservice) or maybe by negociation... Thanks and regards, Anthony
