You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Frizz <fr...@googlemail.com> on 2014/02/05 16:05:24 UTC

WS-Security with MTOM

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.