[Axis2] Attributes for WSA elements

2008-03-07 Thread Christina Larocca
Hi all. I'm using the WS-Addressing module for a web service that I want to secure. I need to insert an attribute I element into the elemts but I can't find how. Once the module is deployed I can't access to the elements through the MessageContext. Any ideas? Thanks a lot. Regards. Christina.

Validating detached signature with jsr105

2008-03-04 Thread Christina Larocca
Hi all. I need to sign a SOAP message and I need to use JSR105. I've created a message with the following code and is signed without problems. However, I can't validate the signature. As you can see the elements that contains the nodes are OMElement (that are an instance of Node and Element class

[Axis2] Validating a OMElement with API jsr105

2008-03-04 Thread Christina Larocca
Hi all. I need to sign a SAML2 message and I'm using JSR105 for this. I'm using my own implementation of SAML2 but I need to sign the assertions. I've created a message with the following code and is signed without problems. However, I can't validate the signature. As you can see the elements tha

Re: [Axis2] SAML security tokens generation

2007-08-23 Thread Christina Larocca
he client the line in the getPayload method: tokenTypeElem.setText(RahasConstants.TOK_TYPE_SAML_10); to: tokenTypeElem.setText(RahasConstants.TOK_TYPE_SAML_20); without any results. Any help would be greatly appreciated, thanks in advance. Christina. 2007/8/14, Christina Larocca <[EMAIL PROTEC

Re: [Axis2] SAML security tokens generation

2007-08-14 Thread Christina Larocca
e. > > I'm not sure what you mean by "...SAML tokens with encryption of the > user name and signature will be used ...". Please check whether the > above sample fits your requirement. > > Thanks, > Ruchith > > On 8/14/07, Christina Larocca <[EMAI

[Axis2] SAML security tokens generation

2007-08-13 Thread Christina Larocca
Hi all Axis2 users: I have been managing some web services using UsernameTokens (without using rampart) to convey identities. I've a client that connects to a Token issuer service that provides it an EndpointReference and the Username token needed to authenticate. Now I must remodelate the securit