Re: ws security password digest

2010-04-15 Thread rahul.soa
Hi Naresh, I think you might want to use WSPasswordCallback.USERNAME_TOKEN usage code for PasswordDigest. You may find following email thread useful: http://old.nabble.com/PasswordDigest-and-PasswordText-difference-td24475866.html I am not cxf developer, probably cxf people can tell you exact s

Re: Security header wsse:Security is missing in Response

2009-07-09 Thread rahul.soa
to the policy. I appreciate the quick response from you. Best Regards, Rahul On Thu, Jul 9, 2009 at 5:42 AM, Mayank Mishra wrote: > Daniel Kulp wrote: > >> On Wed July 8 2009 5:29:16 pm rahul.soa wrote: >> >> >>> Thanks Mayank for the response.

Re: Security header wsse:Security is missing in Response

2009-07-08 Thread rahul.soa
On Wed, Jul 8, 2009 at 7:51 PM, Mayank Mishra wrote: > rahul.soa wrote: > >> Hello CXF Devs, >> >> I am trying to access the secured (usernameToken) webservice deployed on >> tomcat by the java client. I intercepted the exchanged messages via >> tcpmon, &

Security header wsse:Security is missing in Response

2009-07-07 Thread rahul.soa
Hello CXF Devs, I am trying to access the secured (usernameToken) webservice deployed on tomcat by the java client. I intercepted the exchanged messages via tcpmon, which are following: Request: -- http://schemas.xmlsoap.org/soap/envelope/";>http://docs.oasis-open.org/wss/2004/01/oasis-2

Re: Nonce at Server Side

2009-07-06 Thread rahul.soa
a/browse/WSS-187 > > Colm. > > -Original Message- > From: rahul.soa [mailto:rahul@googlemail.com] > Sent: 06 July 2009 11:56 > To: dev@cxf.apache.org > Cc: Jarek Gawor > Subject: Nonce at Server Side > > Hello CXF Devs, > > Does CXF have the support for

Nonce at Server Side

2009-07-06 Thread rahul.soa
Hello CXF Devs, Does CXF have the support for processing nonce at *server* side? As I understand from some posts CXF creates the nonce automatically when password digest is used at client side. If it does not have support yet at server side so does that mean we cannot use "password digest" at se

Re: Need Help: WS-Security Support for CXF in Geronimo (UsernameToken property setting)

2009-06-29 Thread rahul.soa
LOOKS like the WSS4JOutInterceptor isn't being added to the client side > as > there isn't a security header in the message going out. From the code, > you > are adding the SAAJOut stuff, but not the WSS4JOut. Is that as intended? > > Dan > > On Sun June 28 200

Need Help: WS-Security Support for CXF in Geronimo (UsernameToken property setting)

2009-06-28 Thread rahul.soa
Hello Devs, First of all, I apologize if the below questions are trivial. I need some help in setting basic usernameToken Property for Geronimo (for CXF). I did add the username token property elements in the schema and generated the required classes by mvn install. And Geronimo is able to accep

Re: [WS-Security] JAXWS webservice client without using cxf specific apis

2009-06-01 Thread rahul.soa
nterceptor > route > and go the WS-SecurityPolicy route. Things are a LOT simpler from a > coding/config standpoint then.There ARE properties that can be set on > the > request context for stuff needed by the security policy engine. > > Dan > > > On Thu May 28 2009

[WS-Security] JAXWS webservice client without using cxf specific apis

2009-05-28 Thread rahul.soa
Hello Devs, I am new for ws-security and working towards my gsoc project (aim is to enable CXF/axis2 ws-security support in Apache geronimo). I am working for CXF first and have build geronimo with CXF ws-security jar files. So I need a jaxws web service client sample to access my secure web serv

Re: [Solved] Error: Syntax error, annotations are only available if source level is 5.0

2009-05-14 Thread rahul.soa
the ANT_HOME which is set to the newer version of ant. Thanks to Jarek for solving this with me. Regards, Rahul Thanks to Jarek for solving this with me. On Thu, May 14, 2009 at 9:44 AM, rahul.soa wrote: > Hello everyone, > > I am trying to run some samples given under the a

Error: Syntax error, annotations are only available if source level is 5.0

2009-05-14 Thread rahul.soa
Hello everyone, I am trying to run some samples given under the apache CXF distribution (apache-cxf-2.1.5). I have deployed /apache-cxf-2.1.5/samples/* java_first_pojo* in tomcat and it works well. However, when I try to create a war file (by running "ant war") for the sample /apache-cxf-2.1.5/sa

Re: [Build Error] Missing Artifact

2009-05-08 Thread rahul.soa
a transient error ? > > cheers, Sergey > > > ----- Original Message - From: "rahul.soa" > To: > Sent: Monday, May 04, 2009 9:47 PM > Subject: [Build Error] Missing Artifact > > > Hello Devs, >> >> I am trying to build Apache CXF, checking out

[Build Error] Missing Artifact

2009-05-04 Thread rahul.soa
Hello Devs, I am trying to build Apache CXF, checking out from here svn co http://svn.apache.org/repos/asf/cxf/trunk I am getting the following error while running with -e option. Could you please help me in this? Many Thanks. Rahul *//quote* Downloading: http://people.apache.org/repo/m2-inc

Re: [gsoc] SOAP over JMS

2009-03-31 Thread rahul.soa
what the GSoC policy is in regards to multiple submissions > for a project.  Something I'll need to research.     However, there are a > bunch of other good ideas at: > http://wiki.apache.org/general/SummerOfCode2009#cxf-project > > :-) > > Dan > > > > On Sat M

[gsoc] SOAP over JMS

2009-03-28 Thread rahul.soa
Hello Devs, I am interested to work on the implementation of SOAP over JMS project. I have already worked on the web services and ws-specification in past and want to contribute in making Apache CXF complaint to SOAP/JMS specification. Looking forward to hearing from you. Thank you. Best Regard