Forum Discussion

aminizadpanah's avatar
aminizadpanah
New Contributor
9 years ago

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?