[Axis2] WS-Security Header Timestamp issue since clock change

2009-11-02 Thread Darren Clarke
Hello Sorry in advance if this is addressed to the wrong list - it's Axis2 related, but could be a WSS4J or Rampart issue. We have a web service developed with Axis2 v1.5, using Rampart v1.4 for WS-Security. The service is configured such that each request requires a WS-Security Header that c

Re: Axis2 WS-Security encryption

2009-01-15 Thread Nandana Mihindukulasooriya
Hi Erwin, Yes, what we do is we use the cert that was used to sign the request to encrypt the response back to the client. This[1] tutorial has more information. thanks, nandana [1] - http://wso2.org/library/255 On Thu, Jan 15, 2009 at 9:47 PM, Erwin Reinhoud wrote: > Hello All, > > I

Axis2 WS-Security encryption

2009-01-15 Thread Erwin Reinhoud
Hello All, I am wondering how i could implement a service that is used by multiple clients and WS-Security signing andf encryption is applied. Somehow you'll have to gather from the request which client you are dealing with and encrypt the response. One way of doing this is i guess, is using the

RE: AXIS2 WS-Security

2008-08-15 Thread Martin Gainty
party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > From: [EMAIL PROTECTED] > To: axis-user@ws.apache.org > Date: Fri, 15 Aug 2008 09:14:16 +0100 > Subject: RE: AXIS2 WS-Security > > Yes, you can do this progra

RE: AXIS2 WS-Security

2008-08-15 Thread Sanjay Vivek
] >Sent: 15 August 2008 09:09 >To: axis-user@ws.apache.org >Subject: RE: AXIS2 WS-Security > > >Thanks Sanjay >Iam able to run the stanalone client using rampart libraries >and mar file. >Currently Iam using axis2 configuration file for username and password. >Can I d

RE: AXIS2 WS-Security

2008-08-15 Thread Deep455
options.setProperty(WSHandlerConstants.PW_CALLBACK_REF, myCallback); BUt Outflowconfiguration seems to be depracted with rampart 1.3. How do I do this using RampartConfig class? -- View this message in context: http://www.nabble.com/AXIS2-WS-Security-tp18978756p18995269.html Sent from the Axis -

RE: AXIS2 WS-Security

2008-08-15 Thread Sanjay Vivek
gust 2008 12:39 >To: axis-user@ws.apache.org >Subject: Re: AXIS2 WS-Security > > >Thanks for the information. >Iam not sure whether rampart is used on the webservice server >side. I want to consume these services so is it possible for >me to set the security token w/o using ram

Re: AXIS2 WS-Security

2008-08-14 Thread Deep455
>> the security token in the soap header? >> -- >> View this message in context: >> http://www.nabble.com/AXIS2-WS-Security-tp18978756p18978756.html >> Sent from the Axis - User mailing list archive at Nabble.com. >> >> >> -

Re: AXIS2 WS-Security

2008-08-14 Thread Nandana Mihindukulasooriya
> I have created a client for a web service(with ws-securtiy). How do I pass > the security token in the soap header? > -- > View this message in context: > http://www.nabble.com/AXIS2-WS-Security-tp18978756p18978756.html > Sent from the Axis - User mailing

AXIS2 WS-Security

2008-08-14 Thread Deep455
I have created a client for a web service(with ws-securtiy). How do I pass the security token in the soap header? -- View this message in context: http://www.nabble.com/AXIS2-WS-Security-tp18978756p18978756.html Sent from the Axis - User mailing list archive at Nabble.com

Re: [axis2] WS-Security axis2 1.3 with rampart 1.3 custom token?

2008-01-19 Thread Ruchith Fernando
Rampart should have an option for users to add custom tokens in. Please file a JIRA. https://issues.apache.org/jira/browse/RAMPART Thanks, Ruchith On Jan 9, 2008 2:59 PM, <[EMAIL PROTECTED]> wrote: > Hi all, > > i'm using axis2 1.3 with rampart 1.3 for ws-security. > I have a runnig exsample wi

