ContributionsMost RecentMost LikesSolutionsRe: How do I prevent JAXBElement<String> from being generated in a CXF Web Service client using SoapUI 5 Thank you. But I want to do this using SoapUI and also I don't know how to use a binding file? How do I prevent JAXBElement<String> from being generated in a CXF Web Service client using SoapUI 5 I'm trying to create a web service client using CXF to consume a WCF web service. When I use SoapUI 5.2.1 it generates objects with JAXBElement types instead of String. Also this occured about user DTOs and when I set the list in DTO the value null received in .net web service. Could any one please help me?