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
|
- Re: SOAP with attachment Ying Ying
- Re: SOAP with attachment Scott Nichol
- Re: SOAP with attachment Ying Ying
- Re: SOAP with attachment Ying Ying
- Re: SOAP with attachment Scott Nichol
- Re: SOAP with attachment Ying Ying
- Re: SOAP with attachment Scott Nichol
- Re: SOAP with attachment Martin Gainty