Description
Right now, bytes (such as CipherData) are always BASE-64 encoded and stored in the message. However, if using MTOM it is possible to avoid the BASE-64 encoding step, and to store the bytes directly in an attachment. This task is to support this functionality.