Hi Sanjay, OK.. You say the error is unable to engage rampart module. Probably is not this, but did you check if your WEB-INF\lib for Axis2 contains axis2-codegen.jar? There is a known error related to that [1].
Cheers, Joana [1] - http://www.mail-archive.com/[EMAIL PROTECTED]/msg32944.html On Mon, Feb 25, 2008 at 1:44 PM, Sanjay Vivek <[EMAIL PROTECTED]> wrote: > Hi Joanna, > > I tried what you suggested but still no luck. Basically I created a > ConfigurationContext object in the following manner: > > private static String confPath = "C:\\rampart\\policy"; > private static String axisPath = "C:\\axis2-1.3\\conf\\axis2.xml"; > > ConfigurationContext ctx = > ConfigurationContextFactory. > createConfigurationContextFromFileSystem(confPath, > axisPath); > > I'm still getting the "Unable to engage module : rampart" error. Thanks > again for your help. > > Cheers > Sanjay > > > > >-----Original Message----- > >From: Joana M. F. Trindade [mailto:[EMAIL PROTECTED] > >Sent: 25 February 2008 12:04 > >To: [email protected] > >Subject: Re: Timestamp validation error when invoking a > >Rampart service with a .NET client. > > > >Hi Sanjay, > > > >I remember that because you also have to inform the full path > >of your axis2.xml file to the ConfigurationContext object, as > >explained in [1]. > > > >So it would look like this: > > > >ConfigurationContext ctx = > > ConfigurationContextFactory. > > > >createConfigurationContextFromFileSystem(confPath,"C:\something > >\axis2.xml"); > > > >Cheers, > >Joana > > > >[1] - > >http://mail-archives.apache.org/mod_mbox/ws-rampart-dev/200802. > >mbox/[EMAIL PROTECTED] > > > -- Student Intern SAP Research - Security & Trust SAP Labs France 805 Avenue du Dr. Maurice Donat 06250 Mougins T +33/492286319 F +33/492286201 Personal Homepage: http://www.inf.ufrgs.br/~jmftrindade