[axis2] WS-Security axis2 1.3 with rampart 1.3 custom token?

2008-01-09 Thread MadLion
Hi all, i'm using axis2 1.3 with rampart 1.3 for ws-security. I have a runnig exsample with UsernameToken. That's fine so far. But now i have the need to transport a custom token with wss header. I'm runnig on a IBM websphere applicationserver and must transport a LTPA token. IBM is transporting

[Axis2] WS-Security using Apache Rampart 1.2 (UsernameToken Vs Signature base authentication)

2007-06-08 Thread Raghu Upadhyayula
Hi, I have a question about WS-Security using Apache Rampart 1.2, specifically about using authentication based on UsernameToken or Signature (Certificate based). I know that I can use both these authentications for my web service by defining them in the service.xml file InflowSecurity & al

Re: [Axis2] WS-Security with Apache Rampart

2007-06-05 Thread Dimuthu
Hi, This is not possible. However you can have couple of web services, one with security and other without. Then you will have to provide couple of end point references to clients. Cheers, Dimuthu http://wso2.org On Mon, 2007-06-04 at 16:36 -0700, Raghu Upadhyayula wrote: > Hi, > > > >

[Axis2] WS-Security with Apache Rampart

2007-06-04 Thread Raghu Upadhyayula
Hi, If I use WS-Security with Apache Rampart in Axis2, Is it possible that some of my clients use ws-security in their requests & some of them don't, I mean whether it is optional or not. That is, if some clients don't want to use WS-Security for their SOA

Re: [axis2]WS Security Policy includeToken option problem

2007-05-12 Thread Ruchith Fernando
"IncludeToken/Once" is not handled properly in Rampart. Please file a bug [1] Thanks, Ruchith [1] https://issues.apache.org/jira/browse/RAMPART On 5/2/07, Nencho Lupanov <[EMAIL PROTECTED]> wrote: Hi All , I am trying the rampart sample that comes with the distro. I am going with sample01, on

[axis2]WS Security Policy includeToken option problem

2007-05-02 Thread Nencho Lupanov
Hi All , I am trying the rampart sample that comes with the distro. I am going with sample01, only that i wanted it to be slightly different: I change the sp:IncludeToken attribute, so instead of: http://schemas.xmlsoap.org/ws/2005/07/securitypolicy";> http://schemas.xmlsoap.org/ws/2005/07/s

[Axis2] WS-Security Headers not Generated in SOAP Request

2007-04-10 Thread Ted Jones
I have a webapp that has an Axis2 client/stub in it and is calling a web service that is using Rampart. When I create the ConfigurationContext using ConfigurationContextFactory.createConfigurationContextFromFileSystem(), all works as expected. However, when I create the ConfigurationContext using C

Re: Dipping my toes into the Axis2 WS-Security world

2006-10-10 Thread Davanum Srinivas
http://www.google.com/search?hl=en&q=ws-security+site%3Awso2.net&btnG=Google+Search On 10/10/06, Matthew Hannay <[EMAIL PROTECTED]> wrote: Axis2 community, I am about to plunge into the WS-Security pond. I will be using X509 certificates/keys on a token. I have read the associated Oasis and W

Dipping my toes into the Axis2 WS-Security world

2006-10-10 Thread Matthew Hannay
Axis2 community, I am about to plunge into the WS-Security pond. I will be using X509 certificates/keys on a token. I have read the associated Oasis and W3C standards and am having a little trouble piecing all the pieces together. Does any one know of any good examples on how to write and inc

Re: [Axis2] WS-Security compatibility with .Net 1.1/WSE 2.0

2006-07-25 Thread Anne Thomas Manes
Upgrade to WSE 3.0. On 7/24/06, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: Does anyone have any experience using Axis2 WS-Security with .Net 1.1/WSE 2.0? I have a client using these versions of the Microsoft code, and it looks like a real mess to support. They're supposed to be comp

