Hi Hari, There are no compilation errors but when I run the program , I get the same > error > "org.apache.axis2.AxisFault: The system is attempting to engage a module > that is not available: rampart" >
The possible reason is Rampart might not have been deployed correctly. Did you add all dependency jars to your classpath ? And if you can debug, you can check ConfigurationContext -> axisConfiguration -> faultyModules to check the reason why it has actually failed to deploy. BTW, Are you using a custom axis2.xml ? thanks, nandana > > On 5/8/08, Nandana Mihindukulasooriya <[EMAIL PROTECTED]> wrote: > > > > 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/<http://people.apache.org/%7Enandana/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 > > > > >
