AW: [axis2-mtom] how to deal with line endings among platforms

2013-06-18 Thread Stadelmann Josef
Hi Martin your question below: I cannot answer it! I was not even aware that there is such a thing like FileImageOutputStream. In regard to my problem being faced with; what is the different behavior in your mind to File OutputStream; OK then I try it for my BINARY MTOM TRANFER But I w

AW: [axis2-mtom] how to deal with line endings among platforms

2013-06-18 Thread Stadelmann Josef
Martin, this is a no go ! dh.writeTo(fos) needs fos as type FileOutputStream and cannot accept a FileImageOutputStream object; And casting is not possible; Do I have to write my own DataHandler extending the Axis2 DataHandler.java code So how shall I try to do what you suggest? Josef