Hi,
 We are using SMX 4.3 to transfer Images as Attachments using cxf component.

The flow is like below

CXF Client ---> servicemix-cxf-bc--->servicemix-cxf-se -->Webservice
Implementation class

Below are the steps 
Step 1: CXF Client sends SOAP payload along with attachment (MTOM Enable)
step 2: CXF BC recives the payload and handover it to cxf se component
Step 3: CXF SE component forwards the msg to Webservice impl class
Step 4: Webservice implementation class fetch the image from payload and
stores it into output  file.

In step 4  WS successfully receving message and creating the file .But the
content is not visible when open the output file.

Do i need to set content type explicitly to visible the content in the
output file.

Please find cxf se ,cxf bc su files as attachment.
http://servicemix.396122.n5.nabble.com/file/n4977813/cxf-wsdl-first.zip
cxf-wsdl-first.zip 

Regards,
Praveen Chakinala



--
View this message in context: 
http://servicemix.396122.n5.nabble.com/CXF-MTOM-Content-Missing-tp4977813p4977813.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to