Hi all. I´m using servicemix 3.2.1 and I have a problem with the servicemix-cxf-bc component, I need this component to expose a web service that response xml + attahcments. I use mtom/xop to handle the attachments. I have a servicemix-bean that generates the out message (jbi wrapper message) and send the message to the bus with the attachment, but the servicemix-cxf-bc it´s not handling correctly the attachment because in the xml response it´s the href=cid.... that references the attachment but the part with the attahcment it isn´t.
By the way I try to do this with the wsdl-first-cxf example, I modify the wsdl and the cxf-se, cxf-bc endpoint to use mtom attahcments. I added a parameter (mtom attahcment ) to the request element GetPerson, and I added another parameter to the response element GetPersonResponse, the request attachments it´s handled ok it´s but the response with the attachment it isn´t because the attachment it is in the response but like byte array and not like a mtom/xop attachment. Well I would like to know it there is any problems with servicemix-cxf-bc component to handle response attachments, why not the component don´t handle properly the out attachments. I can add some configuration files, and log info to the post if you need. Thanks in advance. -- View this message in context: http://www.nabble.com/servicemix-cxf-bc-MTOM-problem-tp15353065s12049p15353065.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
