Re: Problem using WSSPolicy with generated client stubs

2009-12-09 Thread Thilina Mahesh Buddhika
Thilina Mahesh Buddhika http://blog.thilinamb.com On Tue, Dec 8, 2009 at 4:07 PM, Shaan Jayaratna jayara...@predic8.dewrote: Hi. I want to use WSSPolicy with Axis2 1.5.1 and Rampart 1.4. Deploying the service with an attached Policy works fine. Creating the stubs with WSDL2Java don't cause

Re: Problem using WSSPolicy with generated client stubs

2009-12-09 Thread Thilina Mahesh Buddhika
a typo in the last line of code snippet. options.setProperty(RampartMessageData.KEY_RAMPART_POLICY, policy); thanks. /thilina Thilina Mahesh Buddhika http://blog.thilinamb.com On Wed, Dec 9, 2009 at 6:27 PM, Thilina Mahesh Buddhika thilin...@gmail.com wrote: Hi Shaan, This is the widely

Re: Creating Web Service client using HTTPS from wsdl files

2009-12-09 Thread Thilina Mahesh Buddhika
and javax.net.ssl.keyStorePassword system properties. thanks. /thilina Thilina Mahesh Buddhika http://blog.thilinamb.com On Wed, Dec 9, 2009 at 6:50 AM, Vadim Letitchevski vletitchev...@teledyne.com wrote: I am trying to configure my client auto-generated from WSDL to use SSL. I have read already

Re: Creating Web Service client using HTTPS from wsdl files

2009-12-09 Thread Thilina Mahesh Buddhika
AFAIK these configuration needs to be happen at the transport level and it depends on the app server you are using for the deployment. The related documentation of that app server will give you a thorough insight into these configuration options. thanks. /thilina Thilina Mahesh Buddhika http

Re: How to configure SSL key store / trust store location to use for AXIS2 1.4.1 as SOAP/ssl client?

2009-12-09 Thread Thilina Mahesh Buddhika
Hi, You can set the trust store related system properties inside your client code like below. System.setProperty(javax.net.ssl.trustStore, /path/to/trustStore); System.setProperty(javax.net.ssl.trustStorePassword, password); Hope this helps. Thanks. /thilina Thilina Mahesh Buddhika http

Re: Using a client certificate

2009-12-04 Thread Thilina Mahesh Buddhika
http://ws.apache.org/rampart/articles.html Thilina Mahesh Buddhika http://blog.thilinamb.com On Fri, Dec 4, 2009 at 10:56 PM, Tony Thompson tony.thomp...@stone-ware.com wrote: Hope this is a duplicatenot sure my message went through the first time. I have been searching the list

Re: Problems with https mutual auth

2009-12-03 Thread Thilina Mahesh Buddhika
two-way authentication in SSL handshake. Thanks. /thilina Thilina Mahesh Buddhika http://blog.thilinamb.com On Mon, Nov 30, 2009 at 10:10 PM, Philippe A. futhar...@gmail.com wrote: I have successfully setup one way https authentication between my web service client and server. The next step

Re: Axis2 ADB/POJO client and SSL problem

2009-12-03 Thread Thilina Mahesh Buddhika
Hi Peter, This error occurs mainly due to invalid trust-store properties. Make sure the keystore pointed by the property javax.net.ssl.trustStore contains the public cert. of the recipient. Thanks. /thilina Thilina Mahesh Buddhika http://blog.thilinamb.com On Thu, Dec 3, 2009 at 3:42 PM, P.N

Re: error when running rampart-1.4 samples in axis2-1.5.1

2009-11-17 Thread Thilina Mahesh Buddhika
Hi Jonah, This is possible with useReqSigCert option. You can specify the encryption user as given below so that the corresponding public cert. of the private cert which was used for signing the request is used to encrypt the message. rampart:encryptionUseruseReqSigCert/rampart:encryptionUser

Re: [ANNOUNCE] Rampart1.5 Release Candidate ready for testing

2009-09-18 Thread Thilina Mahesh Buddhika
Hi Gerhard, Please see my comments inline. On Fri, Sep 18, 2009 at 1:21 PM, gerhard presser gpres...@groiss.comwrote: Hi Nandana, -)Thanks for the explanation. Will the opensaml1.1 references be cleared out in the final release? IMO porting the SAML 1.1 code to use OpenSAML 2.x needs