Re: Sending response as stream

2003-12-29 Thread Scott Nichol
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

Re: Sending response as stream

2003-12-29 Thread Praveen Peddi
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