RE: Apache camel mime-multipart usage and examples?

2016-04-08 Thread Siano, Stephan
camel mime-multipart usage and examples? Stephan, I am using JBOSS FUSE version 8.1.0.GA which supports maximum camel core version : 2.15.0. So i would not be able to use 2.17.0. To your point on CXF-endpoint, yes i am using CXF endpoint to invoke a webservice which provides SOAP response

Re: Apache camel mime-multipart usage and examples?

2016-04-08 Thread ekta.v.wadhwani
Stephan, I am using JBOSS FUSE version 8.1.0.GA which supports maximum camel core version : 2.15.0. So i would not be able to use 2.17.0. To your point on CXF-endpoint, yes i am using CXF endpoint to invoke a webservice which provides SOAP response with attachments. However using Spring

RE: Apache camel mime-multipart usage and examples?

2016-04-07 Thread Siano, Stephan
Hi, Which camel version are you using? MIME-Multipart is only available starting Camel 2.17.0. I am not 100% sure, but your response looks somewhat like SOAP with attachments or MTOM. If you are using some kind of Camel-CXF endpoint for receiving it, the endpoint might parse it for you. Best