Hi Manjula,
Sounds great..

Just a small clarification..
>  What we can do in our implementation is after extracting the binary
>  content write that to a file
In Axis2/Java case we do write the attachment content directly from
the InputStream to the File when the attachment size is larger than
the threshold.  This avoids loading the whole attachment to the memory
at all. This has the plus point that the attachment size will be
limited only by the available free space in the Temp Directory..
Will that be possible in Axis2/C.. Or is that wat you have in mind :)..

thanks,
Thilina

 >and keeping the file name inside
>  data_handler instead of the whole buffer. So the service or the client
>  will get the file name instead of the buffered stream, when it receives
>  an attachment. This will not prevent buffering the attachment at the
>  transport but will prevent keeping it inside the om_tree till it reaches
>  the receiver.
>
>  Before implementing this I would like to know your suggestions regarding
>  this.
>
>  [1] https://issues.apache.org/jira/browse/AXIS2C-672
>
>  Thanks,
>  -Manjula
>
>  --
>  Manjula Peiris: http://manjula-peiris.blogspot.com/
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Thilina Gunarathne - http://thilinag.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to