I am facing a similar problem. I have a CXF service developed with mtom enabled and it works fine, but now I must build an axis 1.2.1 client in order to send and receive files from the server. I can receive files from the server by means of an AxisHandler that reads the soap Message and extract the attachment.
My problem is that I am not able to get files from the client. I have tried with mtom enabled and disabled, and I also have tried adding an attachment in DIME and MIME format but it seems that the server doesn't receive the attachment. I don't know if I need to use any kind of Interceptor in the server side or a request handler in the client side. Thank you -- View this message in context: http://cxf.547215.n5.nabble.com/SwA-and-CXF-tp4708539p4802230.html Sent from the cxf-user mailing list archive at Nabble.com.
