I have written a Java first web service, one of the methods needs to return an audio file.
The consumer on this web service only supports SwA (soap with attachments), I am struggling to get the wsdl to include the necessary mime:part elements so that the audio files is sent as an attachment and not in the SOAP Body which is what happens at the moment. I cannot see an obvious way when writing Java first to say I want my response to be mime multipart. Any clues on how to achieve this? Thanks, James -- View this message in context: http://cxf.547215.n5.nabble.com/SwA-and-CXF-tp4708539p4708539.html Sent from the cxf-user mailing list archive at Nabble.com.
