Re: passwordCallbackClass>

2007-08-13 Thread Dimuthu Leelaratne
Hi Pavan, As far as I know you cannot completely remove the concept of password call back handler, if you want to put signature or username token. However you can programatically create and add RampartConfig. This way you can get rid of it from the policy.xml file, but still it will exit. Regards

Re: [Axis2] SAML security tokens generation

2007-08-13 Thread Dimuthu Leelaratne
Hi Christina, Check the contents under "Setting up a Security Token Service" available at [1] if you want to set up Rahas. Another sample is available at [2]. If you want to supply your own name identifier in the SAML token please implement the CallbackHanlder like this[3] and specify it in the

Re: WS:Axis2-1.1.1 Ramprt 1.1 error

2007-05-23 Thread Dimuthu Leelaratne
Hi, This is because you haven't set the action of "InflowSecurity" parameter in the services.xml at server side. Please look at sample 02. Timestamp org.apache.rampart.samples.sample02.PWCBHandler Cheers, Dimuthu. On 5/23/07, snehil <[EMAIL PROTECTED]> wrote:

Re: [Axis2] SAML/Rampart Question

2007-05-17 Thread Dimuthu Leelaratne
pecifically adding the SAML assertion to the WS-Security header. I don't know of anyone having a SAML implementation with Rampart. Regards, Dimuthu -Original Message----- From: Dimuthu Leelaratne [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 10:28 PM To: axis-user@ws.apache

Re: [Axis2] SAML/Rampart Question

2007-05-16 Thread Dimuthu Leelaratne
Hi Ted, Unforutunately we don't have a sample, but we have some TestCases where Rampart talks to a Security Token Service and recieves a SAML token. Look inside /trunk/java/modules/rampart-integration/src/test/java/org/apache/rahas Regards, Dimuthu On 5/17/07, Ted Jones <[EMAIL PROTECTED]> wrot

Re: [Axis2][Rampart] MTOM Attachment secure?

2007-03-08 Thread Dimuthu Leelaratne
Hi Jochen Zink, Quoted from [1] "The most notable feature of MTOM is the use of XOP:Include element, which is defined in XML Binary Optimized Packaging (XOP) specification to reference the binary attachments (external unparsed general entities) of the message. With the use of this exclusive eleme

Re: How to deploy e simple webservice in axis2

2007-02-28 Thread Dimuthu Leelaratne
Hi Pierpaolo, Here is my favorite simplest sample. It is a "Hello World" sample. http://wso2.org/library/95 Cheers, Dimuthu. -- http://wso2.org On 3/1/07, Pierpaolo Pagnoni <[EMAIL PROTECTED]> wrote: I'm a new user in AXIS2 and I've some difficult to deploy a ws. I must build a w

Re: Rampart 1.1 - Sample07 as policy

2007-02-19 Thread Dimuthu Leelaratne
00 601 E-mail: [EMAIL PROTECTED] http://www.multi-support.com "Dimuthu Leelaratne" axis-user@ws.apache.org c

Re: Rampart 1.1 - Sample07 as policy

2007-02-18 Thread Dimuthu Leelaratne
Hi Riis, Please have a look at samples/policy folder in rampart 1.1 distribution. It has 4 samples and they could help you. Cheers, Dimuthu On 2/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I'm trying to change my implementation to use policies instead of the old way. But I have

Re: Rampart-1.1 samples

2007-02-15 Thread Dimuthu Leelaratne
Hi Hailong Wang, There are two ways in which we can configure Rampart to include a UsernameToken. One way is by using the configuration file which is Axis specific. Please have a look at "samples/basic/samples02/client.axis2.xml" inside the rampart folder. Look at this part [1] The other is usi

Re: [Axis2][rampart] Unknown top level PED error

2007-01-22 Thread Dimuthu Leelaratne
Hi JF, We do not support the WS-SX WS-SecurityPolicy specification yet. Rampart supports only July 2005 version [1] In the current implementaiton you will have to include the supporting token in a bindding as shown in the sample 1 in the "policy" samples. Thanks, Dimuthu [1] http://specs.xmls

Re: [Axis2] [rampart] Problems using rampart

2007-01-22 Thread Dimuthu Leelaratne
ried all the examples and they are all working fine. I really don't know where this problem comes from. Do you have any ideas? Regards, Sebastian Dimuthu Leelaratne schrieb: > Hi Sebastian, > > I tried to recreate the scenario as follows. > > 1) I used axis2-1.1.1 and r

Re: [Axis2] [rampart] Problems using rampart

2007-01-21 Thread Dimuthu Leelaratne
nfigured is that the client should use the rampart module. I have a in the axis2 related config file. The exception is thrown on client side while the rampart module is invoked on the axis2 stack. Do you need any additional information? Regards, Sebastian Dimuthu Leelaratne schrieb: > Hi

Re: [Axis2] [rampart] Problems using rampart

2007-01-18 Thread Dimuthu Leelaratne
skid.agent.test.TestAgent messaging_test.config Maybe you have any ideas. Please write when you have suggestions... Regards, Sebastian Dimuthu Leelaratne schrieb: > Hi Sebastian, > > This is not a rampart problem. The pointed out JIRA shows the bug.

Re: [Axis2] [rampart] Problems using rampart

2007-01-17 Thread Dimuthu Leelaratne
Hi Sebastian, This is not a rampart problem. The pointed out JIRA shows the bug. I walked through the stack trace. This happens for specific SOAP messages, when they are converted to DOOM as mentioned. I have never experienced the problem. Maybe because the SOAP messages that I use wouldn't re-c

Re: WS-SECURITY WITH SAML2 TOKENS

2007-01-17 Thread Dimuthu Leelaratne
Hi Evaristo,' Rampart uses opensaml-1.1 library to give support for the SAML. Currently the library doen't support SAML2. Regards, Dimuthu On 1/17/07, Evaristo José Camarero <[EMAIL PROTECTED]> wrote: Hi: Does Axis2 with rampart module support SAML2 Security Tokens? Regards, Evaristo

Re: Configuration in Rampart 1.1

2007-01-17 Thread Dimuthu Leelaratne
Hi Sriram, As I understand your single client can tallk to multiple services but with different security requirements. For configurations now we encourage using Policy file according to WS Security Policy specification (http://specs.xmlsoap.org/ws/2005/07/securitypolicy/ws-securitypolicy.pdf).