Hello,
I have my web services application built, and I am trying to
add signature & encryption to
SOAP messages using Apache XML
Security but I am not sure how to retrieve SOAP message before
sending. Since I used "wsdeploy" and "wscompile", the stub & tie
class files are automaticlly generated and I don't know how to
add security. If I used SAAJ, I can create DOM documents and sign
& encrypt but then I have to write the SOAP message manually, right?
Could somebody help me with this?