Both attaching/accessing SwA type attachments AND being able to treat MTOM/XOP messages just like SwA as well. On the server-side say i get a 1 MB attachment, don't want to put that into a data handler in memory, i just want to stream it directly into whatever my application specific wants OR if i am writing an intermediary i want to access all the mime parts by myself and don't want Axis2 to do any MTOM related processing. Please see Axis 1.X API [1] especially the getIncomingAttachmentStreams method that allows direct access to the mime parts.
[1] http://svn.apache.org/viewcvs.cgi/*checkout*/webservices/axis/trunk/java/src/org/apache/axis/attachments/Attachments.java On 3/24/06, Thilina Gunarathne <[EMAIL PROTECTED]> wrote: > Are we talking about an API for programatically attaching SwA type > attachments. Are you suggesting something like the MIMEHelper which we > use to retrieve the received SwA type attachments. > Please clarify... > > ~Thilina > > On 3/24/06, Deepak Bhole <[EMAIL PROTECTED]> wrote: > > On Sun, 2006-03-19 at 09:30 -0500, Davanum Srinivas wrote: > > > Team, > > > > > > I've added a short list of show stoppers, Please add your wishes to the > > > list: > > > http://wiki.apache.org/ws/FrontPage/Axis2/releases/1.0 > > > > > > thanks, > > > dims > > > > > > Hi, > > > > Could someone please elaborate as to what is involved in the API for > > attachments item, or point me to the right page with more info? I would > > like to help out with that.. > > > > Thanks, > > Deepak > > > > > > > -- > "May the SourcE be with u" > http://webservices.apache.org/~thilina/ > http://thilinag.blogspot.com/ > http://www.bloglines.com/blog/Thilina > -- Davanum Srinivas : http://wso2.com/blogs/
