Re: How to process Multipart SOAP response

2016-04-06 Thread Ekta Wadhwani
example/documentation of CXF_MESSAGE using XML DSL shall help. if you can assist? Thanks, Ekta -- View this message in context: http://camel.465427.n5.nabble.com/How-to-process-Multipart-SOAP-response-tp5780046p5780619.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to process Multipart SOAP response

2016-03-31 Thread Gregoire Autric
hi Ekta, I think if you change your dataformat to CXF_MESSAGE it should work fine please follow URL doc http://camel.apache.org/cxf.html CXF_MESSAGE Mode: MTOM is supported, and Attachments can be retrieved by Camel Message APIs mentioned above. Note that when receiving a multipart (i.e. MTOM) m

How to process Multipart SOAP response

2016-03-30 Thread Ekta Wadhwani
Hi Camel team, Jboss Fuse Studio : Version: 8.1.0.GA Jdk version: 1.8.0_73 Using XML DSL No server involved. since i am yet trying to run camel context locally on dev studio I am trying to connect send and receive a SOAP request&response message to a third party webservice(Oracle). I am suc

How to process Multipart SOAP response

2016-03-30 Thread ekta.v.wadhwani
Hi Camel team, Jboss Fuse Studio : Version: 8.1.0.GA Jdk version: 1.8.0_73 Using XML DSL No server involved. since i am yet trying to run camel context locally on dev studio I am trying to connect send and receive a SOAP request&response message to a third party webservice(Oracle). I am s