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
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