Re: WS-Security Policy - Password in Clear Text

2007-11-13 Thread Praveen Palwai
ices.xml of the service if you have it. Regards, Nandana [1] - http://issues.apache.org/jira/browse/RAMPART-75 On Nov 12, 2007 10:46 PM, Praveen Palwai <[EMAIL PROTECTED]> wrote: Hi, I am only sending the username and password while sending the request to the server. Do I need inf

Re: WS-Security Policy - Password in Clear Text

2007-11-12 Thread Praveen Palwai
tp://service.fcsservicesweb.nwa.com";>delmar08 Thanks, Praveen Palwai. - Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Sunday, November 12, 2000 10:49:42 AM Subject: Re: WS-Security Policy - Password in Clear Te

Re: WS-Security Policy - Password in Clear Text

2007-11-12 Thread Praveen Palwai
plaintext. Username Tokens are also encrypted as the password is in plain text as described in the web services security policy specification. Can you take a check out from latest Rampart trunk [1] and try this. Regards, Nandana [1] https://svn.apache.org/repos/asf/webservices/rampart/trunk/jav

WS-Security Policy - Password in Clear Text

2007-11-09 Thread Praveen Palwai
odule("rampart"); RampartConfig rc = new RampartConfig(); rc.setUser("patadmin"); rc.setPwCbClass("PWCBHandler"); Policy policy = loadPolicy("policy.xml"); policy.addAssertion(rc); _serviceClient.getOptions().setProperty(RampartMessageData.KEY_RAMPA