Re: [VOTE][Rampart/C] Apache Rampart/C 1.3.0 Release

2009-05-20 Thread Danushka Menikkumbura
I tested the binary artifact on Windows. Here is my +1. Danushka -- Danushka Menikkumbura Technical Lead, WSO2 Inc. blog : http://danushka-menikkumbura.blogspot.com/ http://wso2.com/ - "The Open Source SOA Company"

Re: [VOTE][Rampart/C] Apache Rampart/C 1.3.0 Release

2009-05-20 Thread Damitha Kumarage
+1 Damitha Uthaiyashankar wrote: Hi, I have uploaded the Apache Rampart/C 1.3.0 release artifacts here: http://people.apache.org/~shankar/rampartc/1_3_0/take1/ The key is here: http://people.apache.org/~shankar/rampartc/1_3_0/take1/KEYS Please test, review and vote on the release artifacts fo

Axis C++ SSL Client: How the client take keystore ( client side certificate ) ?

2009-05-20 Thread ANTONI MILTON
Hi All, Now i am working in axis cpp SSL setup.In server.xml enable the clientauth as true.In client side i create the Stub code using wsdl location , trsuted store,key stroe files ( dynamically set the JVM property using like -Djavax.net.ssl.trustStore= ) and sucessfully compiled. Then i got

Re: Axis C++ SSL Client: How the client take keystore ( client side certificate ) ?

2009-05-20 Thread Nadir Amra
I assume you are using AXIS C++? If so, you can so so programmatically via the setSecure method on stub. stub->SetSecure( "", "", "", "NONE", "05", "NONE", false); Nadir Amra ANTONI MILTON wrote on 05/20/2009 09:13:10 AM: > [image removed] > > Axis C++ SSL Client: How the client take

Re: Axis C++ SSL Client: How the client take keystore ( client side certificate ) ?

2009-05-20 Thread ANTONI MILTON
I already tried the same thing but no success. I didn’t give KeyRing.kbd, for that I gave keystore file. ( which the same one I used for creating the stub code ) How to create KeyRing.kbd file? Please give me any pointer Thanks Antoni Milton. Nadir Amra wrote: > > I assume you are using

Re: [VOTE][Rampart/C] Apache Rampart/C 1.3.0 Release

2009-05-20 Thread Sanjaya Ratnaweera
+1 ~sanjaya On Wed, May 20, 2009 at 3:09 PM, Damitha Kumarage wrote: > +1 > Damitha > Uthaiyashankar wrote: > >> Hi, >> >> I have uploaded the Apache Rampart/C 1.3.0 release artifacts here: >> http://people.apache.org/~shankar/rampartc/1_3_0/take1/