Re: Failed to load mod_rampart.dll

2008-07-08 Thread Uthaiyashankar
Hi, we have not tested with openssl 0.9.8h. Theoritically it should work :) . Is it possible for you to try with OpenSSL 0.9.8d or 0.9.8e and see whether the problem exists? Then we can be sure whether the problem is openssl or something else and further investigate. Optionally, you can

Re: Failed to load mod_rampart.dll

2008-07-08 Thread Supun Kamburugamuva
: Failed to load mod_rampart.dll To: Apache AXIS C User List axis-c-user@ws.apache.org Date: Tuesday, July 8, 2008, 4:19 PM Hi, we have not tested with openssl 0.9.8h. Theoritically it should work :) . Is it possible for you to try with OpenSSL 0.9.8d or 0.9.8e and see

Re: Failed to load mod_rampart.dll

2008-07-07 Thread yuanhuhu
for client repository D:\Tools\axis2\axis2c-bin-1.4.0-win32\client_repo -- Thanks! Yuan --- On Sat, 7/5/08, yuanhuhu [EMAIL PROTECTED] wrote: From: yuanhuhu [EMAIL PROTECTED] Subject: Re: Failed to load mod_rampart.dll

Re: Failed to load mod_rampart.dll

2008-07-04 Thread yuanhuhu
--- On Sat, 7/5/08, yuanhuhu [EMAIL PROTECTED] wrote: From: yuanhuhu [EMAIL PROTECTED] Subject: Re: Failed to load mod_rampart.dll To: Apache AXIS C User List axis-c-user@ws.apache.org Date: Saturday, July 5, 2008, 12:45 AM Hi Shankar, This could also be a problem with openssl library

Re: Failed to load mod_rampart.dll

2008-07-04 Thread Uthaiyashankar
: From: yuanhuhu [EMAIL PROTECTED] Subject: Re: Failed to load mod_rampart.dll To: Apache AXIS C User List axis-c-user@ws.apache.org Date: Saturday, July 5, 2008, 12:45 AM Hi Shankar, This could also be a problem with openssl library. What is the version of openssl you are using

Failed to load mod_rampart.dll

2008-07-03 Thread yuanhuhu
Hi, I am trying to add in authentication to my Axis2/c client. I downloaded the latest rampart C 1.2 and deployed to my axis2/c 1.4. I followed the samples from rampart C and added the following lines to my Axis2/C client. The client_home points to my Axis2/C installation:

Re: Failed to load mod_rampart.dll

2008-07-03 Thread Manjula Peiris
Yuan, Please check the following. -Whether you have engaged Rampart either pragmatically from your client code or in your axis2.xml -Whether the Security phase is there in your axis2.xml -Manjula. On Thu, 2008-07-03 at 15:52 -0700, yuanhuhu wrote: Hi, I am trying to add in authentication

Re: Failed to load mod_rampart.dll

2008-07-03 Thread Uthaiyashankar
Hi Yuan, This could also be a problem with openssl library. What is the version of openssl you are using? Are you using rampart binary version or source version? If it is binary version, it was compiled with openssl 0.9.8d. So you have to have either that version or version higher than that.