Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.10
-
None
Description
It isn't possible to send message attachments via the WebServiceContext in 2.0.x (this works fine in 2.1.x). The problem is that the ContextPropertiesMapping#updateWebServiceContext does not convert the Map<String, DataHandler> object attached to the outbound message via the MessageContext.OUBOUND_MESSAGE_ATTACHMENTS String to a Collection<Attachment> object on the message.