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 configuration (all other parts of CXF client I implemented use Spring).
-- Roderic
