Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I have a problem when generating java classes from wsdl file using the “Create web service from WSDL document” func. The generated java classes uses JAXBElement<String> instead of String. How do I change this ?
This is a problem because I don’t want to have to rewrite my code.
I believe this is correct when using JAXB as it wraps the contents in it’s binding element, but it’s typed as a String, shouldn’t you just be able to treat it like a String?