Re: Example code for signing a SOAP message with Attachments

2004-03-25 Thread trebor iksrazal
--- "Stephen Chell (DSL AK)" <[EMAIL PROTECTED]> wrote: > Hi all, > > > > I wish to create an XML Signature over the SOAP > envelope and all attachments > of a SOAPMessage (created using the SAAJ api). The > attachments could > consist of a mix of XML documents and binary files. > The signatu

AW: Example code for signing a SOAP message with Attachments

2004-03-24 Thread Dittmann Werner
this does no support to directly sign and/or encrypt attachments.   Regards, Werner -Ursprüngliche Nachricht-Von: Stephen Chell (DSL AK) [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 25. März 2004 05:54An: '[EMAIL PROTECTED]'Betreff: Example code for signing

Example code for signing a SOAP message with Attachments

2004-03-24 Thread Stephen Chell (DSL AK)
Hi all,   I wish to create an XML Signature over the SOAP envelope and all attachments of a SOAPMessage (created using the SAAJ api).  The attachments could consist of a mix of XML documents and binary files.  The signature itself should be placed as an element within the SOAPHeader.  Thu