On Wednesday 03 December 2008 12:00:29 pm Ian Roberts wrote: > ysahuly wrote: > > Hi All, > > i have included the below bolded piece of code in my cxf.xml...After that > > inclusion i got the below exception while deploying > > <jaxws:endpoint> doesn't accept a dataBinding element but <jaxws:server> > does. Try using <jaxws:server serviceBean="..."> instead of > <jaxws:endpoint implementor="..."> and see if that works. > > Ian
Which would be a bug. The schema: http://cxf.apache.org/schemas/jaxws.xsd definitely allows a dataBinding element. Thus, either the schema is wrong or the code is wrong. Gut feeling says the code is wrong. Please log a bug. -- Daniel Kulp [EMAIL PROTECTED] http://dankulp.com/blog
