Hi Hari, > Not knowing what else needs to be done?. I tried using rampart with 1.4 It > didn't work. Does Rampart > supported with axis2 1.4? >
Yes, you can download Rampart 1.4 RC2 here [1]. Configuration should be like this. <module ref="rampart" /> <parameter name="OutflowSecurity"> <action> <items>UsernameToken Timestamp</items> <user>bob</user> <passwordCallbackClass>org.apache.rampart.samples.sample02.PWCBHandler</passwordCallbackClass> </action> </parameter> you can find the complete axis2.xml here [2]. You can go through the samples come with Rampart distribution to get a better understanding. [1] - http://people.apache.org/~nandana/rampart-1.4/RC2/dist/ [2] - http://svn.apache.org/repos/asf/webservices/rampart/trunk/java/modules/rampart-samples/basic/sample02/client.axis2.xml thanks, nandana