Reputation: 57
What is the equivalence for using XmlBeansDataBinding in cxf-spring-boot-starter-jaxws?
I used XmlBeansDataBinding with Apache cxf and it seems that there isn't in Spring Boot cxf.
Upvotes: 0
Views: 98
Reputation: 57
using spring starter cxf and cxf databinding lib with annotation in the @webservices interface :@Databinding(XmlBeansDataBinding.class) fix the problem
Upvotes: 1