Hi Sriram, I just used google to do a quick search, the error may relate to the anonymous complexTypes in your wsdl. Here is the link[1] which talks about it.
[1] http://weblogs.java.net/blog/kohsuke/archive/2006/03/why_does_jaxb_p.html Willem Sriram C wrote: > > I have defined a CXF jaxws endpoint. The incoming message to this end > point has an element which is defined as a ComplexType in the wsdl. The > CXF wsdl2java utility generates this complextype with an @XmlType > annotation. Since it is missing the @XmlRootElement annotation, the > FallbackTypeConverter is unable to marshall this object. What is a good > solution for resolving this issue? > > Thanks in advance, > Sriram > -- View this message in context: http://www.nabble.com/Camel-type-converter-question-tp22322333p22323311.html Sent from the Camel - Users mailing list archive at Nabble.com.
