Yes, this is expected behavior. All attachments are deserialized as DataHandler.
Scott Nichol
Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
- Original Message -
From: "Praveen Peddi" <[EMAIL PROTECTED]>
To: <[EMA
Hi Scott,
Even after sending the response as InputStream on the server side, its
coming as DataHandler on the client side. When I cast the return value to
InputStream, it was throwing ClassCastException. I printed the class name
its coming as DataHandler.
Its ok in my case but just wanted to make s