Hi! I have a service with mtom enabled and Aegis DataBinding.
This service is been called from different clients (.NET, PHP, Java with Axis1, Java with Axis2) and most of them are having problems with mtom. I am thinking that it may be a good idea to publish an endpoint with mtom disabled. As my interface has DataHandlers on it, if I call the service with mtom disabled in client and server, I get a null value on DataHandler property. Is there a way to fill the DataHandler value? I guess the solution is to develop an interceptor that read the byte[] and transforms it into a DataHandler, but I don't know if it is possible to do and in which phase declare it. Someone could help me? Thank you very much! -- View this message in context: http://cxf.547215.n5.nabble.com/DataHandler-with-mtom-disabled-tp5720026.html Sent from the cxf-user mailing list archive at Nabble.com.
