Re: AXIS2 WSP support

2012-06-19 Thread Weilan
Thanks Amila.. Also if I want to use separate certificates (files in .crt suffix) for signing and encryption, what is the proper way to configure in Rampart? Thanks again, Weilan Sent from my iPhone On Jun 18, 2012, at 3:22 AM, Amila Jayasekara wrote: > Hi Weilan, > > If you look at Client.

Re: AXIS2 WSP support

2012-06-18 Thread Sagara Gunathunga
à l'information seulement et n'aura >> pas n'importe quel effet légalement obligatoire. Étant donné que les email >> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter >> aucune responsabilité pour le contenu fourni. >> >> >>

Re: AXIS2 WSP support

2012-06-18 Thread Amila Jayasekara
Hi Weilan, If you look at Client.java you would see following 2 statements. System.setProperty("javax.net.ssl.trustStore", "/home/amila/development/apache/rampart-v2-tests/jks/tomcat-jks/tomcat.jks"); System.setProperty("javax.net.ssl.trustStorePassword", "tomcat"); Above 2 statements will set

Re: AXIS2 WSP support

2012-06-18 Thread Amila Jayasekara
que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > Date: Thu, 14 Jun 2012 17:24:15 -0700 > Subject: Re: AXIS2 WSP support > From: weilan...@gm

Re: AXIS2 WSP support

2012-06-17 Thread Weilan Wu
A quick question, where should client-key.jks be copied to? I was able to deploy the service, and when i tried 'ant run' under client folder, it gives the following error: [java] Caused by: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorith

RE: AXIS2 WSP support

2012-06-17 Thread Martin Gainty
ous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Thu, 14 Jun 2012 17:24:15 -0700 Subject: Re: AXIS2 WSP support From: [email protected] To: [email protected] I am refering to JIRA: https://issues.apache.org/jira/browse/RAMPART-343 I am still seeing the issue on R

Re: AXIS2 WSP support

2012-06-16 Thread Weilan Wu
Hi Amila, Thanks very much for the details and sample source code. Yes, Look forward to the docs fixes. Also, could you give some info on how to deploy the service in the enclosed package to a Tomcat (with SSL enabled)? I am going to try it out as well.. Thanks again! Weilan On Thu, Jun 14, 201

Re: AXIS2 WSP support

2012-06-14 Thread Weilan Wu
I am refering to JIRA: https://issues.apache.org/jira/browse/RAMPART-343 I am still seeing the issue on RHEL5 as well as Windows-7. Any ideas when this will be fixed? Thanks, Weilan On Thu, Jun 14, 2012 at 10:53 AM, Weilan Wu wrote: > Thanks Sagara, I did downloaded Rampart 1.6.2 and AXIS2 1.6

Re: AXIS2 WSP support

2012-06-14 Thread Weilan Wu
Thanks Sagara, I did downloaded Rampart 1.6.2 and AXIS2 1.6.2 and tried to follow the policy/samples. It seems to have a known issue for service.01/client.01 which shows: [java] Exception in thread "main" org.apache.axis2.AxisFault: Expected transport is "https" but incoming transport found : "h

Re: AXIS2 WSP support

2012-06-13 Thread Sagara Gunathunga
On Wed, Jun 13, 2012 at 1:43 PM, Weilan wrote: > Thanks Krishantha, for the reference. Actually it was the link you mentioned > that lead me to this ML. > > My question is, if I have a WSDL that contains WSP tags (specifically for > security capabilities). What the step-by-step guides for construc

Re: AXIS2 WSP support

2012-06-13 Thread Weilan
Thanks Krishantha, for the reference. Actually it was the link you mentioned that lead me to this ML. My question is, if I have a WSDL that contains WSP tags (specifically for security capabilities). What the step-by-step guides for constructing a WS client using AXIS2 solution? Thanks very

Re: AXIS2 WSP support

2012-06-12 Thread Krishantha Manjula Rathnayaka
Hi Weilan, This is regarding the issue that you have, 1.) 1.) Yes it should *supports WS Policy at client-side* 2.) 2.) You may find some useful information here Thank You ! Kind Regards, Krishantha On Wed, Jun 13, 2012

Re: AXIS2 WSP support

2012-06-12 Thread Weilan Wu
Hi Sagara, Thanks for responding - those a couple of links are quite helpful as background readings, however, I am still unclear: 1. Does AXIS2 support WS-P for Client construction? 2. If 1) is confirmed, how exactly we configure AXIS2 client to be WS-Policy aware? Thank you very much,

Re: AXIS2 WSP support

2012-06-11 Thread Sagara Gunathunga
http://wso2.org/library/23 http://wso2.org/library/3786 HTH, anyway [email protected] list is more appropriate for user questions. Thanks ! On Tue, Jun 12, 2012 at 11:26 AM, Weilan Wu wrote: > Hi, I wonder if there are any good tutorials/examples on how to implement > Axis2 client for W

AXIS2 WSP support

2012-06-11 Thread Weilan Wu
Hi, I wonder if there are any good tutorials/examples on how to implement Axis2 client for WSP support? I briefly searched and found Rampart is needed.however I still need more details, such as from WSDL2Java (and which binding method etc). Thanks in advance! Weilan