Actually, the payload check by DocLiteranInInterceptor is disabled by default for the generic dispatcher mode.
So it is strange. I thought there could be some version interoperability issue between cxf and camel and just ran a test with camel-2.9.2 and cxf-2.6.4. but it's working for me. so it is strange that sunita is getting this error. 2013/6/6 Willem jiang <willem.ji...@gmail.com> > Hi, > > I just found you didn't specify the wsdlURL or serviceClass attributes in > you CxfEndpoint element. > They are useful when CXF is trying to build up ServiceModel for handling > the request and response. > Can you add either one of them to your CxfEndpoint definition? > > > > -- > Willem Jiang > > Red Hat, Inc. > FuseSource is now part of Red Hat > Web: http://www.fusesource.com | http://www.redhat.com > Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) > (English) > http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) > Twitter: willemjiang > Weibo: 姜宁willem > > > > > > On Wednesday, June 5, 2013 at 10:23 PM, sunita wrote: > > > Hi William, > > > > Thanks for your response. I was initially posting only on camel user > group > > but since I did not get any responses to my earlier posts, I decided to > post > > on both since it may have different audiences. > > > > Do you know why I am getting this error when I wrap the response in soap > > envelope. I had posted this question earlier as well. > > > > > org.apache.cxf.interceptor.Fault: Unexpected element > > > { > http://model.webservices.ihe.adapters.ccg.dataexchange.hcit.ge.com/CcdaXdrService}ccdaResponse > > > found. Expected > > > {http://camel.apache.org/cxf/jaxws/dispatch}InvokeResponse. > > > > > > > > > > > > at > > > > org.apache.cxf.interceptor.DocLiteralInInterceptor.validatePart(DocLiteralInInterceptor.java:258) > > > > > > > > > > > > at > > > > org.apache.cxf.interceptor.DocLiteralInInterceptor.handleMessage(DocLiteralInInterceptor.java:200) > > > > > > > > > > see the Post with following tittle for more details > > > > Camel 2.9.2 - Error parsing custom CXF response - > > org.apache.cxf.interceptor.Fault: Unexpected element > > {http://....CcdaXdrService}ccdaResponse found. Expected > > {http://camel.apache.org/cxf/jaxws/dispatch}InvokeResponse > > > > > > > > > > > > > > > > -- > > View this message in context: > http://camel.465427.n5.nabble.com/Camel-2-9-2-CXF-2-6-2-How-should-the-response-look-for-CXF-producer-using-Payload-dataformat-tp5733748p5733881.html > > Sent from the Camel - Users mailing list archive at Nabble.com ( > http://Nabble.com). > > > >