Re: Non-MTOM attachment NOT defined in WSDL

2009-03-31 Thread Roderic Green
atts.add(...); > > Basically, the Collection thing is where you would add your > attachment. The AttachmentOutInterceptor (which is probably already on the > chain so you MAY be able to skip that) is what will write it out. > > Dan > > > > On Tue March 3

Re: Non-MTOM attachment NOT defined in WSDL

2009-03-30 Thread Roderic Green
e a look at [1] > [1]http://cwiki.apache.org/CXF20DOC/mtom-attachments-with-jaxb.html > > Freeman > > Roderic Green wrote: > >> Hi, >> >> I need to write a client to external web service - one of the methods >> requires that some data are sent as SOAP Attach

Attachment not defined in WSDL

2009-03-30 Thread Roderic Green
Hi, I need to write a client to external web service - one of the methods requires that some data are sent as SOAP Attachment - but it seems that it is not defined in anynway in wsdl. How can I attach the file to soap request in this situation? Is it possible to achieve using Spring configuratio