On Mon April 27 2009 9:48:24 am jimpo wrote: > Thank you. It seems MTOM is currently the way to go. > > A follow-up question. Can I use CXF to implement web services that are > accessed using SOAP over JMS and carry attachments using MTOM? Any > compatibility issues between those two? > > I tried searching the documentation but could not manage to find 100% > definitive answer.
I think the answer is yes, but requires one of the recent versions of CXF and you may need to set the JMS message mode to be binary message, not text message. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
