DataHandler by itself doesn't know about filenames. For instance you can create a DataHandler from a byte array. So in general you cannot assume a DataHandler return has a filename associated with it.
That said, I believe getName() will return the filename if the DataSource fed into DataHandler on the sending side was generated with FileDataSource(). Heitzso On Fri, 2002-05-10 at 10:53, Patricia Doyle wrote: > How can I get the real name of file that is sent through DataHandler object > as Axis save it with Axisxxxxx file name. Using tcp monitor tool I could not > find the file name in the SOAP response. > > Thanks > > > _________________________________________________________________ > Send and receive Hotmail on your mobile device: http://mobile.msn.com >
