Hassen
Hassen

Reputation: 57

XmlBeansDataBinding in cxf-spring-boot-starter-jaxws

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

Answers (1)

Hassen
Hassen

Reputation: 57

using spring starter cxf and cxf databinding lib with annotation in the @webservices interface :@Databinding(XmlBeansDataBinding.class) fix the problem

Upvotes: 1

Related Questions