Hi, I have started the implementation of MTOM for AXIS2 C.
We have to have equivalent implementation for Java.activation.Datahandler and all MIME related classes(e.g MimeBodyPart). I would propose to implement MIME related implementations through an abstract layer. Then use a MIME implementation library on top of that abstract layer. For the initial implementation I will try to use gmime. Because we have the abstraction layer we can later plugin other mime libraries. Thank You Best Regards Kapila
