Are your Marshalled input and output object classes mapped with @XmlType, won't work without that. Just being able to marshal (using @XmlRootElement) isn't enough.
Are your Marshalled input and output object classes mapped with @XmlType, won't work without that. Just being able to marshal (using @XmlRootElement) isn't enough.