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]
>