On Sat February 20 2010 8:40:19 am M Stewart wrote: > dkulp wrote: > > There are some docs at: > > http://cxf.apache.org/docs/jaxb.html > > Thanks for the quick reply. I did see that page but I should have mentioned > that we're using the nice Spring integration facilities (annotations and > cxf-servlet config as described at > http://cxf.apache.org/docs/writing-a-service-with-spring.html) The <server> > element seems like it would conflict with all that stuff, no? > > Is it still possible to wire up the data binding with this setup?
The jaxws:endpoint has a dataBinding element just like the server tag does. It should work the same. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
