holodeck-b2b / Holodeck-B2B

Holodeck B2B is an AS4 system-to-system messaging solution that implements the OASIS specifications for ebMS3 and it's AS4 profile. For more information visit the project website
http://holodeck-b2b.org
GNU General Public License v3.0
71 stars 36 forks source link

Encoding of SOAP attachement #68

Closed jaksarx closed 7 years ago

jaksarx commented 7 years ago

Hello, I have the following setup. I'm on sender-initiator side using Holodeck B2B 2.1.2, Windows Server 2012R2, JRE 1.8.0.121. When sending a message to this particular partner the message attachement content type as inspected on the wire is application/octet-stream and content transfer encoding binary. In this case our partner is expecting to receive attachements in base64 encoding (Content-Transfer-Encoding: base64).

My question is: Is it possible to specify attachement encoding being base64?

Thank you, Robert

sfieten commented 7 years ago

Hi Robert, setting of the Content-Transfer-Encoding MIME part header is not supported.

Please also note this issue tracker is intended for reporting bugs found in the software and not for asking questions or getting support. Please see our website for details how to contact us or get support.