Hi, It’s not a issue of camel or camel-cxf. If you use CXF wsdl2java, it won’t add _Exception to the generated CustomSoapFault.
-- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On June 3, 2014 at 8:13:29 PM, nono (yan.w...@db-is.com) wrote: > > Hi all, > > I encounter a problem, i try to explain it in short words > > in my web service method, it declared throws a CustomSoapFault > > then I used wsgen to generate web service wsdl > then I used wsimport to generate the stub code for web service client > > I found out that in generated stube code CustomSoapFault convert to > CustomSoapFault_Excpetion. > > My question is how to get rid of this annoying _Exception > > of cose one solution will be rename CustomSoapFault to CustomSoapException, > but i dont want to > do that. > > Any hints will be more than welcome! > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CustomSoapFault-Problem-tp5751844.html > Sent from the Camel - Users mailing list archive at Nabble.com. >