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\)
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.xml file in the VM argument named "axis2.xml" (Example: -Daxis2.xml=/path/to/axis2.xml) ? Thanks, Ruchith

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