Hi Pawel,

You can refer to the system test ClientServerSwaTest to get more details about how cxf support SWA.
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/swa/ClientServerSwaTest.java?view=log

Cheers

Freeman

Daniel Kulp wrote:
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.



Reply via email to