[Axis2] WS-Security compatibility with .Net 1.1/WSE 2.0

2006-07-24 Thread Dennis Sosnoski
Does anyone have any experience using Axis2 WS-Security with .Net 1.1/WSE 2.0? I have a client using these versions of the Microsoft code, and it looks like a real mess to support. They're supposed to be compatible with WS-Security 1.0 - but they're expecting WS-Addressing headers us

Re: [Axis2] WS-Security: Security module isn't doing anything

2006-05-28 Thread Eran Chinthaka
[mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 24, 2006 10:36 AM > To: axis-user@ws.apache.org > Subject: Re: [Axis2] WS-Security: Security module isn't doing anything > > Hi, > > I think you are getting the " Request does not contain required Security > header"

RE: [Axis2] WS-Security: Security module isn't doing anything

2006-05-24 Thread Kar, Sagar \(Genworth, Contractor\)
Thanks Ruchith. You got it dot right. Too good man. Thanks and regards, Sagar Kar -Original Message- From: Ruchith Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 10:36 AM To: axis-user@ws.apache.org Subject: Re: [Axis2] WS-Security: Security module isn't

Re: [Axis2] WS-Security: Security module isn't doing anything

2006-05-24 Thread Ruchith Fernando
Hi, I think you are getting the " Request does not contain required Security header" at the client because you have not engaged "rampart" at the service by adding in the axis2 xml that ia available in axis2/WEB-INF/conf/ dir in Tomcat. (And please make sure that you copy the "rampart-1.0.mar" in

Re: [Axis2] WS-Security: Security module isn't doing anything

2006-05-23 Thread Ruchith Fernando
I have come across this situation once [1] ... and this seems to be due to a problem with the JVM that you use. Thanks, Ruchith [1] http://www.wso2.net/2006/03/some_problems (you will have to register and login to see the responses to the question) On 5/24/06, Kar, Sagar (Genworth, Contractor)

RE: [Axis2] WS-Security: Security module isn't doing anything

2006-05-23 Thread Kar, Sagar \(Genworth, Contractor\)
nt.sendReceive(ServiceClient.java:399 ) at sample.security.Client.main(Client.java:64) Thanks and regards, Sagar Kar -Original Message- From: Ruchith Fernando [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 11:45 AM To: axis-user@ws.apache.org Subject: Re: [Axis2] WS-Se

Re: [Axis2] WS-Security: Security module isn't doing anything

2006-05-23 Thread Ruchith Fernando
TECTED] Sent: Tuesday, May 23, 2006 11:28 AM To: axis-user@ws.apache.org Subject: Re: [Axis2] WS-Security: Security module isn't doing anything Hi, Did you specify the location of the axis2.xml file when you created the service client or the Stub? OR Did you provide the location of the axis2.

RE: [Axis2] WS-Security: Security module isn't doing anything

2006-05-23 Thread Kar, Sagar \(Genworth, Contractor\)
+modules -addressing-1.0.mar -rampart-1.0.mar Thanks and regards, Sagar Kar -Original Message- From: Ruchith Fernando [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 11:28 AM To: axis-user@ws.apache.org Subject: Re: [Axis2] WS-Security: Security

Re: [Axis2] WS-Security: Security module isn't doing anything

2006-05-23 Thread Ruchith Fernando
Hi, Did you specify the location of the axis2.xml file when you created the service client or the Stub? OR Did you provide the location of the axis2.xml file in the VM argument named "axis2.xml" (Example: -Daxis2.xml=/path/to/axis2.xml) ? Thanks, Ruchith On 5/23/06, Kar, Sagar (Genworth, Cont

[Axis2] WS-Security: Security module isn't doing anything

2006-05-23 Thread Kar, Sagar \(Genworth, Contractor\)
Hi, I am trying to use Axis2 to invoke a secured web service deployed on a websphere appserver v 6.0. I am a newbie to WS-Security and Axis2. The websphere service is working fine and I can hit it with a websphere client. I just want to configure axis2 so that the rampart module starts to create t