Hi there, I am using WS-Security (XML-Signature and XML-Encryption) in my Web Service. For larger, binary objects, I intend to use MTOM.
>From what I understood is that the binary data will be transmitted outside the SOAP-envelope, as a MIME attachment. Two questions: 1) Can I include this binary data in the XML-Signature part of the SOAP header? 2) How can I use XML-Encryption (or to be more specific: CXFs standard ways of "automatically" doing XML-Encryption with a WSS4JInInterceptor)? cheers, F.
