On Fri April 17 2009 11:45:35 am jimpo wrote: > Hi, > > can I use cxf to publish web services that support WS-Attachments? > > And can I use cxf to consume those?'
WS-Attachments is pretty much just another name for DIME which is really just supported by MS and is, for the most part, deprecated in favor of MTOM. > Also - what is the de facto / most supported / best pick standard for > attachments in web services at the moment? I understand there are several > options (WS-Attachments, SwA, MTOM...?) Definitely MTOM. CXF does support SwA in the JAX-WS frontend, but MTOM is definitely the way to go from an interopability standpoint. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
