Re: SOAPMessage, AttachmentPart problem

2004-10-04 Thread Jeffrey Tenny
workaround for the client side bug. Thanks for the reply. Dave regards Jia Yiyu -Original Message- From: Jeffrey Tenny [mailto:[EMAIL PROTECTED] Sent: Monday, October 04, 2004 8:46 AM To: [EMAIL PROTECTED] Subject: Re: SOAPMessage, AttachmentPart problem I have more data and a workaround.

RE: SOAPMessage, AttachmentPart problem

2004-10-04 Thread Jia Yiyu
Tenny [mailto:[EMAIL PROTECTED] Sent: Monday, October 04, 2004 8:46 AM To: [EMAIL PROTECTED] Subject: Re: SOAPMessage, AttachmentPart problem I have more data and a workaround. This is a client-side bug/feature. It's either the "application/zip" or use of the DataHandler that ca

Re: SOAPMessage, AttachmentPart problem

2004-10-03 Thread Jeffrey Tenny
I have more data and a workaround. This is a client-side bug/feature. It's either the "application/zip" or use of the DataHandler that causes the client SOAPConnection.call() to mess up. When I just pass an InputStream to AttachmentPart.setContent (instead of AttachmentPart.setDataHandler()), and