Changes between Version 18 and Version 19 of T12_Security/WS-Security
- Timestamp:
- 07/09/06 14:24:59 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
T12_Security/WS-Security
v18 v19 58 58 Implementations for XPath and Canonicalization are important factors for consideration. There is a DOM based canonicalization algorithm available with ZSI. - Doesn't work with mini-dom?? - 59 59 60 ElementTree has been used project wide for NDG, prefered for its fast performance and pythonic style interface. However, there doesn't appear to be a canonicalization algorithm available for it or XPath support for attribute searches. `findall` can be used to search for elements but not element attributes. The latter is important with WS-Security for locating elements in the SOAP message for signatures or encryption.60 !ElementTree has been used project wide for NDG, prefered for its fast performance and pythonic style interface. However, there doesn't appear to be a canonicalization algorithm available for it or XPath support for attribute searches. `findall` can be used to search for elements but not element attributes. The latter is important with WS-Security for locating elements in the SOAP message for signatures or encryption. 61 61 62 62 pyGridWare includes an !ElementTree based !ElementProxy class but this appears to be incomplete. There is no canonicalization method and other issues resolve.