We do support SOAP w/ Attachements (it's required by JAX-WS spec). Unfortunately, I don't know a lot about it. You might want to check the JAX-WS spec to see what they say.
For the most part, on the code side, you just use a DataHandler object for the parameter. A WSDL with attachments would map into that. Dan On Wednesday 29 August 2007, Pawel Janusz wrote: > Yes, this is a MTOM example, but as far as I know SOAP Attachments is > something different. > > Willem Jiang wrote: > > Hi, > > > > You can take a look of the below two documents. > > [1] http://cwiki.apache.org/CXF20DOC/mtom.html > > [2]http://cwiki.apache.org/CXF20DOC/mtom-attachments.html > > > > And you can find the simple MTOM from CXF bin distribution . > > > > Willem. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
