You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Ruchith Fernando <ru...@gmail.com> on 2007/03/08 17:05:52 UTC

[axis2] Re: svn commit: r516065 - /webservices/rampart/trunk/java/modules/rampart-integration/src/test/resources/security/complete.service.xml

resend with the axis2 prefix :-)

On 3/8/07, Ruchith Fernando <ru...@gmail.com> wrote:
> Hi devs,
>
> We had a build break in Rampart due to the "MessageId" addressing
> header being absent in the response message. Is this behavior correct?
>
> Thanks,
> Ruchith
>
> On 3/8/07, ruchithf@apache.org <ru...@apache.org> wrote:
> > Author: ruchithf
> > Date: Thu Mar  8 07:00:53 2007
> > New Revision: 516065
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=516065
> > Log:
> > Fixed the build break, there's no wsa:MessageId header in the response to sign
> >
> > Modified:
> >     webservices/rampart/trunk/java/modules/rampart-integration/src/test/resources/security/complete.service.xml
> >
> > Modified: webservices/rampart/trunk/java/modules/rampart-integration/src/test/resources/security/complete.service.xml
> > URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/java/modules/rampart-integration/src/test/resources/security/complete.service.xml?view=diff&rev=516065&r1=516064&r2=516065
> > ==============================================================================
> > --- webservices/rampart/trunk/java/modules/rampart-integration/src/test/resources/security/complete.service.xml (original)
> > +++ webservices/rampart/trunk/java/modules/rampart-integration/src/test/resources/security/complete.service.xml Thu Mar  8 07:00:53 2007
> > @@ -22,7 +22,7 @@
> >          <signatureKeyIdentifier>SKIKeyIdentifier</signatureKeyIdentifier>
> >          <encryptionKeyIdentifier>SKIKeyIdentifier</encryptionKeyIdentifier>
> >          <encryptionUser>alice</encryptionUser>
> > -        <signatureParts>{Element}{http://www.w3.org/2005/08/addressing}To;{Element}{http://www.w3.org/2005/08/addressing}ReplyTo;{Element}{http://www.w3.org/2005/08/addressing}MessageID;{Element}{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Timestamp</signatureParts>
> > +        <signatureParts>{Element}{http://www.w3.org/2005/08/addressing}To;{Element}{http://www.w3.org/2005/08/addressing}ReplyTo;{Element}{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Timestamp</signatureParts>
> >
> >          <optimizeParts>//xenc:EncryptedData/xenc:CipherData/xenc:CipherValue</optimizeParts>
> >        </action>
> >
> >
> >
>
>
> --
> www.ruchith.org
> www.wso2.org
>


-- 
www.ruchith.org
www.wso2.org

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [axis2] Re: svn commit: r516065 - /webservices/rampart/trunk/java/modules/rampart-integration/src/test/resources/security/complete.service.xml

Posted by Brian De Pradine <PR...@uk.ibm.com>.
Hi Ruchith,

I modified the code recently to only send the message id and the relates 
to headers in an async response. It is meant to be a small performance 
tweak.

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?


"Ruchith Fernando" <ru...@gmail.com> wrote on 08/03/2007 
16:05:52:

> resend with the axis2 prefix :-)
> 
> On 3/8/07, Ruchith Fernando <ru...@gmail.com> wrote:
> > Hi devs,
> >
> > We had a build break in Rampart due to the "MessageId" addressing
> > header being absent in the response message. Is this behavior correct?
> >
> > Thanks,
> > Ruchith
> >
> > On 3/8/07, ruchithf@apache.org <ru...@apache.org> wrote:
> > > Author: ruchithf
> > > Date: Thu Mar  8 07:00:53 2007
> > > New Revision: 516065
> > >
> > > URL: http://svn.apache.org/viewvc?view=rev&rev=516065
> > > Log:
> > > Fixed the build break, there's no wsa:MessageId header in the 
> response to sign
> > >
> > > Modified:
> > >     webservices/rampart/trunk/java/modules/rampart-
> integration/src/test/resources/security/complete.service.xml
> > >
> > > Modified: webservices/rampart/trunk/java/modules/rampart-
> integration/src/test/resources/security/complete.service.xml
> > > URL: http://svn.apache.
> org/viewvc/webservices/rampart/trunk/java/modules/rampart-
> integration/src/test/resources/security/complete.service.xml?
> view=diff&rev=516065&r1=516064&r2=516065
> > > 
> 
==============================================================================
> > > --- webservices/rampart/trunk/java/modules/rampart-
> integration/src/test/resources/security/complete.service.xml (original)
> > > +++ webservices/rampart/trunk/java/modules/rampart-
> integration/src/test/resources/security/complete.service.xml Thu Mar
> 8 07:00:53 2007
> > > @@ -22,7 +22,7 @@
> > > <signatureKeyIdentifier>SKIKeyIdentifier</signatureKeyIdentifier>
> > > 
> <encryptionKeyIdentifier>SKIKeyIdentifier</encryptionKeyIdentifier>
> > >          <encryptionUser>alice</encryptionUser>
> > > -        <signatureParts>{Element}{http://www.w3.
> org/2005/08/addressing}To;{Element}{http://www.w3.
> org/2005/08/addressing}ReplyTo;{Element}{http://www.w3.
> org/2005/08/addressing}MessageID;{Element}{http://docs.oasis-open.
> org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}
> Timestamp</signatureParts>
> > > +        <signatureParts>{Element}{http://www.w3.
> org/2005/08/addressing}To;{Element}{http://www.w3.
> org/2005/08/addressing}ReplyTo;{Element}{http://docs.oasis-open.
> org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}
> Timestamp</signatureParts>
> > >
> > >          <optimizeParts>//xenc:EncryptedData/xenc:
> CipherData/xenc:CipherValue</optimizeParts>
> > >        </action>
> > >
> > >
> > >
> >
> >
> > --
> > www.ruchith.org
> > www.wso2.org
> >
> 
> 
> -- 
> www.ruchith.org
> www.wso2.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
> 






Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU