I have a service that uses MTOM to send a image file. As a client I can get the data, but the file name is lost. I have tried to set it in ByteArrayDataSource.setName() and create a DataHandler using it on server side. But still, the client always get null from DataSource.getName() and when I use tcpmon to look at the traffic, I couldn't find the file name any where.
Is this how it works? And how can I preserver the file name?
Thanks,
Boxiong
