Ying-
This information is available within the SOAPContext class getBodyPart() method
check out

http://www.markrichman.com/5091_Chap14.pdf

Regards,
Martin

----- Original Message -----
From: Ying Ying
Sent: Thursday, March 11, 2004 5:10 PM
Subject: SOAP with attachment

Hi all,
 
If I add attachment like this:
 
Call call = new Call();
MimeBodyPart bp = new MimeBodyPart();
....
call.addBodyPart(bp);
 
call.invoke(......)
 
How can I access the MimeBodyPart on the server-side?
 
All the best,
ying
 
 
 

Reply via email to