Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

POJO Mode: Both SOAP with Attachment and MTOM are supported (see example in Payload Mode for enabling MTOM).  However, SOAP with Attachment is not tested.  Since attachments are marshalled and unmarshalled into POJOs, users typically do not need to deal with the attachment themself.  Attachments are propagated to Camel message's attachments if the MTOM is not enabled, since 2.112.3.  So, it is possible to retreive attachments by Camel Message API

...