I have been working to add symmetric encryption to my web service and client. I concentrated on that aspect first then added a UsernameToken to my policy. Everything worked fine but I realized I had forgotten to regenerate my client with wsdl2java. After doing that, my client no longer worked. I received the following exception:
org.apache.axis2.AxisFault: atleast one module can't support { http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}SupportingTokens I also had this debugging message: rahas says it can't support { http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}SupportingTokens This is with axis and rampart from trunk@1307095 (about 1 week old). I have been unable to test 1.6.1 because of the "Malformed uri" bug ( http://axis.markmail.org/thread/qsduzhh5bq2xslw6), which is the reason why I was trying trunk in the first place. I am not encountering this issue with axis 1.5.6 + rampart 1.5.2. Regards, -- Philippe