Hi, I just tried to set the dataBinding element into the <jaxws:endpoint> against the trunk code. It did't work, so I logged a JIRA[1] for it.
[1] https://issues.apache.org/jira/browse/CXF-1931 Willem Daniel Kulp wrote: > 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. >
