Hello, I have deployed a cxf service with mtom enabled and AegisDataBinding, using the simple:server endpoint and the simple:client to configure the client side. All works ok, but now I have been asked to build an axis 1.2.1 client and I am not able to do it.
As far as I know,Axis 1.2.1 does not support mtom and I get SAXException when marshalling and unmarshalling the soap request. I have tried to disable mtom and test it with my simple:client, but then I don't receive the DataHandler's correctly, so it is no possible to download the attachments. I haven't found any information about it on google, and I am a bit lost. I don't know which is the best solution to get an axis 1.2.1 working as soon as possible. Any suggestions would be appreciated. Thank you very much -- View this message in context: http://cxf.547215.n5.nabble.com/Axis-1-2-1-Client-for-CXF-2-2-10-tp4300149p4300149.html Sent from the cxf-user mailing list archive at Nabble.com.
