You cannot just update the cxd-core version, you need to update the whole CXF related jars to 3.1.3. Please use the mvn dependency:tree to check if there other CXF jars is 3.0.6.
-- Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On October 29, 2015 at 5:01:50 PM, niteshjain (niteshjain...@gmail.com) wrote: > Created SOAP service using Apache camel 2.15.3 and everything works fine, > even the response SOAP body is valid. > > Camel 2.15.3 is dependent on cxf 3.0.6 > > But when i updated cxf-core to 3.1.3, everything works fine, except the SOAP > body is EMPTY. > > There is no error logs, and the server starts up normally. > > am i missing some dependencies ? > > POM.xml > > > 1.2.17 > 2.15.3 > 4.1.6.RELEASE > 3.1.3 > > > > log4j > log4j > ${log4j.version} > > > > > org.apache.camel > camel-core > ${camel.version} > > > org.apache.camel > camel-cxf > ${camel.version} > > > > > org.springframework > spring-web > ${spring.version} > > > org.springframework > spring-core > ${spring.version} > > > > org.apache.cxf > cxf-core > ${cxf.version} > > > org.apache.cxf > cxf-rt-frontend-jaxws > ${cxf.version} > > > org.apache.cxf > cxf-rt-frontend-jaxrs > ${cxf.version} > > > org.apache.cxf > cxf-rt-transports-http > ${cxf.version} > > > org.apache.cxf > cxf-rt-rs-service-description > ${cxf.version} > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Apache-Camel-Receiving-SOAP-response-with-empty-body-tp5773179.html > > Sent from the Camel Development mailing list archive at Nabble.com. >