Hi,

I am trying send a SOAP attachment as a MimeBodyPart.
On the soap(v2.2) server, I want to know the filename
& file format of the attachment. In the soap client I
did
MimeBodyPart bp = new MimeBodyPart();
                bp.setDataHandler(dh);
                bp.setFileName("test1");

On server
  name = dh.getName();
where dh is the datahandler. But it returns null.

Any idea how do I get the file name & file format.

Thanks
SAM

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to