RE: FW: Signing huge SOAP requests

2005-03-26 Thread John Harrison
-Original Message- From: Raul Benito [mailto:[EMAIL PROTECTED] Sent: 25 March 2005 21:35 To: security-dev@xml.apache.org; fx-dev@ws.apache.org Subject: Re: FW: Signing huge SOAP requests Depending the structure of signature you can try this patch(http://issues.apache.org/bugzilla

Re: FW: Signing huge SOAP requests

2005-03-26 Thread Davanum Srinivas
Raul, Unfortunately, this means we will need changes to wss4j to use your code in the bug report. Right? -- dims On Fri, 25 Mar 2005 22:34:59 +0100, Raul Benito <[EMAIL PROTECTED]> wrote: > Depending the structure of signature you can try this > patch(http://issues.apache.org/bugzilla/show_bug.

Re: FW: Signing huge SOAP requests

2005-03-25 Thread Raul Benito
Depending the structure of signature you can try this patch(http://issues.apache.org/bugzilla/show_bug.cgi?id=32657) It Is a single pass sax verification, I have manage to verify 100MB XML files with just 10MB of footprint. But it only works with some kind of signatures out of the box(but it can be