A .Net WCF client is throwing a parsing error on the MTOM message returned from our Camel endpoint.
Looking at the message sent by Camel in WireShark, we see the header part is preceded by ”CRLFLF”, ”--”, ”boundary”, instead of ”CRLF”, ”--”, ”boundary”, which is not according to the RFC 1341 specification: - http://www.w3.org/Protocols/rfc1341/0_TableOfContents.html - http://www.w3.org/Protocols/rfc1341/7_2_Multipart.html Is this a known issue in Apache Camel or is there another explanation? Thanks, Clay -- View this message in context: http://camel.465427.n5.nabble.com/MTOM-message-part-not-formatted-correctly-according-to-RFC-1341-using-CRLFLF-instead-of-CRLFCRLF-tp5737366.html Sent from the Camel - Users mailing list archive at Nabble.com.