If using programmatic factory beans instead of spring configuration, the databinding
can be set on the ClientProxyFactoryBean (and subclasses) and the ServerFactoryBean (and
subclasses) via:
factory.getServiceFactory().setDataBinding(
new org.apache.cxf.xmlbeans.XmlBeansDataBinding());