WSS4J vs. Apache XML security for digital signatures?

2005-11-04 Thread Allen Cronce
Hi all, I'm interested in adding digital signatures to our Axis 1.3 based soap service. Originally I had assumed that I would use WSS4J (or something like it) to do implement this. But the Axis example code uses Apache XML Security directly, via a sample helper class called

Re: WSS4J vs. Apache XML security for digital signatures?

2005-11-04 Thread Soactive Inc
I use the following links to help me understand and implement Web Service security for Axis-based services and they work pretty well. I would advise against using XML security directly if you are not used to dealing with the intricacies of security for XML. The WSS4J abstraction is meant to shield