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, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
