Hi,

We've been using wsdl2java to generate our java classes for a
wsdl-first webservice called by salesforce and one annoyance is that
all the class members are of type JAXBElement<String>. Is there
someway to override this behavior and make them the generic type of
the JAXBElement? I'd like to use these as simple properties rather
than calling "getCity().getValue()" all the time. :)


Thanks,
James

Reply via email to